Audit user Activity from Non Application Server sessions
I have a requirement to audit user activity for connections made into the database from an Non Application Server.
I have an application user account called (WEBAPP01) and do not want to audit the login session of WEBAPP01 from the application server, but do want to audit the login session if someone connects as WEBAPP01 from a different server.
Would like to the options that i have to meet this requirement?
Tried using Logon Triggers and enabling auditing, but enabling auditing dynamically does not applies to current sessions and only future sessions. Then tried to enable auditing for all sessions, but the information was too much to consume and we cannot afford to do that.