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: Niall Litchfield <niall.litchfield_at_dial.pipex.com>
Date: 11 May 2005 00:26:27 -0700
Message-ID: <1115796387.369701.219280@f14g2000cwb.googlegroups.com>


barney..._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 =

<snip>

Chris,

The error message that you are getting indicates that sqlplus (or whatever tool you are using to connect) cannot find the alias that you are using. You posted a tnsping to mydev.world which shows that the listener is up. Are you using mydev.world as the alias for the database? eg sqlplus scott/tiger_at_mydev.world, or are you using something else (scott/tiger_at_mydev for example. )

Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com Received on Wed May 11 2005 - 02:26:27 CDT

Original text of this message

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