SV-24919r2_rule
V-2556
Oracle SQL92_SECURITY parameter
DO3540-ORACLE11
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-2556
False
DO3540-ORACLE11
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
Database Administrator
1367