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.