Identify two plausible explanations for these metrics.

You monitor a running JDBC data source with the console and note the following values:
Current Capacity = 10
Current Capacity High Count = 20

Identify two plausible explanations for these metrics.

You monitor a running JDBC data source with the console and note the following values:
Current Capacity = 10
Current Capacity High Count = 20

Identify two plausible explanations for these metrics.

A.
The pool size has increased.

B.
The pool size has decreased.

C.
The workload was higher than it is now.

D.
The workload was lower than it is now.

E.
The statement cache size is 10.

F.
The statement cache size is 20.

Explanation:
The pool size has decreased from a maximum 20 to 10.
The workload has been 20. Now it is 10. The workload was higher.
Note: Current Capacity: The current count of JDBC connections in the connection pool in the data
source.
Current Capacity High Count: Highest number of database connections available or in use (current
capacity) in this instance of the data source since the data source was deployed.
Note:
Reference: Administration Console Online Help, JDBC Data Source: Monitoring: Statistics



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Mohamed Farouk

Mohamed Farouk

Answer B & C.