Previous |
Next |
In a distributed database system, each database should have a unique global name. The global name is comprised of a database name and a domain (for example, ORC1.WORLD
).
In a replicated environment, the database links that are created must be named using the global name of the target database. To ensure that this is enforced, you must set the GLOBAL_NAMES
parameter in the initialization parameter file to TRUE
.