Hello,
You might want to try this>
SQL> select sid, username
from v$session
where audsid = userenv('sessionid');
This will give you the SID that you're using and your user name as well.
Good Luck.
|
Results 1 to 10 of 11
Thread: HOW TO OBTAIN USER IDThreaded View
|
Click Here to Expand Forum to Full Width |