Database auditing, how to stop aud$ count(*) increase without disable audit/bounce database
Hi,
I run a set of audit statements after set audit_trail='DB' and sudit_sys_operation=true and bounce database. I saw count(*) of aud$ increase rapidly.however, when I run the corresponding noaudit statements, the table continue to increase in cow count. I could not feagure out what is still being audited, and how to stop collecting aud$ data completely without changing the parameter and bounce the DB again?
I run the following statementsand could not find any audit action after the noaudit statements:
tti "Statement Audits Enabled on this Database"
column user_name format a10
column audit_option format a40
I run a set of audit statements after set audit_trail='DB' and sudit_sys_operation=true and bounce database. I saw count(*) of aud$ increase rapidly.however, when I run the corresponding noaudit statements, the table continue to increase in cow count. I could not feagure out what is still being audited, and how to stop collecting aud$ data completely without changing the parameter and bounce the DB again?
I run the following statementsand could not find any audit action after the noaudit statements:
tti "Statement Audits Enabled on this Database"
column user_name format a10
column audit_option format a40
0