Devskiller / jpa2ddl

JPA Schema Generator Plugin
Apache License 2.0
110 stars 33 forks source link

org.hibernate.dialect.Oracle12cDialect is not supported #19

Closed bbucko closed 6 years ago

bbucko commented 6 years ago

Setting hibernate.dialect to org.hibernate.dialect.Oracle12cDialect in jpaProperties results in a following error: Unable to build DatabaseInformation: Table "ALL_SEQUENCES" not found; SQL statement: [ERROR] select sequence_name from all_sequences union select synonym_name from all_synonyms us, all_sequences asq where asq.sequence_name = us.table_name and asq.sequence_owner = us.table_owner [42102-196]

jkubrynski commented 6 years ago

Released in 0.9.12