This commit fixes the Hibernate dialect lookup for Oracle as it was previously using a dialect that has been moved and deprecated to a separate project. In recent versions, the standard OracleDialect is the one we should be using. Closes gh-31892
This commit fixes the Hibernate dialect lookup for Oracle as it was previously using a dialect that has been moved and deprecated to a separate project. In recent versions, the standard OracleDialect is the one we should be using. Closes gh-31892