Obtain and Install the Drivers for Oracle Applications
TDV Supports the Oracle versions 11g, 12c and 19c. Refer to the Installation guide for more details about the supported versions.
Obtain and install the JDBC driver for Oracle 11g and 12c type 4 (11.2.0.2 or higher)
| 1. | Navigate to the Oracle Database JDBC Drivers web page. For example: |
https://www.oracle.com/database/technologies/jdbc-ucp-122-downloads.html
| 2. | Locate and download the ojdbc8.jar and xdb6.jar. Oracle 11.2.0.2 or higher version is required. |
| 3. | Copy them to the TDV installation directory: |
<TDV_install_dir>/apps/dlm/cis_ds_oracle/lib
| 4. | You will also need the file xmlparserv2.jar for handling XML datatypes with Oracle databases. You can get the file for your version of Oracle in the following location: |
https://mvnrepository.com/artifact/com.oracle.database.xml/xmlparserv2
| 5. | Copy it to the TDV installation directory: |
<TDV_install_dir>/apps/dlm/cis_ds_oracle/lib
| 6. | Stop and restart TDV Server. |
Obtain and install the JDBC driver for Oracle 19c type 4
| 7. | Navigate to the Oracle Database 19c Version 19.3.0.0 JDBC Drivers web page. |
https://www.oracle.com/database/technologies/appdev/jdbc-ucp-19c-downloads.html
| 8. | Locate the ojdbc10.jar and xdb.jar files. |
| 9. | Copy it to the TDV installation directory: |
<TDV_install_dir>/conf/adapters/system/oracle_19c_thin_driver.
| 10. | Stop and restart TDV Server. |