How to Inspect SQL Statements in the Connection Pool Cache
(Doc ID 1472607.1)
Last updated on OCTOBER 23, 2024
Applies to:
Oracle WebLogic Server - Version 10.3.6 and laterInformation in this document applies to any platform.
Goal
Each connection pool has a value "Statement Cache Size." The help page states:
The number of prepared and callable statements stored in the cache. (This may increase server performance.)
WebLogic Server can reuse statements in the cache without reloading the statements, which can increase server performance. Each connection in the connection pool has its own cache of statements.
Setting the size of the statement cache to 0 turns off statement caching.
Is there a way to inspect what SQL statements are in the cache for each connection?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |