SV-24805r3_rule
V-15645
DBMS Privileged action audit
DG0142-ORACLE11
CAT II
10
From SQL*Plus:
alter system set audit_sys_operations = TRUE scope = spfile;
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_sys_operations';
If the value returned is FALSE, this is a Finding.
V-15645
False
DG0142-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'audit_sys_operations';
If the value returned is FALSE, this is a Finding.
M
Database Administrator
1367