Technical data

16 Managing JDBC Connectivity
16-12 Administration Guide
The following table shows a sample Connection Pool configuration using the
WebLogic jDriver for Microsoft SQL Server.
The following table shows a sample Data Source configuration using the WebLogic
jDriver for Microsoft SQL Server.
Table 16-4 WebLogic jDriver for Microsoft SQL Server: Connection Pool
Configuration
Attribute
Name Attribute Value
Name
myConnectionPool
Targets
myserver
DriverClassname
weblogic.jdbc.mssqlserver4.Driver
Initial Capacity
0
MaxCapacity
5
CapacityIncrement
1
Properties
user=sa
password=secret
db=pubs
server=myHost:1433
appname=MyApplication
hostname=myhostName
Table 16-5 WebLogic jDriver for Microsoft SQL Server: Data Source
Configuration
Attribute
Name Attribute Value
Name
myDataSource
Targets
myserver
JNDIName
myconnection
PoolName
myConnectionPool