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
Supported Media Types
- application/json
Path Parameters
-
serial_number: number
Session serial number.
-
sid: number
Session identifier.
-
wait_class_number: number
Number of the wait class.
Response
Supported Media Types
- application/json
200 Response
Information on the specified session wait class.
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
-
con_id(optional):
integer
The ID of the container to which the data pertains.
-
inst_id(optional):
integer
Oracle Real Application Clusters instance number for which this data relates to. In a non-RAC database this number will be 1.
-
links(optional):
array links
-
serial#(optional):
integer
Serial number.
-
sid(optional):
integer
Session identifier.
-
time_waited(optional):
integer
Amount of time spent in the wait class by the session.
-
total_waits(optional):
integer
Number of times waits of the class occurred for the session.
-
wait_class(optional):
string
Name of the wait class.
-
wait_class#(optional):
integer
Number of the wait class.
-
wait_class_id(optional):
integer
Identifier of the wait class.