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: Using OID to store RAC specific TNS entries

Re: Using OID to store RAC specific TNS entries

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 17 Jan 2007 06:53:19 -0800
Message-ID: <1169045590.856523@bubbleator.drizzle.com>


kat wrote:
> Hi,
> We have been using OID for names resolution for single instance. We are
> now trying to add RAC specific tns entries into OID and had problem
> with the following LISTENERS_TDB entry.
>
> LISTENERS_TDB =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = trac1-vip)(PORT = 1521))
> (ADDRESS = (PROTOCOL = TCP)(HOST = trac2-vip)(PORT = 1521))
> )
>
>
> error message:
>
> Writing element: LISTENERS_TDBError writing element: "LISTENERS_TDB" to
> location: "cn=OracleContext"
>
> Is there a way to load the above entry?
>
> Thanks.

Not sure if it is the issue, probably isn't, but I always use the fully qualified name for host.

For example:
(ADDRESS = (PROTOCOL = TCP)(HOST = alpha1vip.washington.edu)(PORT = 1521))

-- 
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 Wed Jan 17 2007 - 08:53:19 CST

Original text of this message

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