Database Configuration

System level configurations to define the DB access, i.e. DB Driver Settings.

Table 1. ds-embedded.properties*
Property Data Type, Range Description Default
datasource.dbName String DB name / SID. wdm
datasource.driver String Database driver name. Driver names are pre-defined and only DBMS can be selected
  • ORACLE - datasource.driver.oracle
  • Derby - datasource.driver.derby
${datasource.driver.derby}
datasource.url String URL for the data source. URLs are pre-defined and are selected depending on the used DBMS ${datasource.url.derby}
datasource.port Integer The port where the DB server is listening (only used for Oracle DB). Default ports:
  • ORACLE = 1521
1521
datasource.server DB server address. (Only used for Oracle DB) localhost
datasource.username User name for DB access. wdm
datasource.password_encrypted Password for DB access. The password should be entered in plain text and is immediately encrypted by Storemanager. 8IjC1d18cD/dhD41Oj7Wqw\=\=

*Used if the app is configured to connect to DB using embedded drivers.