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: Connecting to a remote db which has no domain name, but local db has global_names=true

Re: Connecting to a remote db which has no domain name, but local db has global_names=true

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 12 Jun 2006 13:59:48 -0700
Message-ID: <1150145991.695567@bubbleator.drizzle.com>


Sybrand Bakker wrote:
> On Mon, 12 Jun 2006 12:14:02 -0700, DA Morgan <damorgan_at_psoug.org>
> wrote:
>

>> Try this:
>>
>> select name, value from v$parameter
>> where name like '%domain%';
>>
>> On the remote server.

>
>
> Daniel,
> In my experience the db_domain parameter is used to determine the
> global database name at creation time, and subsequent changes are
> ignored, if you don't issue alter database rename global_name to etc.
>
> The op needs to have the global_name(s?) view at the remote server.
>
> --
> Sybrand Bakker, Senior Oracle DBA

Agreed.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jun 12 2006 - 15:59:48 CDT

Original text of this message

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