SV-219832r533037_rule
V-219832
SRG-APP-000516-DB-000363
O121-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-219832
False
O121-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
4059