The following properties are located in the TSPRdb package of the tspr.properties file.
The following properties apply to the Oracle and the Postgres databases.
com.terraspring.core.sys.GridOS.DBConnection |
The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.
Although the core package owns this property, its values are defined by the CPDB package (TSPRdb).
Default: com.terraspring.db.oracle.OracleCpdbConnection
The following properties apply to the Postgres database.
com.terraspring.core.sys.GridOS.CpdbConnection |
The name of the class to provide the concrete implementation of the com.terraspring.core.sys.DBConnection interface.
Although the core package owns this property, its values are defined by the CPDB package (TSPRdb).
Default: com.terraspring.db.postgres.PostgresCpddConnection
com.terraspring.db.CpdbConnection.port |
The port number to which the CPDB is connected.
Default: 5432