SV-24838r2_rule
V-15660
DBMS fully-qualified name for remote access
DG0192-ORACLE11
CAT II
10
From SQL*Plus:
alter system set global_names = TRUE scope = spfile;
NOTE: This parameter, if changed, will affect all currently defined Oracle database links.
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 = 'global_names';
If the value returned is FALSE, this is a Finding.
V-15660
False
DG0192-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'global_names';
If the value returned is FALSE, this is a Finding.
M
Database Administrator
1367