Get a specific session wait class record

get

/database/monitoring/session_wait_classes/{sid},{serial_number},{wait_class_number}

Returns the corresponding record from GV$SESSION_WAIT_CLASS. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information on the specified session wait class.
Body ()
Root Schema : MonitoringSessionWaitClassesItem
Type: object
This object represents a record from GV$SESSION_WAIT_CLASS view. GV$SESSION_WAIT_CLASS displays the time spent in various wait event operations on a per-session basis. The list of attributes may vary depending on database version.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top