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: StefanKapitza <skapitza_at_volcanomail.com>
Date: 19 Mar 2006 12:09:17 -0800
Message-ID: <1142798957.665883.273200@e56g2000cwe.googlegroups.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
>
> A little googling describes the meaning:
> ORA-12224: TNS: listener could not resolve SID given in connection
> description.
>
> The SID specified in the connection was not found in the listener's
> tables. This error will be returned if the database instance has not
> registered with the listener.
> Possible Remedy:
>
> Check to make sure that the SID is correct. The SIDs that are currently
> registered with the listener can be obtained by typing:
>
> LSNRCTL SERVICES <listener-name>
>
> These SIDs correspond to SID_NAMEs in TNSNAMES.ORA or DB_NAME in the
> initialisation file.
>
>
> I'm not sure how to set up a new schema, say "test". The SID of
> "system" should always exist, right? What is registering it with the
> listner? How is this accomplished on a Windows platform?
>
> Thanks for your help,
>
> ----
> Nathan Boeger
> Integrator, Microsoft Certified Systems Engineer
> http://www.inductiveautomation.com
> "Specializing in SQL and web based HMI systems"

The SID is defined when the Database is created, and as the error message say's
it's not system. Maybe you ask your DBA what the SID is.

regards

s.kapitza Received on Sun Mar 19 2006 - 14:09:17 CST

Original text of this message

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