JDBC URL Samples
Oracle Data Integrator does not include any licenses for JDBC Drivers. Some drivers are provided free if you have already purchased certain server products.
A list of all available JDBC drivers is maintained at the following URL: http://java.sun.com/products/jdbc/jdbc.drivers.html
Not all drivers have been validated for use with Oracle Data Integrator. Below is a list of drivers that have been tested and are recommended for use with Oracle Data Integrator.
Driver |
Driver and URL parameters, comments |
---|---|
Oracle Data Integrator Driver for File (new version) |
driver: com.sunopsis.jdbc.driver.file.FileDriver URL: jdbc:snps:dbfile?<option1>&<option2>&... Options:
Warning: Although this driver is not fully JDBC compliant, it supports certain methods used by the agent |
Oracle Data Integrator Driver for File (old version - deprecated) |
Warning: This driver version is deprecated. driver: com.sunopsis.jdbc.driver.FileDriver URL: jdbc:snps:file Other URL:
Warning: This driver is not fully JDBC compliant, it supports certain methods used by the agent |
Sun ODBC/JDBC Bridge (JDBC 2 Type 1) |
driver: sun.jdbc.odbc.JdbcOdbcDriver URL: jdbc:odbc:<odbc datasource name> Note: You must have installed an ODBC Driver and created an ODBC datasource with the ODBC Administrator before using the type 1 JDBC Driver. |
Oracle JDBC Driver (JDBC 1 type 4) |
driver: oracle.jdbc.driver.OracleDriver URL: jdbc:oracle:thin:@<IP address or name>:<listener port>:<SID> Note: The SQL*Net client is not required on the client machine. |
Inet Software JDBC Driver for Microsoft SQL/Server (Type 4) |
driver: com.inet.tds.TdsDriver URL: jdbc:inetdae:<IP adress or name>:<listener port> Note: Open Client and ODBC are not required on the client machine. Other sub-protocols:
Other URLs:
-> with properties
|
Sybase JConnect (Type 4) |
driver: com.sybase.jdbc2.jdbc.SybDriver URL: jdbc:sybase:Tds:<IP address or name>:<listener port>/<database> Note: DB-LIB, CT_LIB and ODBC are not required on the client machine. Warning: Array Fetch is not available if you do not have a Unique Index on Table (leave the Array Fetch empty in Oracle Data Integrator). Batch Update is available. Warning: You must run the correct SQL script sql_server.sql (provided with the driver distribution) on sql/server before use. |
Hit JDBC Driver for AS/400 via Client/Access (Type 4) |
driver: hit.as400.As400Driver URL: jdbc:as400://<IP adress or name> Notes: No extra middleware is required on the client machine. ALL Client/Access services must be started on AS/400 (STRHOSTSVR *ALL) Other options:= [;user=<user>] [;password=<password>] [;options=[secure,][http][<Compressorclass>,][Cryptographerclass>,] [;license=<serial number>] [;libraries=<lib1,lib2,...,libn>] [;ccsid=<number>] [;use_packages=<YES|NO>] [;use_package_library=<package library>] [;use_package_name=<package name>] [;allow_package_update=<YES|NO>] [;convert_ccsid_65535=<YES|NO>] [;fetch_block_size=<Ksize>] [;naming=<sql|system] |
IBM TOOLBOX JDBC Driver for AS/400 (Type 4) |
driver: com.ibm.as400.access.AS400JDBCDriver URL: jdbc:as400://<IP adress or name> Note: No extra middleware is required on the client machine. |
Oracle Data Integrator AS/400 Driver Wrapper |
driver: com.sunopsis.jdbc.driver.wrapper.SnpsDriverWrapper URL: jdbc:snps400:<machine_name/IP_address>[;param1=valeur1[;param2=valeur2...]] This driver wrapper enables the use of the Native of JT/400 driver depending on the situation. This driver wrapper connects using the Native driver when a connection to the local AS/400 machine (the one where the agent is runs) is requested. Otherwise it uses the JT/400 driver. This wrapper uses 3 Java properties:
For more information, see Creating a DB2/400 Data Server. |