Technical data
JDBC Configuration Guidelines for Connection Pools, MultiPools and DataSources
Administration Guide 16-13
The following table shows a sample Connection Pool configuration using the
WebLogic jDriver for Informix.
The following table shows a sample Data Source configuration using the WebLogic
jDriver for Informix.
Table 16-6 WebLogic jDriver for Informix: Connection Pool Configuration
Attribute
Name Attribute Value
Name
myConnectionPool
Targets
myserver
DriverClassname
weblogic.jdbc.informix4.Driver
Initial Capacity
0
MaxCapacity
5
CapacityIncrement
1
Properties
user=informix
password=secret
server=myDBHost
port=1493
db=myDB
Table 16-7 WebLogic jDriver for Informix: Data Source Configuration
Attribute
Name Attribute Value
Name
myDataSource
Targets
myserver
JNDIName
myconnection
PoolName
myConnectionPool