Oracle Database Auditing
To check database auditing is enabled execute SHOW PARAMETER command
oracle configurationintermediate
by OracleDba
17 views
To check database auditing is enabled execute SHOW PARAMETER command
12345
Show parameter audit;
alter system set AUDIT_TRAIL=<status value>, extended scope=spfile;
alter system set AUDIT_TRAIL= db, extended scope=spfile;1234567
SQL> show parameter audit
NAME TYPE VALUE
----------------------- ----------- --------------
audit_file_dest string /u01/app/oracle/admin/prim/audit
audit_sys_operations boolean TRUE
audit_trail string DBPlease to add comments
No comments yet. Be the first to comment!