Changing the Global Database Name: Example
The following statement changes the global name of the database and includes both the database name and domain:
ALTER DATABASE
RENAME GLOBAL_NAME TO demo.world.oracle.com;
Changing the Global Database Name: Example
The following statement changes the global name of the database and includes both the database name and domain:
ALTER DATABASE
RENAME GLOBAL_NAME TO demo.world.oracle.com;