SV-219704r401224_rule
V-219704
SRG-APP-000516-DB-000363
O112-BP-022100
CAT II
10
Enable SQL92 security.
From SQL*Plus:
alter system set sql92_security = 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 = 'sql92_security';
If the value returned is set to FALSE, this is a Finding.
If the parameter is set to TRUE or does not exist, this is Not a Finding.
V-219704
False
O112-BP-022100
From SQL*Plus:
select value from v$parameter where name = 'sql92_security';
If the value returned is set to FALSE, this is a Finding.
If the parameter is set to TRUE or does not exist, this is Not a Finding.
M
4057