dbstore_driver_dialect
Specifies the Hibernate SQL dialect used to construct SQL commands.
dbstore_driver_dialect = dialect
For example, if you are using the Oracle:
dbstore_driver_dialect = org.hibernate.dialect.Oracle10gDialect
The SQL dialect is defined by Hibernate. For a list of databases and the associated dialects, see the readme.txt file located in the Hibernate install directory archive.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.