Useful SQL Statements (cont.)
Noaudit ALL on default; (turns off all default audits)
Audit session by userid; (turns on auditing of a specific user)
Noaudit session by hacker; (turns off all auditing for a specific user, hee hee)
Delete * from SYS.AUD$; (deletes all current audit records in system table)