How to know who has been logging in to RDBMS (8i & 9i)?
Hello,
Recently we need to trace a particular Oracle account, to see when did it logged in the DB in the past week.
We have few DBs on Windows, including 8.1.7 and 9.2.0. All with audit log disabled. But we have archive logs, around 10GB/DB/day.
The information we are looking for is:
Oracle user ID / connect datetime /disconnect datetime
We are thinking of using logminer but it would be a heavy task to go through 60GB logs per DB.
We'd like to know if there is better way to do so?
If we need to use logminer, may we have some tips for making it as "efficient" as possible?
0