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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Renaming GLOBAL_NAME

Re: Renaming GLOBAL_NAME

From: Scott Canaan <srcdco_at_ritvax.isc.rit.edu>
Date: Mon, 17 Sep 2001 11:17:04 -0700
Message-ID: <F001.00390974.20010917103023@fatcity.com>

I always issue an update statement to change it, when I clone instances:

update global_name
set global_name = 'SIMSNT7B';

commit;

This works every time.

Prasada.Gunda1_at_hartfordlife.com wrote:

> Hi All,
>
> I am trying to rename the global_name from SIMSNT7B.WORLD to SIMSNT7B.
>
> I issued the following command to change the global_name.
>
> ALTER DATABASE RENAME GLOBAL_NAME TO SIMSNT7B;
>
> Still it is showing SIMSNT7B.WORLD when I query the global_name view.
> SQL> select * from global_name;
>
> GLOBAL_NAME
> ----------------------------------
> SIMSNT7B.WORLD
>
> Values for the following parameters in v$parameter view,
> GLOBAL_NAMES parameter value is FALSE and DB_DOMAIN parameter value is
> NULL.
> We are not using Oracle Names server. I renamed SQLNET.ORA file in
> network\admin location.
> Init.ora file has global_names set to false.
>
> How do I change to SIMSNT7B? This database is on Windows NT and it is
> 8.1.6.
>
> Thanks in advance for your help.
>
> Best regards
> Prasad
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: Prasada.Gunda1_at_hartfordlife.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

--
Scott Canaan (srcdco_at_rit.edu)
(716) 475-7886
"Life is like a sewer, what you get out of it depends on what you put into
it" - Tom Lehrer


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Scott Canaan
  INET: srcdco_at_ritvax.isc.rit.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Sep 17 2001 - 13:17:04 CDT

Original text of this message

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