게시일: Oct 28, 2013 7:23:43 AM
select *
from v$session
where AUDSID = (select userenv('sessionid')
from dual)
;