Get SQL statistics for a specific session

get

/database/performance/active_sessions_history_waits/{sid},{seq_number}/active_sql

Return records from GV$SQLAREA for a given session with current waits on GV$SESSION_WAIT_HISTORY. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Stastics on the SQL statements currently executing for specific session.
Body ()
Root Schema : PerformanceActionSessionHistoryWaitsActiveSQLItem
Type: object
Describes statistics on an SQL statement that is in memory, parsed and ready for execution but waiting on an event. The list of attributes may vary depending on database version.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top