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 10 client to connect to 9 db

Re: using 10 client to connect to 9 db

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Tue, 10 May 2005 13:29:59 -0700
Message-ID: <1115756748.84904@yasure>


barneytoe_at_gmail.com wrote:

> Is this possible? Should be backwards compatible right?
>
> Currently seeing "could not resolve the connect identifier specified".
>
> DBA said I should use this in my tnsnames and I do:
>
> mydev.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (PROTOCOL = TCP)
> (Host = 1.2.3.4) // not the actual IP of course
> (Port = 1521)
> )
> )
> (CONNECT_DATA =
> (SID = mydev)
> (SERVICE_NAME = mydev.world)
> )
> )
>
> tnsping returns this for "tnsping mydev.world"
>
> Used TNSNAMES adapter to resolve the alias
> Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS =
> (PROTOCOL = TCP)
> (HOST = 1.2.3.4)(PORT = 1521))) (CONNECT_DATA = (SID = mydev) (SERVER =
> DEDICATED)))
> OK (380 msec)
>
> What's this DEDICATED business? New for 10?
>
> thanks.
>
> chris

The Net Services manual has increased in size by about 1000 pages since you last read it: If ever. It won't make the NY Times best seller list but it is a good read.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Tue May 10 2005 - 15:29:59 CDT

Original text of this message

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