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

Thread: User activity to the database

  1. #1
    Join Date
    Jan 2002
    Posts
    42

    User activity to the database

    Where can I find the user activity against Oracle database?

  2. #2
    Join Date
    Feb 2003
    Location
    INDIA
    Posts
    96
    Hi

    After connecting to SQLPLUS WITH SYS OR SYSTEM or any DBA Priviledge user, You can check in V$SESSION.

    SELECT sid, serial#, username, substr(program,1,40) program, status, SQL_HASH_VALUE, osuser,
    to_char(logon_time,'DD-MON-YYYY HH24:MI') Logon_time
    FROM v$session

    Dilipkumar Patel.

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