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

Thread: Users not logged on last 30 days

  1. #1
    Join Date
    Sep 2006
    Posts
    114

    Users not logged on last 30 days

    Dear all,
    I want to determine the users not logon for the last 30 days
    can anybody help me in this regard?

    thanx in advance

  2. #2
    Join Date
    Dec 2006
    Location
    hyderabad
    Posts
    21

    user logged on last 30 days

    Hi,
    First of all create a table with fields 'user' & 'sysdate'
    then create a database trigger which would fire after login of any user & insert the loggedin info into the above create table like user & time

  3. #3
    Join Date
    Jan 2001
    Posts
    515

    Audit

    Or you can enable the database auditing to capture every login

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