In Oracle Database auditing, while we set audit_trail= XML,EXTENDED we are getting audit records in OS level, as well as in DB (in V$XML_AUDIT_TRAIL).We have storage limitation in DB, so how to stop those entries to V$XML_AUDIT_TRAIL. Thankyou
You want to keep OS level logs?
Hey Mahesh,
If you want to disable the Oracle Database Auditing, use the below command:
ALTER SYSTEM SET audit_trail=NONE SCOPE=SPFILE;