Hibernate Dialect

I’m using hibernate which is 3.2.4 and having Oracle 12C DB with Oracle10gDialect. Now am thinking to upgrade Oracle DB to Oracle 19C.

For Upgrading to 19c, whether “org.hibernate.dialect.Oracle10gDialect” will be supported along with hibernate-3.2.4?

First of all, you shouldn’t use a version of Hibernate that is 15+ years old. Apart from that, unless Oracle 19C is backwards incompatible, which I can’t imagine, it should work fine. But don’t expect any support, the 3.x and 4.x branches are not supported anymore.

Hi Beikov,
Thank you for the response. Oracle team doesn’t have information about hibernate.
So please confirm whether “org.hibernate.dialect.Oracle10gDialect” is compatible with Oracle 19C Client/DB.

It should be compatible, yes.

1 Like