Get a specific lock that a session is waiting on
get
/database/monitoring/session_locks/waiting/{session_id},{lock_id1},{lock_id2}
Using DBA_LOCKS and DBA_WAITERS views, this service returns the corresponding DBA_LOCKS records for session that is waiting on locks held by other sessions. In an Oracle RAC environment, this only applies if the waiter is on the same instance.
Request
Supported Media Types
- application/json
Path Parameters
-
lock_id1: string
Type-specific lock identifier, part 1.
-
lock_id2: string
Type-specific lock identifier, part 2.
-
session_id: number
Session identifier.
Response
Supported Media Types
- application/json
200 Response
Information on a specific lock that a session is waiting on.