Web Logic Server Question:
Download Questions PDF

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

Answer:

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"

Download Web Logic Server Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what type of object is returned by ResultSet.getObject()?Explain what are the steps required to setup the Oracle instance for OS Authentication?