Track User Login
v$session only gives me the users who are login to the current sessions. I want to find out users who haven't been login to the system say for the past three months. I did try the system logon trigger to insert an entry to my table after every user logon. However, this trigger ended up hang the database. Is there anyother way that I can track the user login other than the trigger? My version is 10.2.0.3 and os is solaris 10. Thanks.
0