Teradata
You are looking at an older version of the documentation. The latest version is found here.
The Data Virtuality Server supports the Teradata JDBC driver v4. The driver can be downloaded from Teradata Download page.
In order to use the Teradata data source, please install the Teradata JDBC driver as follows:
- Stop the Data Virtuality Server.
- Place the Teradata JDBC driver in the %dvserver%/modules/system/layers/base/com/teradata/main folder.
Check the module.xml file and change the driver JAR file name if applicable.
Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
CODE<driver name="teradata" module="com.teradata"> <driver-class>com.teradata.jdbc.TeraDriver</driver-class> </driver>
Start the Data Virtuality Server.