DBA Data[Home] [Help]

APPS.AD_ZD dependencies on V$SESSION

Line 976: v$session s

972: cursor C_KILL is
973: select
974: 'alter system kill session '||''''||s.sid||','||s.serial#||'''' kill
975: from
976: v$session s
977: , v$process p
978: , dba_objects_ae e
979: where s.type <> 'BACKGROUND'
980: and p.addr = s.paddr