How to tell when the last time each user logged into the database/application?
I am working on upgrading a oracle 8i database and a oracle 6i forms application. I am trying to clean up the users table and need to know when the last time each user has logged in. Some users I am sure have been gone for a long time but I want to make sure their account is longer being used.
Does anyone know the sql coding for this?
0