Oracle « Version « JPA Q&A





1. Hibernate 3.2 version support Oracle 11g    forum.hibernate.org

2. Hibernate causing high version counts in Oracle sql area    forum.hibernate.org

Hi, We have a heavily used application that uses hibernate in a number of areas to query an Oracle database (10.2.0.4). Our DBA's have notified us of a problem with a high version count for particular inserts and updates generated by hibernate, that is causing a problem with the application scaling. We're seeing a large number of similar but slightly different ...

3. Problems with version 3.1.2 and Oracle Blobs    forum.hibernate.org

Hello, I'm new to this forum and need help with Oracle Blobs ans hibernate 3.1.2 . I ran my application with great success over one year using hibernate 3.0.2, yesterday I uppdated to 3.1.2 and got problems with Oracle Blobs. INFO [main] (SettingsFactory.java:77) - RDBMS: Oracle, version: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta INFO [main] (SettingsFactory.java:78) - JDBC ...

4. HibernateException: unknown Oracle major version [0]    forum.hibernate.org

Hi If you're using the old classes12 driver lib there appears to be an issue where OracleDriver.getMajorVersion returns 0, this in turn confuses hibernate. Upgrading to ojdbc14.jar fixed the problem for me. Another fix might be to figure a way to map 0 to your Oracle dialect but the mappings appear to be hardcoded at the moment in org.hibernate.dialect.DialectFactory. You could ...