If you have enough privilege, run this SQL statement:
select SE.username, SE.status, SA.sql_text
from v$session SE, v$sqlarea SA
where SE.sql_address = SA.address;
Enjoy it!
|
Results 1 to 2 of 2
Thread: What user2 didThreaded View
|
Click Here to Expand Forum to Full Width |