Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f9d4 commit a429801Copy full SHA for a429801
sess-to-unix-process.sql
@@ -0,0 +1,5 @@
1
+SELECT s.sid, s.serial#, s.username, s.osuser, p.spid unix_process, s.machine, p.terminal, s.program, s.terminal
2
+FROM v$session s, v$process p
3
+WHERE s.paddr = p.addr
4
+and s.machine like 'host1%'
5
+and s.terminal = 'pts/2';
0 commit comments