EXPERT RESPONSE
As long as you are not using Real Application Clusters, Advanced Replication or Streams Replication, the global name should rarely come into play. So I wouldn't worry about it. If you do have to change the global name, you can specify a new one with the following command:
ALTER SYSTEM SET global_name=new_value SCOPE=spfile;
Then bounce your instance.
|