Auditing Logon and Connection Details to Database
I’m moving an Oracle 12c DB from one server to another server. It’s an old system and I am trying to find out all the external logins that are occurring i.e. username and IP of remote system so that I can map these over to the new system. We have various things connecting into it including WebLogic hosted apps, scripts and interactive shell sessions using SQLPLUS etc. I’m wondering how I might approach this. I was thinking one of the following but I am not an Oracle DB (more an infrastructure person):
- TNS Listener logging to file and collect in Splunk?