how to exclude apps user when audit is set to OS and by selected users only
I have a request for to audit 5 users in our oracle apps and I have set the following:
audit_trail=OS
AUDIT_FILE_DEST=/d01/app/oracle/product/11.2.0/rdbms/audit
restarted the instance and issued command:
AUDIT SESSION BY user1, user2 , user3....
however I am getting hundreds of audit files generated by the APPS, APPLSYS, etc users.
yes I can remove these files after the fact bur why the extra IO when not needed.
HOW CAN I EXCLUDE THESE USERS?
Thanks in advance.