Skip to Main Content

Oracle Database Discussions

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!

How to disable audit for specific user

2790572Aug 14 2015 — edited Aug 14 2015

Dear all,

On our database audit parameter is db extended, and audit informations was reside on system tablespace.

For some reasons we enable audit for specific user.

AUDIT ALL BY TOMMY BY ACCESS;

AUDIT DELETE TABLE, INSERT TABLE, SELECT TABLE, UPDATE TABLE BY TOMMY BY ACCESS;

AUDIT EXECUTE ANY PROCEDURE BY TOMMY BY ACCESS;

There is writing too much information and we want disable this audit for tommy. But we want doing it without restart database because our system 7/24 running.

we enable audit for tommy without restart but we cannot disable it without restart.

NOAUDIT ALL BY TOMMY;

NOAUDIT DELETE TABLE, INSERT TABLE, SELECT TABLE, UPDATE TABLE BY TOMMY;

NOAUDIT EXECUTE ANY PROCEDURE BY TOMMY;

there is no any error but it steel writting too much information, please help how we can disable it without restart?

This post has been answered by unknown-951199 on Aug 14 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2015
Added on Aug 14 2015
1 comment
4,356 views