Disable SYSMAN logon records in AUDIT Trail
I have enabled the AUDIT_TRAIL on the database level :
SQL> audit all;
I need to stop auditing the SYSMAN audit records : LOGON, LOGOFF....
I have tried : SQL> NOAUDIT ALL BY SYSMAN
But it doesn't work. Still we have many records of SYSMAN
What is the best solution to disable the EM (SYSMAN) account auditing?
Regards,
Claude Saikaly