User Tools

Site Tools


dba:oracle:howtos:audit_mini-howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
oracle:audit_mini-howto [2020/03/20 11:14] – [Auditing Objects] dodgeroracle:audit_mini-howto [2020/04/21 08:59] – [Change tablespace] dodger
Line 63: Line 63:
 END; END;
 / /
 +  
 +BEGIN 
 +    SYS.DBMS_AUDIT_MGMT.set_audit_trail_location( 
 +        audit_trail_type           => SYS.DBMS_AUDIT_MGMT.AUDIT_TRAIL_UNIFIED, 
 +        audit_trail_location_value => 'SYSAUD'); 
 +END; 
 +/
 </code> </code>
  
dba/oracle/howtos/audit_mini-howto.txt · Last modified: 2023/01/31 08:28 by dodger