Path: news.easynews.com!easynews!news.he.net!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: srivenu@hotmail.com (srivenu)
Newsgroups: comp.databases.oracle.server
Subject: Re: global_dbname for Oracle 9i on a Windows 2000 workgroup, not on a domain
Date: 8 Aug 2002 20:59:37 -0700
Organization: http://groups.google.com/
Lines: 7
Message-ID: <1a68177.0208081959.7582e9f0@posting.google.com>
References: <i7g3lus2m4lhd5qj5igv17rt7prkfdg8db@4ax.com>
NNTP-Posting-Host: 203.196.224.146
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1028865577 12900 127.0.0.1 (9 Aug 2002 03:59:37 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 9 Aug 2002 03:59:37 GMT
Xref: easynews comp.databases.oracle.server:157325
X-Received-Date: Thu, 08 Aug 2002 20:56:43 MST (news.easynews.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
