DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: What user2 did

  1. #1
    Join Date
    Oct 2000
    Posts
    123
    Hi,

    I'm under user1, i want to know what user2 did ---- eg, what select statment or other commands user2 did or is doing? What is the sqlcommand should i use?

    Thanks

  2. #2

    Question What is he/she doing?

    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!
    Queyon Zeng

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width