I would like to know whether I can see history of users logged in in oracle for a past few days. Currently our oracle has installed at remote server and I am accessing it using database links from my local oracle. If I want to who has logged on 2 days back and for what time how can I know it. Which system table contains this information.
If you haven't implemented any of the procedures mentioned above then you may want to look into the Listener log file that keeps information of all the connections.
This file could be found in oracle_home\network\log on the database server.
Bookmarks