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

using 10 client to connect to 9 db

From: <barneytoe_at_gmail.com>
Date: 10 May 2005 12:46:53 -0700
Message-ID: <1115754413.404942.109900@f14g2000cwb.googlegroups.com>


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 Received on Tue May 10 2005 - 14:46:53 CDT

Original text of this message

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