Auditing at table level in 11g [message #552739] |
Fri, 27 April 2012 12:53 |
naresh515
Messages: 11 Registered: September 2006
|
Junior Member |
|
|
Hello All,
We have recently upgraded our DR environment from 9i to 11g. We have auditing turned on for 3 tables.
On 9i, AUD$ table size is 11G for 12 months and the upgraded 11g environment has 9G in 2 days....
Below is the sql statement we used to turn on auditing on these tables.
audit select,update,delete on audit_Test2 by session;
Opened SR with Oracle, but no proper response from them...
Can you please advice what changes we need to do in order to reduce the amount of audit data on these tables in 11g?
Thanks,
Raghu Yella.
|
|
|
|
|
Re: Auditing at table level in 11g [message #552748 is a reply to message #552744] |
Fri, 27 April 2012 13:40 |
naresh515
Messages: 11 Registered: September 2006
|
Junior Member |
|
|
Blackswan - noaudit -> will totally disable auditing on these tables. We want auditing on these tables similar to what we had in 9i but it seems like 11g is placing more information in the AUD$ table.
Michel - Oracle support also specified that there are many default audits. Can you please direct us with any notes or steps to look into the defaults?
Thanks.
|
|
|
|
Re: Auditing at table level in 11g [message #552753 is a reply to message #552750] |
Fri, 27 April 2012 15:02 |
naresh515
Messages: 11 Registered: September 2006
|
Junior Member |
|
|
Thanks Michael.
These are the settings we currently have in 9i and 11g. But in 11g the amount of data is more.
Here is what we came across.
"On 9i - when a session is opened and performing inserts/updates/select/deletes in a loop of for eg., 100.. it will generate one entry in AUD$ table. But in 11g, the same loop of 100 is generating 100 entries in AUD$ table" HOW TO RESTRICT THIS?
OWNER OBJECT_NAME OBJECT_TYPE ALT AUD COM DEL GRA IND INS LOC REN SEL UPD REF EXE CRE REA WRI
LOYALTY_OWNER ACCOUNT_REDEMPTIONS TABLE -/- -/- -/- S/S -/- -/- -/- -/- -/- S/S S/S -/- -/- -/- -/- -/-
e
|
|
|
|
|
|