Oracle 10g Auditing
From: indytoatl <indytoatl_at_gmail.com>
Date: Mon, 1 Aug 2011 07:28:57 -0700 (PDT)
Message-ID: <15e66f8e-bf4e-48e3-8245-289f8cf3b82e_at_s17g2000yqs.googlegroups.com>
I'm running Oracle 10g with FGA to OS file. How can I limit the file size to 1gig? The command below does not work with 10g but it works fine with 11g.
Date: Mon, 1 Aug 2011 07:28:57 -0700 (PDT)
Message-ID: <15e66f8e-bf4e-48e3-8245-289f8cf3b82e_at_s17g2000yqs.googlegroups.com>
I'm running Oracle 10g with FGA to OS file. How can I limit the file size to 1gig? The command below does not work with 10g but it works fine with 11g.
- Set the Maximum size of OS audit files to 15,000Kb. BEGIN DBMS_AUDIT_MGMT.set_audit_trail_property( audit_trail_type => DBMS_AUDIT_MGMT.AUDIT_TRAIL_OS, audit_trail_property => DBMS_AUDIT_MGMT.OS_FILE_MAX_SIZE, audit_trail_property_value => 15000); END; /
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi Received on Mon Aug 01 2011 - 09:28:57 CDT