Skip to content

100. Middle Tier - PL/SQL Connection Pool

The PL/SQL Connection Pool is a limited resource. If many requests need to wait or if the number of switched users is high it might impact the system responsiveness.

Multiple Instances: Yes (per ManagedServer)

Interval: Every 5 minutes (288 times per day)

StatusExpression
WarningIf (( Switch User Percentage > 10%) or ( Waited Requests Percentage > 15%))



OKIf not status Warning.
UnknownMissing application response.