Native connection caches

EAServer 5.x native connection caches are replaced in EAServer 6.0 with JDBC driver/connection wrappers. To configure them, create an instance of the JDBC wrapper. Samples are located in $djc_home/config/default-data-sources.xml.

The serverName property represents the name that the underlying native API uses to resolve the server name and location. For example:

Here is a list of the connection library name changes from EAServer 5.x to EAServer 6.0:

EAServer 5.x library

EAServer 6.0 library

ODBC

JCM_Odbc

ODBCU

JCM_Odbc_Unicode

OCI_7

Not supported in EAServer 6.0

OCI_8

Not supported in EAServer 6.0

OCI_9

JCM_Oracle

OCI_10

JCM_Oracle

OCI_9U

JCM_Oracle_Unicode

OCI_10U

JCM_Oracle_Unicode

CTLIB_110

JCM_Sybase