STIGQter STIGQter: STIG Summary: Oracle Database 11g Instance STIG Version: 8 Release: 20 Benchmark Date: 28 Jul 2017:

Remote database or other external access should use fully-qualified names.

DISA Rule

SV-24838r2_rule

Vulnerability Number

V-15660

Group Title

DBMS fully-qualified name for remote access

Rule Version

DG0192-ORACLE11

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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.

Check Contents

From SQL*Plus:

select value from v$parameter where name = 'global_names';

If the value returned is FALSE, this is a Finding.

Vulnerability Number

V-15660

Documentable

False

Rule Version

DG0192-ORACLE11

Severity Override Guidance

From SQL*Plus:

select value from v$parameter where name = 'global_names';

If the value returned is FALSE, this is a Finding.

Check Content Reference

M

Responsibility

Database Administrator

Target Key

1367

Comments