Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to disable logon & logoff auditing for all users

Murali Krishna VarmaJun 17 2015 — edited Jun 17 2015

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2015
Added on Jun 17 2015
3 comments
7,099 views