hibernate dialect for oracle 12c

后端 未结 3 1870
北荒
北荒 2020-12-20 12:14

I\'m using hibernate in my spring mvc project and I want to connect to oracle 12c database. I used org.hibernate.dialect.Oracle12cDialect, but, this returns me

3条回答
  •  孤城傲影
    2020-12-20 12:47

    (Maven) for:

        
            org.hibernate
            hibernate-core
            5.4.9.Final
        
    

    You might want to add this dialect:

    org.hibernate.dialect.Oracle10gDialect
    

提交回复
热议问题