Hi,
our auditing tables are populating with lots and lots of logon/logoff audit data, we would like to stop auditing logon/logoff for all users.
i already tried executing
noaudit session;
NOAUDIT CREATE SESSION WHENEVER SUCCESSFUL;
NOAUDIT CREATE SESSION WHENEVER NOT SUCCESSFUL;
but it doesnt seems to be working at all, still there is lot of audit data getting generated.
can you anyone please enlighten me how to disable logon/logoff auditing.