Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8 USERS_SESSIONS ???
select
substr(v$session.sid,1,3) sid, substr(v$session.serial#,1,7) serial#, substr(v$session.username,1,7) orauser, substr(v$session.osuser,1,8) osuser, substr(v$session.status,1,6) status, substr(v$session.program,1,24) program, substr(v$process.username,1,8) osuser,
Your Welcome,
Daniel... Received on Tue Dec 08 1998 - 10:16:59 CST
![]() |
![]() |