Oracle Database - GLOBAL_NAMES parameter

Card Puncher Data Processing

About

GLOBAL_NAMES is a parameter which permit to enforce the database global naming.

FALSE is the default setting for this parameter.

If you set the GLOBAL_NAMES parameter to TRUE (enforces global naming), then you must use the remote database global database name as the name of the link.

How to

query it ?

COL NAME FORMAT A12
COL VALUE FORMAT A6
SELECT NAME, VALUE FROM V$PARAMETER
   WHERE NAME = 'global_names'
/
NAME         VALUE
------------ ------
global_names FALSE





Discover More
Card Puncher Data Processing
Oracle Database - Global Database Name (GLOBAL_NAME)

The Oracle Database (11g) software identifies a database by its global database name. A global database name consists of the database name and database domain. Usually, the database domain is the same...



Share this page:
Follow us:
Task Runner