Technical data

JDBC Configuration Guidelines for Connection Pools, MultiPools and DataSources
Administration Guide 16-11
Note: New Property: "Password." This value overrides any password defined in
Properties (as a name/value pair). This attribute is passed to the 2-tier JDBC
driver when creating physical database connections. The value is stored in an
encrypted form in the config.xml and can be used to avoid storing cleartext
passwords in that file.
The following table shows a sample Data Source configuration using the WebLogic
jDriver for Oracle.
Table 16-2 WebLogic jDriver for Oracle: Connection Pool Configuration
Attribute
Name Attribute Value
Name
myConnectionPool
Targets
myserver
DriverClassname
weblogic.jdbc.oci.Driver
Initial Capacity
0
MaxCapacity
5
CapacityIncrement
1
Properties
user=scott
server=localdb
Password Tiger (this value overrides any password defined in
Properties as a name value pair)
Table 16-3 WebLogic jDriver for Oracle: Data Source Configuration
Attribute
Name Attribute Value
Name
myDataSource
Targets
myserver
JNDIName
myconnection
PoolName
myConnectionPool