---------------------------------- -Session Info from PID -File Name : pid.sql -Usage : @pid ----------------------------------- col user@machine for a30 col (SID,SERIAL#) for a20 col s.program for a20 col MODULE for a20 col action for a20 col spid for a8 select p.spid,s.sid||','||s.serial# "(SID,SERIAL#)",last_call_et/3600,status,s.username||'@'||s.machine as "user@machine",s.program,module,action from v$session s,v$process p where p.spid='&PID'and p.addr=s.paddr /
Tuesday, September 17, 2013
Session Info from PID
Subscribe to:
Post Comments (Atom)
NLS boot file not found or invalid opmnctl ping – EBS 12.2 ADCFGCLONE FAIL
Error: adcfgclone.pl failed while performing clone of EBS 12.2 instance. This occurred while ohsT2PApply is in progress. INST_TOP/adm...
-
I got a task to estimate RMAN backup size. How much 3days RMAN backup occupy? How long it will take to complete? Is the backup siz...
-
I got the below issue while Cloning ORACLE HOME from source to target. I have copied the binaries from source and initiated adcfclone. It ...
-
We have received an alert in the morning that the Primary Database is out of Sync. Primary and Standby are with difference of 9 archives. ...
No comments:
Post a Comment