Home > ora 12505 > ora 12505 error in sql developer

Ora 12505 Error In Sql Developer

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss ora-12505 sql developer 11g the workings and policies of this site About Us Learn more about

Ora 12505 Tns Listener Could Not Resolve Sid

Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow ora 12505 solution Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each ora 12505 error in oracle 11g solution other. Join them; it only takes a minute: Sign up ora-12505 error with sql developer connecting to oracle11g on windows 7 up vote 1 down vote favorite I installed oracle 11g successfully and was able to login with SQL plus. When I tried making a connection with the same username and password via SQL developer however I'm getting the

Ora 12505 Error In Oracle 12c

ora-12505 error Printout of my tnsname.ora: # tnsnames.ora Network Configuration File: C:\Oracle11g\product\11.2.0\dbhome_1\network\admin\tnsnames.ora # Generated by Oracle configuration tools. ORACLE11G = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = oracle11g) ) ) ORACLR_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) (CONNECT_DATA = (SID = CLRExtProc) (PRESENTATION = RO) ) ) When I execute the tnspint orcl; I get: C:\Windows\system32>tnsping ORCL; TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 22-JUL-2013 00:52:10 Copyright (c) 1997, 2010, Oracle. All rights reserved. Used parameter files: C:\Oracle11g\product\11.2.0\dbhome_1\network\admin\sqlnet.ora TNS-03505: Failed to resolve name C:\Windows\system32> Could anyone assist in solving this problem and getting sql developer connected with my oracle database? oracle11g share|improve this question asked Jul 22 '13 at 4:55 D. Rattansingh 6683821 add a comment| 2 Answers 2 active oldest votes up vote 3 down vote Just Run This command in RUN SQL Command after connecting to username and password credentials. command: alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))'; share|improve this answer edite

log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of ora 12505 oracle 11g windows 7 this site About Us Learn more about Stack Overflow the company Business Learn ora-12514 error in sql developer more about hiring developers or posting ads with us Database Administrators Questions Tags Users Badges Unanswered Ask Question _

Listener Refused The Connection With The Following Error Ora-12505 In Oracle Sql Developer

Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. Join them; it only takes http://stackoverflow.com/questions/17780187/ora-12505-error-with-sql-developer-connecting-to-oracle11g-on-windows-7 a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top sqldeveloper ORA-12505. TNS: listener does not currently know of SID given in connect descriptor up vote 3 down vote favorite There are similar questions asked and answered in this network related to the error message given in http://dba.stackexchange.com/questions/121251/sqldeveloper-ora-12505-tns-listener-does-not-currently-know-of-sid-given-in-co the question, however this problem is a little different from each. I have installed oracle 12c in my ubuntu can successfully connect to my hr user with sqlplus hr/hr@pdborcl through command prompt. oracle@ubuntu:~$ sqlplus hr/hr@pdborcl SQL*Plus: Release 12.1.0.2.0 Production on Mon Nov 16 21:57:24 2015 Copyright (c) 1982, 2014, Oracle. All rights reserved. Last Successful login time: Mon Nov 16 2015 21:24:32 +05:45 Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL>show user; USER is "HR" I am however trying to use sqldeveloper for ease. In the create connection option in sqldeveloper when I give the following credentials I get the following error. ORA-12505. TNS: listener does not currently know of SID given in connect descriptor. However connection with Username: sys Password: ****** SID:orcl And same all other credentials work fine. My tnsname.ora has PDBORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = pdborcl) ) ) ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SE

CommunityOracle User Group CommunityTopliners CommunityOTN Speaker BureauJava CommunityError: You don't have JavaScript enabled. This tool uses JavaScript and much of it will not work correctly without it enabled. Please turn JavaScript back on and reload this page. Please enter a title. You can https://community.oracle.com/thread/2451625 not post a blank message. Please type your message and try again. More discussions in Oracle Database Express Edition (XE) All PlacesDatabaseDatabase Application DevelopmentOracle Database Express Edition (XE) This discussion is archived 1 https://coderanch.com/t/585051/JDBC/databases/Listener-refused-connection-error-ORA 2 3 Previous Next 33 Replies Latest reply on Oct 19, 2012 1:39 PM by 967142 ORA-12505, TNS:listener does not currently know of SID given in connect des 967142 Oct 9, 2012 ora 12505 1:35 PM Hello, After installation of Oracle Database Express Edition 11g and Oracle SQL Developer 3.0, I tryed connect a database. Informations entered : Nom de connexion : xe_sys Nom utilisateur : sys Mdp : ********* Type de connexion : de base, role sysdba Nom d'hote : POST1.compteUs.local Port : 1521 SID : XE when I tested the connection I have this famous message that appears: ora 12505 error Statut : échec -Echec du test : Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor this is listener.ora : SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server) (PROGRAM = extproc) ) (SID_DESC = (SID_NAME = CLRExtProc) (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server) (PROGRAM = extproc) ) ) LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) (ADDRESS = (PROTOCOL = TCP)(HOST = POST1.compteUs.local)(PORT = 1521)) ) ) DEFAULT_SERVICE_LISTENER = (XE) this is sqlnet.ora : SQLNET.AUTHENTICATION_SERVICES = (NTS) this is tnsname.ora : XE = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = POST1.compteUs.local)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE) ) ) EXTPROC_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) ) (CONNECT_DATA = (SID = PLSExtProc) (PRESENTATION = RO) ) ) ORACLR_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) ) (CONNECT_DATA = (SID = CLRExtProc) (PRESENTATION = RO) ) ) Can you help me please ? Thanks I have the same question Show 0 Likes(0) 5651Views Tags: none (add) connectionContent tagged with connection, connexionContent tag

This Site Careers Other all forums Forum: JDBC and Relational Databases Listener refused the connection with the following error: ORA-12505 lalit khera Ranch Hand Posts: 39 posted 4 years ago hi i am getting the error as-"Status: Failure - Test Failed: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor" when instead of xe as sid, i write SIVA it works successfully. please reply. its urgent listener-error.PNG listener error lsnrctl.PNG attach Sumit Patil Ranch Hand Posts: 296 I like... posted 4 years ago lalit khera wrote: please reply. its urgent Please EaseUp Thanks & Regards, Sumeet SCJP 1.4, SCWCD 5, LinkedIn Profile Sumit Patil Ranch Hand Posts: 296 I like... posted 4 years ago Check your TNSNAMES.ora file, if it contains an entry having service_name as "xe" Thanks & Regards, Sumeet SCJP 1.4, SCWCD 5, LinkedIn Profile lalit khera Ranch Hand Posts: 39 posted 4 years ago Sumit Patil wrote:Check your TNSNAMES.ora file, if it contains an entry having service_name as "xe" hi i am new bee in oracle. please tell me where to find that file and if find what next thing i need to do. lalit khera Ranch Hand Posts: 39 posted 4 years ago Sumit Patil wrote:Check your TNSNAMES.ora file, if it contains an entry having service_name as "xe" hey thanks sumit i found the file tnsnames.ora and the content of that file is as follows # tnsnames.ora Network Configuration File: G:\app\windows7\product\11.2.0\dbhome_1\network\admin\tnsnames.ora # Generated by Oracle configuration tools. LISTENER_SIVU = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) LISTENER_ORCL = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) ORACLR_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) (CONNECT_DATA = (SID = CLRExtProc) (PRESENTATION = RO) ) ) LISTENER_SIVA = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) SIVU = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = sivu) ) ) ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl) ) ) SIVA = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = siva) ) ) now please tell me what it is all about. what is the significance of using SID during creating new connection using SQL developer. Does it matter if i use SIVA or XE. please tell me step by step, what i need to do next.?? thanks chris webster

 

Related content

dbd error ociserverattach ora-12505

Dbd Error Ociserverattach Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Tns- Tns listener Does Not Currently Know Of Sid Given In Connect Descriptor a li li a href Ora- Oracle Not Available a li ul td tr tbody table p here for a quick overview of the site Help Center relatedl Detailed answers to any questions you might have ora error in oracle g Meta Discuss the workings and policies of this site About Us p h id Tns- Tns listener Does Not Currently Know Of Sid Given In Connect Descriptor

dbd error ociserverattach 12505

Dbd Error Ociserverattach table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Tns listener Does Not Currently Know Of Service Requested In Connect Descriptor a li li a href Lsnrctl a li li a href Ora- a li ul td tr tbody table p here for a quick overview relatedl of the site Help Center Detailed answers ora error in sql developer to any questions you might have Meta Discuss the workings ora error in oracle g and policies of this site About Us Learn more about Stack Overflow the company Business ora-

error ora 12505 sql developer

Error Ora Sql Developer table id toc tbody tr td div id toctitle Contents div ul li a href Error Ora Tns Listener a li li a href Ora Solution a li li a href Ora Oracle g Windows a li ul td tr tbody table p log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this relatedl site About Us Learn more about Stack Overflow the company Business ora error in oracle g Learn more about hiring

error ora 12505 tns listener

Error Ora Tns Listener table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Connection Refused The Specified Sid a li li a href Ora Tns Listener Does Not Currently Know Of Sid a li li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on how Oracle behaves and therefore what is causing

error ora-12505 tns

Error Ora- Tns table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Listener Could Not Resolve Sid a li li a href Error Ora Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora- Jdbc Thin Client a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on how Oracle behaves and therefore what is causing this issue relatedl in the first place SIDs vs SERVICE NAMES It is p

how to fix error ora 12505

How To Fix Error Ora table id toc tbody tr td div id toctitle Contents div ul li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora- Jdbc Thin Client a li ul td tr tbody table p Learn more You're relatedl viewing YouTube in Russian ora error in sql developer You can change this preference below ora solution ora- tns listener does not know of sid count total ORA- TNS listener does not

java.sql.sqlexception error =12505

Java sql sqlexception Error table id toc tbody tr td div id toctitle Contents div ul li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora- Jdbc Thin Client a li ul td tr tbody table p here for a quick overview of the site relatedl Help Center Detailed answers to any questions you ora error in sql developer might have Meta Discuss the workings and policies of this p h id Listener Refused

jdbc error 12505

Jdbc Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Sql Developer a li li a href Ora Error In Oracle g a li li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Ora Error In Oracle c a li ul td tr tbody table p here for relatedl a quick overview of the site p h id Ora Error In Sql Developer p Help Center Detailed answers to any questions you might ora solution have Meta Discuss

ora 12505 error solution

Ora Error Solution table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle c a li li a href Ora- Jdbc Thin Client a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have relatedl Meta Discuss the workings and policies of this site ora error in sql developer About Us Learn more about Stack Overflow the company Business Learn more about listener refused the connection with the following error ora- in oracle sql developer hiring

ora 12505 error in oracle 11g

Ora Error In Oracle g table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Ora Error In Oracle g Solution a li li a href Listener Refused The Connection With The Following Error Ora- a li ul td tr tbody table p Google Het beschrijft hoe relatedl wij gegevens gebruiken en welke opties je hebt ora solution Je moet dit vandaag nog doen Navigatie overslaan

ora-12505 tns listener dbd error ociserverattach

Ora- Tns Listener Dbd Error Ociserverattach table id toc tbody tr td div id toctitle Contents div ul li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora Error In Oracle c a li ul td tr tbody table p here for a quick overview relatedl of the site Help Center Detailed answers ora error in sql developer to any questions you might have Meta Discuss the workings p h id Listener Refused The

oracle 11g error ora-12505

Oracle g Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Tns Listener Does Not Currently Know Of Sid a li li a href Ora Oracle g Windows a li li a href Ora Error In Oracle g Solution a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on how Oracle behaves and therefore what is causing this issue in the first place SIDs vs relatedl SERVICE NAMES It is important to understand the slight difference between ora solution what

oracle connect error 12505

Oracle Connect Error table id toc tbody tr td div id toctitle Contents div ul li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Ora- Tns Listener Does Not Know Of Sid a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora Error In Oracle c a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on relatedl how Oracle behaves and therefore what is causing ora error

oracle connection error code 12505

Oracle Connection Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Ora Error In Sql Developer a li li a href Listener Refused The Connection With The Following Error Ora- a li li a href Ora- Jdbc Thin Client a li ul td tr tbody table p here for a quick overview p h id Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer p of the site Help Center

oracle db error 12505

Oracle Db Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle c a li li a href Listener Refused The Connection With The Following Error Ora- a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on how Oracle behaves and therefore what is causing this relatedl issue in the first place SIDs vs SERVICE NAMES It ora solution is important to understand the slight difference between what Oracle defines as a ora error in sql developer SID compared

oracle error 12505 connection refused

Oracle Error Connection Refused table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle c a li li a href Listener Refused The Connection With The Following Error Ora- a li ul td tr tbody table p connect to the appropriate Oracle database we'll need to expound a bit on how Oracle behaves and therefore what is causing this issue in the first relatedl place SIDs vs SERVICE NAMES It is important to understand the ora solution slight difference between what Oracle defines as a SID compared to a SERVICE NAME

oracle error code 12505

Oracle Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle g a li li a href Ora- Tns Listener Does Not Know Of Sid a li li a href Listener Refused The Connection With The Following Error Ora- a li ul td tr tbody table p here for a quick ora error in sql developer overview of the site Help Center Detailed answers listener refused the connection with the following error ora- in oracle sql developer to any questions you might have Meta Discuss the workings and policies

oracle error err 12505

Oracle Error Err table id toc tbody tr td div id toctitle Contents div ul li a href Ora Solution a li li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li li a href Ora Error In Oracle c a li ul td tr tbody table p here relatedl for a quick overview of the site ora error in sql developer Help Center Detailed answers to any questions you might ora error in oracle g have Meta Discuss the workings and policies of this site About Us Learn p h id

oracle sql developer error ora-12505

Oracle Sql Developer Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Sql Developer g a li li a href Ora Solution a li li a href Ora Oracle g Windows a li li a href Ora- Error In Sql Developer a li ul td tr tbody table p here for a quick overview relatedl of the site Help Center Detailed answers p h id Ora- Sql Developer g p to any questions you might have Meta Discuss the workings ora tns listener could not resolve sid and policies of this

oracle sql developer error 12505

Oracle Sql Developer Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Sql Developer g a li li a href Ora Error In Oracle c a li li a href Listener Refused The Connection With The Following Error Ora- In Oracle Sql Developer a li ul td tr tbody table p does not currently know of SID given in connect descriptor INNo MATHs SubscribeSubscribedUnsubscribe Loading Loading Working relatedl Add to Want to watch this again later ora error in oracle sql developer Sign in to add this video to a playlist Sign