SV-24615r2_rule
V-5685
Database auditing
DG0029-ORACLE11
CAT II
10
Enable database auditing.
Select the desired audit trail format (external file or internal database table).
From SQL*Plus:
alter system set audit_trail= [audit trail format] scope=spfile;
Compliant selections for [audit trail format] are (per MetaLink Note 30690.1):
Oracle 11.1 – 11.2 = 'true', 'os' & 'db' (true = os for backward compatibility)
Oracle 11.1 – 11.2 = 'db_extended', 'xml' & 'xml, extended'
The above SQL*Plus command will set the parameter to take effect at next system startup.
From SQL*Plus:
select value from v$parameter where name = 'audit_trail';
If the value returned is NONE, this is a Finding.
V-5685
False
DG0029-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'audit_trail';
If the value returned is NONE, this is a Finding.
M
Database Administrator
1367