|
-
hi,
take this i havn't test it, but i think it helps you
select
s.osuser,
p.spid "PID",
s.sid "SID",
s.terminal,
s.program,
s.status,
to_char(logon_time, 'DD-MON HH24:MI:SS') "Login Time"
from
v$session s,
v$process p
where p.addr = s.paddr
and s.osuser != 'oracle'
order by pid;
Best Regards
Thomas Schmidt
[email protected]
If you have no aims, you will never reach a goal !!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|