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_dbname for Oracle 9i on a Windows 2000 workgroup, not on a domain

Re: global_dbname for Oracle 9i on a Windows 2000 workgroup, not on a domain

From: srivenu <srivenu_at_hotmail.com>
Date: 8 Aug 2002 20:59:37 -0700
Message-ID: <1a68177.0208081959.7582e9f0@posting.google.com>


You can change the GLOBAL NAME after the installation after the database creation with the command,

ALTER DATABASE
    RENAME GLOBAL_NAME TO xxx.xxx.xxx;

You can see the GLOBAL NAME by querying GLOBAL_NAME Received on Thu Aug 08 2002 - 22:59:37 CDT

Original text of this message

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