![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |