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
Parameter | Value |
---|---|
cfg.server.local.config.url | jdbc:oracle:thin:@<server>:<port>:<database> |
cfg.server.local.config.user | Your Oracle username |
cfg.server.local.config.password | Your Oracle password |
cfg.server.local.config.driver | oracle.jdbc.driver.OracleDriver |