Data source and driver classes
- Last Updated: August 22, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
The driver provides the following driver class:
com.ddtek.jdbc.oracle.OracleDriver
The driver provides the following data source class.
com.ddtek.jdbcx.oracle.OracleDataSourceNote: For compatibility purposes, the
driver also provides a second data sources class, com.ddtek.jdbcx.oracle.OracleDataSource40.
This data source class functions identically to com.ddtek.jdbcx.oracle.OracleDataSource;
however, it is named after a data source class provided in earlier releases, allowing
applications that rely on the older version to use the driver without changes.