SV-219743r401224_rule
V-219743
SRG-APP-000516-DB-000363
O112-BP-026300
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-219743
False
O112-BP-026300
From SQL*Plus:
select value from v$parameter where name = 'global_names';
If the value returned is FALSE, this is a Finding.
M
4057