Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: GLOBAL_NAME

Re: GLOBAL_NAME

From: Venkat <vreddy_at_no_spamix.netcom.com>
Date: Mon, 1 Jun 1998 14:12:19 -0400
Message-ID: <6kuqtr$gfh@dfw-ixnews8.ix.netcom.com>

After you recreate the database you have to use ALTER DATABASE RENAME GLOBAL_NAME command to change the global name. But make sure all your db links and other references are changes too.

HTH
Venkat

>I recently created a new instance by copying from existing instance: copied
>data files to new location, created init.ora, issue command create database
>.. etc.
>
>But when the new instance is started and I did a
> select *
> from global_name;
>
>I get the old value of YASFIN.WORLD. I am expecting the new value
>YASFNPRD.WORLD.
>
>Can anyone tell me more about GLOBAL_NAME, when was it created etc, and in
>this case why was it not reflecting the value i am expecting.
>
>What should I do to make global_name reflect the correct value?
>
>Thanks!
>
>Regards,
>Tse Chong
Received on Mon Jun 01 1998 - 13:12:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US