password- Set as appropriate.
Inet SybeluxJDBC Driver for Sybase Databases
TheJAR le for the Inet Sybase driver is Sybelux.jar. Congure the connection pool using the
followingsettings:
Name:Use this name when you congure the JDBC resource later.
ResourceType: Specify the appropriate value.
DatabaseVendor: Sybase
DataSourceClassname: com.inet.syb.SybDataSource
Properties:
serverName- Specify the host name or IP address of the database server.
portNumber- Specify the port number of the database server.
user- Set as appropriate.
password- Set as appropriate.
databaseName- Set as appropriate. Do not specify the complete URL, only the database
name.
OracleThin Type 4 Driver for Oracle 8.1.7 and 9.x
Databases
TheJAR le for the Oracle driver is ojdbc14.jar. Congure the connection pool using the
followingsettings:
Name:Use this name when you congure the JDBC resource later.
ResourceType: Specify the appropriate value.
DatabaseVendor: Oracle
DataSourceClassname:Specify one of the following:
oracle.jdbc.pool.OracleDataSource
oracle.jdbc.xa.client.OracleXADataSource
Properties:
user- Set as appropriate.
password- Set as appropriate.
URL- Specify the complete database URL using the following syntax:
jdbc:oracle:thin:[user/password]@host[:port]/service
CongurationsforSpecic JDBC Drivers
Chapter3 • JDBC Resources 59