Hi everyone,
Trying to connect to Oracle 11 with Hibernate, getting this exception:
Code:
org.hibernate.HibernateException: unknown Oracle major version [11]
at org.hibernate.dialect.DialectFactory$1.getDialectClass(DialectFactory.java:173)
at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:88)
at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:62)
at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:460)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:155)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2101)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1325)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
...
Looked up at Hibernate bugs, found this one:
http://opensource.atlassian.com/project ... e/HHH-3159Which for some reason is marked as "Enhancement" and not "Blooking".
If anyone knows of any workaround without changing the source code as the issue suggested, I'd highly appreciate it.
Many thanks in advance!