Hello,
When I execute "SELECT TABLE_NAME FROM USER_TABLES" using Hibernate 3.0.5 Native SQL Query, I get this exception:
06/12/11 12:53:34 Hibernate: SELECT TABLE_NAME FROM USER_TABLES
2006-12-11 12:53:34,725 [HttpRequestHandler-11001145] WARN (JDBCExceptionReporter.java:71) - SQL Error: 17006, SQLState: null
2006-12-11 12:53:34,725 [HttpRequestHandler-11001145] ERROR (JDBCExceptionReporter.java:72) - Invalid column name
2006-12-11 12:53:34,740 [HttpRequestHandler-11001145] ERROR (MaestrasManager.java:115) - could not execute query
2006-12-11 12:53:34,756 [HttpRequestHandler-11001145] ERROR (LoadProductividadesAction.java:102) - org.hibernate.exception.SQLGrammarException: could not execute query
With Hibernate 3.2 I don't have this problem.
Thanks in advance.
|