SV-219739r401224_rule
V-219739
SRG-APP-000516-DB-000363
O112-BP-025800
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-219739
False
O112-BP-025800
From SQL*Plus:
select value from v$parameter where name = 'audit_sys_operations';
If the value returned is FALSE, this is a Finding.
M
4057