Hi,
I have created 2 user to perform insert,update,delete on application schema. And to trace the activity i have enable auditing by: audit insert any table,update any table,delete any table by test;
I have some query regarding this:
1. The user needs to perform dml 2-3 times a week, enabling auditing could be a any performance issue??
2.Is there any command to enable auditing instead of audit insert any table , it would be insert any table on schema ??
3.How could we disable auditing for particular user??
4.Enabling auditing ,which are of resource would be affected, i meant which portion need to keep chking??
Regards,