Skip to content

Oracle

To connect to Oracle, the solution uses the Oracle JDBC driver.

Installing the driver

The Oracle JDBC driver is included in the distribution, there are no additional steps required.

Configuration

ParameterValue
cfg.server.local.config.urljdbc:oracle:thin:@<server>:<port>:<database>
cfg.server.local.config.userYour Oracle username
cfg.server.local.config.passwordYour Oracle password
cfg.server.local.config.driveroracle.jdbc.driver.OracleDriver