Answers

Question and Answer:

  Home  Web Logic Server

⟩ How to write a program of web logic server to get the connection pool attribute?

The connection pool attribute can be accessed using the administrative console of the connection pool. This includes the Web logic jDriver for Oracle and JDBC connection pool configuration for setting up the attribute for overall server system. The example that is given below show the attribute that is been accessed in the web logic server:

<JDBCConnectionPool

Name="userPool"

Targets= “userserver,server1"

DriverName="weblogic.jdbc.oci.Driver"

InitialCapacity="1"

MaxCapacity="10"

CapacityIncrement="2"

Properties="databaseName=userOracleDB"

 142 views

More Questions for you: