Get wait time summary from recent active session history records

get

/database/monitoring/waits_recent

Oracle Diagnostics Pack licence is required for this service. Group by sample_time and wait_class on GV$ACTIVE_SESSION_HISTORY for records with sample_time within the last 7 days. Note that time waited is in microseconds. A client requires SQL Administrator role to invoke this service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Wait time summary from active session history records within the last 7 days.
Body ()
Root Schema : MonitoringWaitsRecentItem
Type: object
A summary of time waited for each wait class in GV$ACTIVE_SESSION_HISTORY.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top