This section discusses supported drivers. Their use is encouraged.
The following table summarizes third-party JDBC driver features:
Table 15-3 Third-Party JDBC Driver Features
* For JDBC 3 (Java 1.4) versions and later.
The following table lists URL syntaxes for supported third-party JDBC drivers:
Table 15-4 URL Syntaxes
This information is used in conjunction with the Authentication Context parameter. For information on this parameter, see Authentication Context.
The following table lists the fully-qualified Java class names of supported third-party JDBC drivers:
Table 15-5 Class Names of Third-Party JDBC Drivers
This information is used in conjunction with the JDBC Driver Class Name parameter. For information on this parameter, see Third-Party JDBC Driver Class Name.
Table 15-6 IBM DB2 Driver: Type 4
NOTE:Unlike the type 3 driver, the type 4 driver has only a minimal set of defined error codes. This absence inhibits the Driver for JDBC’s ability to distinguish between connectivity, retry, authentication, and fatal error conditions.
The IBM DB2 driver is backward compatible. However, it doesn’t work with database version 7. Database server updates are frequent. Driver updates are infrequent.
The IBM DB2 driver supports a variety of authentication security mechanisms but does not support encrypted transport.
It’s very difficult to diagnose and remedy Java-related errors on the database server.
Numerous error conditions and error codes can arise when you attempt to install and execute user-defined stored procedures and functions written in Java. Diagnosing these can prove time intensive and frustrating. A log file (db2diag.log on the database server) can often provide additional debugging information. In addition, all error codes are documented and available online.
Table 15-7 Informix JDBC Driver
The Informix driver is backward compatible. Database server updates and driver updates are infrequent.
The Informix driver does not support encrypted transport.
The following table lists driver parameters that must be explicitly set for the Driver for JDBC to interoperate with the Informix driver against ANSI-compliant databases.
Table 15-8 Driver Settings for ANSI-Compliant Databases
Display Name |
Tag Name |
Value |
---|---|---|
Supports schemas in metadata retrieval? |
supports-schemas-in-metadata-retrieval |
false |
Force username case: |
force-username-case See Force Username Case. |
upper |
The following table lists driver compatibility parameters that the Driver for JDBC implicitly sets at runtime. Do not override these settings.
Table 15-9 Informix JDBC Settings Not to Override
Display Name |
Tag Name |
Value |
---|---|---|
Function return method: |
function-return-method |
result set |
Schema names cannot be used to retrieve metadata against an ANSI-compliant database. Set the driver compatibility parameter Supports Schemas in Metadata Retrieval? to Boolean False. The database objects available for metadata retrieval are those visible to the database user who authenticated to the database. Schema qualifiers cannot be used to identify database objects. Therefore, to avoid naming collisions (such as, owner1.table1, owner2.table1), give the database authentication user only SELECT privileges on objects being synchronized.
When used against ANSI-compliant databases, usernames must be in uppercase. Set the driver compatibility parameter Force Username Case to upper.
Table 15-10 jTDS Driver Settings
Novell recommends that you use the Microsoft 2000 JDBC driver when Subscribing to views.
IMPORTANT:The jTDS JDBC driver does not support views or stored procedures.
The jTDS driver works with all versions of Microsoft SQL Server. It also supports all versions of Sybase ASE, but it hasn’t been tested by Novell against that database server yet. Driver updates are infrequent.
The jTDS driver supports encrypted transport.
Delimit URL properties by using a semicolon (;).
The following table lists values for the domain URL property for the jTDS driver.
Table 15-11 Values for the domain URL Property
The following table lists values for the SSL URL property for the jTDS driver.
Table 15-12 Values for the ssl URL Property
Table 15-13 Settings for the MySQL Connector/J JDBC Driver
Also see Generation/Retrieval Method (Table-Global).
The Connector/J driver is backward compatible. Database server updates are frequent. Driver updates are infrequent.
The Connector/J driver supports JSSE (Java Secure Sockets Extension) SSL-encrypted transport.
The following table lists driver parameters that you must set so that the Driver for JDBC can interoperate with the Connector/J driver against MyISAM tables.
Table 15-15 Oracle Thin Client Settings
The Thin Client driver is backward compatible. Database server updates and driver updates are infrequent.
Oracle releases thin client drivers for various JVMs. Even though all of them work with this product, we recommend that you use the 1.4 version.
The Thin Client driver supports Oracle Advanced Security encrypted transport.
The following table lists driver compatibility parameters that the Driver for JDBC implicitly sets at runtime. Do not explicitly override these settings.
Table 15-16 Oracle Thin Client Settings Not to Override
Display Name |
Tag Name |
Value |
---|---|---|
Number of returned result sets: |
handle-stmt-results |
single |
The following table lists important connection properties for this driver.
Table 15-17 Oracle Thin Client: Connection Properties
High CPU utilization triggered by execution of embedded SQL statements:
The most common problem experienced with this driver is high CPU utilitization. As a result, this driver always indicates that more results are available from calls to method java.sql.Statement.execute(String stmt), which can lead to an infinite loop condition. This condition occurs only if all the following happen:
A value other than single, no or one in the driver compatibility parameter Number of Returned Result Sets is being executed.
An embedded SQL statement is being executed.
The type of statement is not explicitly specified.
To avoid the conditions that produce high CPU utilization:
Do not explicitly set this parameter. Defer to the dynamic default value.
Always place a jdbc:type attribute on embedded <jdbc:statement> elements.
NOTE:The jdbc namespace prefix must map to urn:dirxml:jdbc.
Can’t retrieve synonym column metadata:
The connection property includeSynonyms must be set to true.
Can’t see synonym table primary key constraint:
The only known solution to this problem is to use a view.
Table 15-18 Oracle OCI JDBC Driver Settings
Supported Database Versions |
8i, 9i, 10g |
Class Name |
oracle.jdbc.driver.OracleDriver |
Type |
2 |
URL Syntax |
jdbc:oracle:oci8:@tns-name |
Download Instructions |
The SQLNet infrastructure is the main requirement for OCI. SQLNet can run on any platform that Oracle supports, not just Linux. For Linux, register for free and download the following:
|
Filenames |
|
Documentation URLs |
You can install SQLNet by doing either of the following:
Use the Instant Client (which bypasses unneeded components of the full version).
Download the full package from Oracle.
If the database is running on the same server as Identity Manager, you don’t need to install SQLNet because SQLNet comes as standard on the database server.
The Oracle OCI driver is essentially the same as the Thin Client driver. See Section 15.4.8, Oracle Thin Client JDBC Driver. The OCI client differs in the following ways:
The OCI Client supports clustering, failover, and high availability.
The OCI Client has additional security options.
For information on setting up the Oracle OCI Client, see Section K.0, Setting Up an OCI Client on Linux.
Table 15-19 PostgreSQL JDBC Driver Settings
Supported Database Versions |
6.x, 7.x, 8.x |
Class Name |
org.postgresql.Driver |
Type |
4 |
URL Syntax |
jdbc:postgresql://ip-address:5432/database-name |
Download Instructions |
|
Documentation URLs |
NOTE:The filename of the PostgreSQL varies by database version.
The latest builds of the PostgreSQL driver are backward compatible through server version 7.2. Database server updates and driver updates are frequent.
The PostgreSQL driver supports SSL-encrypted transport for JDBC 3 driver versions.
Table 15-20 Settings for the Sybase Adaptive Server Enterprise Driver
* For JDBC 3 (Java 1.4) versions and later.
The Adaptive Server driver is backward compatible. Database server updates and driver updates are infrequent.
The Adaptive Server driver supports SSL-encrypted transport. To enable SSL encryption, you must specify a custom socket implementation via the SYBSOCKET_FACTORY connection property. For additional information on how to set connection properties, see Connection Properties.
The SYBSOCKET_FACTORY property can be used to specify the class name of a custom socket implementation that supports encrypted transport.