Oracle WebLogic Server 12c: Advanced Administration II — Question 35

You are monitoring a WebLogic JDBC data source and have decided to drop some connections because an earlier peak usage condition has now ended. In addition, this data source has not been enabled for automatic shrinking.
What will occur once you execute the shrink() method on that JDBCDataSourceRuntimeMBean?

Answer options

Correct answer: A

Explanation

The correct answer is A because the shrink() method is designed to reduce the number of connections to at least the minimum capacity specified, ensuring that there are enough resources available for future demands. Options B and C do not take the minCapacity setting into account correctly, while D incorrectly describes the functionality of the shrink() method.