One of our database was upgraded to Oracle 19c and now my application is unable to connect to database
I am getting the following error.
HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect
HHH000342: Could not obtain connection to query metadata : Unable to determine Dialect to use [name=Oracle, majorVersion=19]; user must register resolver or explicitly set 'hibernate.dialect'
I searched for dialect for oracle 19 but could't find any .
Is there is a dialect available for oracle 19 ?
Oracle12cDialect
. The version I didn't checked. I believe I am using 5.3 and will give a try with 5.4 – Condonation