Useful SQL Statements (cont.)
Audit UPDATE on object whenever successful; (creates audit record for successful updates of a specific object)
Noaudit ALL on object; (turns off auditing on specific object (both successful and unsuccessful))
Noaudit all; (turns off all statement auditing)
Noaudit all privileges; (turns off privilege auditing)