This page was last edited on August 30, 2019, at 19:57.
Comments or questions about this documentation? Contact us for support!
Enter these parameters in the DAP as described in Creating the Rules Repository Database).
Database Type |
Connector Class |
Default Database URL |
Example JDBC Driver to be Copied |
---|---|---|---|
MSSQL | com.microsoft.sqlserver. jdbc.SQLServerDriver |
jdbc:jtds:sqlserver://{host}:{port}; databaseName={database_name} |
sqljdbc42.jar |
Oracle | oracle.jdbc.driver. OracleDriver |
jdbc:oracle:thin: @//{host}:{port}/{SID} |
ojdbc6.jar |
DB2 | com.ibm.db2.jcc. DB2Driver |
jdbc:db2://{host}:{port} /{database_name} |
db2jcc.jar db2jcc_license_cu.jar |
PostGRE SQL | org.postgresql. Driver |
"jdbc:postgresql://{host}:{port} /databaseName" |
postgresql-9.3-1102. jdbc41.jar |
More advanced users can use the DAP's Options tab to override the default values mentioned above; for example, if a database vendor makes changes to the JDBC driver class, or if additional options need to be specified on the DB URL. Note that this is very rarely needed—entering the parameter during DAP configuration is almost always sufficient.
If the GRS section is present, the value of any options specified here overrides the defaults generated by GRAT.