SV-24937r2_rule
V-2586
Oracle O7_DICTIONARY_ACCESSIBILITY parameter
DO3685-ORACLE11
CAT III
10
Disable O7_dictionary_accessibility to restrict access to system tables to users granted privileges to access objects owned by all users.
From SQL*Plus:
alter system set O7_dictionary_accessibility = FALSE 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 = 'O7_dictionary_accessibility';
If the value returned is TRUE, this is a Finding.
If the parameter does not exist or the value returned is FALSE, this is Not a Finding.
V-2586
False
DO3685-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'O7_dictionary_accessibility';
If the value returned is TRUE, this is a Finding.
If the parameter does not exist or the value returned is FALSE, this is Not a Finding.
M
Database Administrator
1367