ODS System Properties
Properties | Mandatory | Data Type | Format | Size | Default | Allowed Values | Usage detail |
transaction.manager | YES | Alphabetic | Fixed | 3 | None | Value: jpa | Data source transaction manager. |
datasource.type | YES | Alphabetic | Fixed | 4 | None | Value: jndi | The data source type. jndi relies on jndi names ORACLEDATASTOREDS in the application server for a data-source connection. |
jpa.showSql | NO | Boolean | <=5 | False | Value: True, False | Shows information in the application's log/console for all SQLs executed using JPA. | |
jpa.databasePlatform | YES | AlphaNumeric | Fixed List | <=100 | None | Value: org.eclipse.persistence.platform.database.SQLServerPlatform org.eclipse.persistence.platform.database.OraclePlatform org.eclipse.persistence.platform.database.DB2Platform | Property that determines which JPA DatabasePlatform to use with EclipseLink. |
application.databaseType | YES | Fixed List | <=10 | None |
|
The system-wide default database type. Used for multiple query support functionality and JDBC interaction. | |
application.mode | NO | Fixed List | <=11 | DEVELOPMENT | PRODUCTION, DEVELOPMENT |
Development mode is where temporary created file will not be deleted. Production mode is where temporary created file will be deleted. |
|
application.tempFileDirectory | YES | Alphabetic | None | Generated temp files while processing will be created in the directory specified. | |||
oipa.baseURI | YES | Alphabetic | None | OIPA base URI. Used to call the OIPA services from ODS application. | |||
target.schemeName | YES | Alphabetic | Target user name for target database. | ||||
application.downloadDirectory | YES | Alphabetic | Download directory path to store the target and staging .sql files. | ||||
session.timeout | NO | Numeric | 30 | ODS session time out value in minutes |