Get a specific session lock record

get

/database/monitoring/session_locks/{session_id},{lock_id1},{lock_id2}

Returns the corresponding record from DBA_LOCK view. A client requires SQL Administrator role to invoke this service.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information on a specific lock.
Body ()
Root Schema : MonitoringSessionLocksItem
Type: object
This object is represents a record on DBA_LOCK view. DBA_LOCK lists all locks or latches held in the database, and all outstanding requests for a lock or latch. The list of attributes may vary depending on database version.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top