|
- The GLOBAL_NAMES setting determines whether database link can be created with a different name rather than the remote database name.
- If the parameter is set to TRUE, then the database link must be created with the same name as remote database.
- If the parameter is set to FALSE, then the database link can be created with a different name.
- Oracle lets you create database link with different name even when the GLOBAL_NAMES is set to TRUE but the link cannot be used.
- You will receive the error ORA-02085, if you try to use a database link with different name when GLOBAL_NAMES is set to TRUE.
|