Revision history of "List connected sessions"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:47, 18 April 2016193.121.160.69 talk 503 bytes +503 Created page with "Show connected sessions, join of v$session and v$process <source lang="sql"> select s.*, p.* from gv$session s , gv$process p where p.addr = s.paddr and p.inst_id =..."