Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 10g on Windows connection problem - ORA-12505

Re: Oracle 10g on Windows connection problem - ORA-12505

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 19 Mar 2006 11:49:49 -0800
Message-ID: <1142797763.946889@yasure.drizzle.com>


naboeger_at_gmail.com wrote:

> This is my problem:
>
> FAIL (Cannot create PoolableConnectionFactory (Listener refused the
> connection with the following error:
> ORA-12505, TNS:listener does not currently know of SID given in connect
> descriptor
> The Connection descriptor used by the client was:
> 192.168.1.7:1521:system

10gR1 or 10gR2?
Where did this Connection descriptor originate?

This is a typical TNSNAMES entry:

ORABASE =
   (DESCRIPTION =

     (ADDRESS = (PROTOCOL = TCP)(HOST = perrito)(PORT = 1521))
     (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orabase)
     )

   )

Where, in here, do you see the equivalent to what you posted?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Sun Mar 19 2006 - 13:49:49 CST

Original text of this message

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