...
- Get the Oracle JDBC driver.
Supported driver versions are 1011.2.0.1 .0 and higher.
Place the following files:- ojdbc6.jar
- orai18n.jar (can be omitted if missing in the driver version) into the
<
TeamCity Data Directory
>/lib/jdbc
directory.
It is strongly recommended to locate the driver in your Oracle server installation. Contact your DBA for the files if required.Note The Oracle JDBC driver must be compatible with the Oracle server.
Alternatively, download the Oracle JDBC driver from the Oracle web site. Make sure the driver version is compatible with your Oracle server.
- In the
<
TeamCity Data Directory
>/config
folder renamedatabase.oracle.properties.dist
file todatabase.properties
and specify the required settings in this file:Code Block connectionUrl=jdbc:oracle:thin:@//<host>:1521:<servicename> connectionProperties.user=<user> connectionProperties.password=<password>
...