Per Gavin King:
Setting 'hibernate.use_sql_comments=false' in hibernate.properties fixes the problem.
Chip :D
Type: Posts; User: cpowell55; Keyword(s):
Per Gavin King:
Setting 'hibernate.use_sql_comments=false' in hibernate.properties fixes the problem.
Chip :D
I'm running a Spring managed Hibernate session on a Oracle 9i DB. Calling Spring's 'getHibernateTemplate.loadAll()' function causes the Oracle 'ORA-01009' exception shown below.
...