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