ORA-12505: TNS: listener could not resolve SID in connection descript

Hello!

I have a teacher of XP SP2 on my computer. I installed Oracle XE, ODP as a customer. I clould connect to my db. Then I put the proxy data. Next day, when I started my computer, I clould not connet to db. I got an error: ORA-12505: TNS: listener could not resolve SID in connection descript.
I change all *.ora files, but I checked and I found nothing. I started the lsnrctl and there was no xe services. I couldn't connect to the db with the Oracle SQLDeveloper. I have disabled the connection to the local network (without rebooting), then I clould connect to the db. Then I enabled the LAN connection and everything was OK. So, when I restart my computer I have to turn off the connection to the local network, and then connect to the db and activate the connection to the local network.

What clould be the problem?

Thank you.

Hi Pavan

Orace XE use CLRExtProc in the default listener.

for example:

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(= Extproc PROGRAM)
)
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(= Extproc PROGRAM)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP) (HOST = APPLIED - NB.datacom.co.nz)(PORT = 1521))
)
)

DEFAULT_SERVICE_LISTENER = (XE)

See you soon,.

Francisco Munoz Alvarez
http://www.oraclenz.com

Tags: Database

Similar Questions

  • ORA-12514: TNS:listener could not resolve service_name

    trying to duplicate db on a remote server, the message, I was wondering how I can make work PMCO is on the remote server, if I add this in listener.ora it says no db name race

    Oracle: tulpcorpadb03$ rman TARGET sys/***@wcmp AUXILIARY.

    Release of Recovery Manager: 9.2.0.8.0 - 64 bit Production

    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-12514: TNS:listener could not resolve service_name in connect descriptor
    Oracle: tulpcorpadb03$ tnsping PMCO

    AMT Ping Utility for IBM/AIX RISC System/6000: Version 9.2.0.8.0 - Production on November 5, 2009 11:21:44

    Copyright (c) 1997, 2006, Oracle Corporation. All rights reserved.

    Use settings files:


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = PWR_DB01-HA)(PORT = 1522)
    () (CONNECT_DATA = (SERVICE_NAME = PMCO)))
    OK (10 ms)
    Oracle: tulpcorpadb03$ sqlplus "sys/***@wcmp as sysdba;
    >
    Oracle: tulpcorpadb03$ sqlplus "sys/***@wcmp as sysdba;

    SQL * more: version 9.2.0.8.0 - Production game 5 11:23:06 Nov 2009

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener could not resolve service_name in connect
    descriptor of

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=tulpcorpadb03) (PORT = 1521)))
    Summary of services...
    Service "PMCO" has 1 instance (s).
    Instance "PMCO", LOCKED status, has 1 operation for this service...

    BLOCKED is a problem & needs to be solved.

    local & remote control are meaningless from my point of view terms

    using specific host names avoids confusion

    Why 1 system uses use of 1522 & one other port 1521?

  • ORA-12518: TNS:listener could not hand off client connection

    Hello

    I'm getting "ORA-12518: TNS:listener could not hand off client connection" error trying to connect to the "PDB". Here are the details of my env and I do:

    Windows 7

    My PC to install Oracle 11 g 2 Client (that's how I got this PC). And I already 11 GR 2 installed Oracle software and a local database that is named "ORCL" (whichdesignates currently the stop).

    Yesterday, I installed Oracle 12 c (12.1.0) and created ORCL12C (CBD) and a PDBORCL (PDB). I connected to the PDBORCL as SYS and created user 'SCOTT '.

    I am able to connect to ORCL12C (PEH) without any problem (SQL * more and TOAD). I can go to PDBORCL (alter session set container = pdborcl) without problem. But I get the error above (ora-12518 am) when I try to connect to the user 'SCOTT' created in 'PDBORCL' using SQL * more or TOAD. I want to connect to the user SCOTT and create objects in schema SCOTT, etc.. I get the same error, even if I try to connect to the PDB as user SYS (alter session command works fine).

    I am new to 12 C. So it is quite possible that I'm doing something fundamentally wrong.

    C:\app\oracle\product\12.1.0\dbhome_1\BIN>sqlplus sys as sysdba
    SQL*Plus: Release 12.1.0.2.0 Production on Thu Nov 12 12:06:37 2015
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Enter password:
    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 con_name
    CON_NAME
    ------------------------------
    CDB$ROOT
    
    SQL> select con_id,dbid,NAME,OPEN_MODE from v$pdbs;
        CON_ID       DBID NAME                           OPEN_MODE
    ---------- ---------- ------------------------------ ----------
             2  250475996 PDB$SEED                       READ ONLY
             3   94279121 PDBORCL                        READ WRITE
    SQL>  select service_id,name,pdb from v$services;
    
    
    SERVICE_ID NAME                                                             PDB
    ---------- ---------------------------------------------------------------- --------------
             6 pdborcl                                                          PDBORCL
             5 orcl12cXDB                                                       CDB$ROOT
             6 orcl12c                                                          CDB$ROOT
             1 SYS$BACKGROUND                                                   CDB$ROOT
             2 SYS$USERS                                                        CDB$ROOT
    
    
    SQL>
    
    
    
    SQL> select substr(username, 0, 15) username, user_id, account_status from dba_users where username = 'SCOTT';
    
    
    USERNAME                                                        USER_ID ACCOUNT_STATUS
    ------------------------------------------------------------ ---------- --------------------------------
    SCOTT                                                               103 OPEN
    
    
    SQL>
    
    
    
    
    
    

    Hello

    I think you are the problem of configuring the following listener results:

    >

    1. (SID_DESC =
    2. (GLOBAL_DBNAME = PDBORCL)
    3. (SID_NAME = PDBORCL)
    4. (ORACLE_HOME = u01/app/oracle/product/12.1.0/dbhome_1)
    5. )
    6. )

    >

    as you can see, you have defined an entry static listener for SID PDBORCL. If I read your message correctly, you are CDB Instance SID is ORCL12C and you're PDB is PDBORCL.

    So, in my opinion, as part of the configuration is the problem. PDB is saved as a dynamic Service to the Instance that you added

    an entry static listener for a non-existent Instance. And so you're static listener overlaying the APB Service dynamic PDBORCL configuration.

    and that is why it does not work.

    Look at the output of a registerd APB to a listener success:

    lsnrctl status

    ...

    Summary of services...

    Service '+ ASM' a 1 instance (s).

    Instance '+ ASM' READY State, has 1 operation for this service...

    Service 'ORCL12C' has 2 occurrences.

    Instance of 'ORCL12C', status UNKNOWN, has 1 operation for this service...

    'ORCL12C' instance, State LOAN, has 1 operation for this service...

    Service 'PDBORCL' has 1 instance (s).

    'ORCL12C' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    ..

    Concerning

    Timo

  • ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)

    Hi again,

    I'm on my business management console and the database Instance and the headset shows the green arrow, but the connection of the Agent of the Forum shows a red arrow down and the error:

    Status: failed

    Details: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach)

    My OraClrAgnt service is up and running (using winxp pro, oracle 11 g 2), I'm on my pc at home, all my ports are open (name of my machine's "abigail" and it's dmzhost)

    Any suggestions to solve this error?

    My Tnsnames ora file:

    ABIGAIL =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = ABIGAIL)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = orcl.0.0.10)

    )

    )

    LISTENER_ORCL =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = ABIGAIL)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SID = ORCL)

    )

    )

    RMAN =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = ABIGAIL)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = rman.abigail)

    )

    )

    My listener.ora

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = E:\app\abigail\product\11.2.0\dbhome_1)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\abigail\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP) (HOST = ABIGAIL)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = E:\app\abigail

    My SQLNET. ORA

    SQLNET. AUTHENTICATION_SERVICES = (NTS)

    NAMES. DIRECTORY_PATH = (EZCONNECT, TNSNAMES, LOCALHOST)

    NAMES. TRACE_LEVEL = ADMIN

    My alert file

    < time msg = "2013-10 - T 10, 20: 47:02.687 - 04:00 ' org_id = 'oracle' id_comp = 'tnslsnr'"

    type = 'UNKNOWN' level = '16' = host_id "ABIGAIL."

    host_addr =': 1' >

    < txt > 10 October 2013 20:47:01 * (CONNECT_DATA = (CID = (PROGRAM =)(HOST=__jdbc__) (USER = SYSTEM)) (SERVICE_NAME = orcl.0.0.10)) * (ADDRESS = (PROTOCOL = tcp (PORT = 38289))(HOST=127.0.0.1)) * establish * orcl.0.0.10 * 12518

    < / txt >

    < / msg >

    < time msg = "2013-10 - T 10, 20: 47:02.687 - 04:00 ' org_id = 'oracle' id_comp = 'tnslsnr'"

    type = 'UNKNOWN' level = '16' = host_id "ABIGAIL."

    host_addr =': 1' >

    < txt > TNS-12518: TNS:listener could not hand off client connection

    AMT-12560: TNS:protocol adapter error

    < / txt >

    < / msg >

    My listener status and services

    LSNRCTL > status

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Prod

    ction

    Start date October 10, 2013 22:47:58

    Uptime 0 days 0 h 2 min 1 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File E:\app\abigail\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    E:\app\abigail\diag\tnslsnr\ABIGAIL\listener\ale log listener

    rt\log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=ABIGAIL) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Service 'orcl.0.0.10' has 1 instance (s).

    Instance "orcl", State LOAN, has 8 managers of this service...

    The command completed successfully

    LSNRCTL > services

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service 'orcl.0.0.10' has 1 instance (s).

    Instance "orcl", State LOAN, has 8 managers of this service...

    Managers:

    "D006" put in place: 0 denied: current: 0 0 max: 800 status: loan

    DISPATCHER < machine: ABIGAIL, pid: 1312 >

    (ADDRESS = (PROTOCOL =)(HOST=ABIGAIL) (PORT = 1060) CST)

    "D005" put in place: 0 denied: 12 current: 0 max: 800 status: ready

    DISPATCHER < machine: ABIGAIL, pid: 1288 >

    (ADDRESS = (PROTOCOL =)(HOST=ABIGAIL) (PORT = 1061) CST)

    "D004" put in place: 0 denied: 1 current: 1 max: 16383 State: loan

    DISPATCHER < machine: ABIGAIL, pid: 1260 >

    (ADDRESS = (PROTOCOL = tcp)(HOST=ABIGAIL) (PORT = 1063))

    "D003" put in place: 0 denied: 1 current: 1 max: 16383 State: loan

    DISPATCHER < machine: ABIGAIL, pid: 1140 >

    (ADDRESS = (PROTOCOL = tcp (PORT = 1062))(HOST=ABIGAIL))

    "D002" put in place: 0 denied: 1 current: 1 max: 16383 State: loan

    DISPATCHER < machine: ABIGAIL, pid: 140 >

    (ADDRESS = (PROTOCOL = tcp (PORT = 1059))(HOST=ABIGAIL))

    "D001" put in place: 0 denied: 1 current: 1 max: 16383 State: loan

    DISPATCHER < machine: ABIGAIL, pid: 1072 >

    (ADDRESS = (PROTOCOL = tcp (PORT = 1057))(HOST=ABIGAIL))

    "D000" put in place: 0 denied: 1 current: 1 max: 16383 State: loan

    DISPATCHER < machine: ABIGAIL, pid: 748 >

    (ADDRESS = (PROTOCOL = tcp (PORT = 1058))(HOST=ABIGAIL))

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    The command completed successfully

    I added this on my listener.ora

    DIRECT_HANDOFF_TTC_LISTENER = OFF

    Now it works!

    Moral of the story, google is your friend lol. Thanks for replying tho!

  • ORA-12505, TNS:listener has not currently SID /on sqldeveloper k.w.

    Hello

    I tried to connect to my Oracle 11g with sqldeveloper server, I have donloaded

    but I have this error:

    Listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Codice fornitore 12505

    the default sid name in sqldeveloper is "xe".

    I have tiyped

    tsping orcl:

    and SERVICES LSNRCTL:

    What should I type in SID?

    Help, please

    Thank you

    2846174 wrote:

    Hello

    I tried to connect to my Oracle 11g with sqldeveloper server, I have donloaded

    but I have this error:

    Listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Codice fornitore 12505

    the default sid name in sqldeveloper is "xe".

    It can be the default, but it may not be suitable for YOUR installation.

    I have tiyped

    tsping orcl:

    If we see that if you use tnsnames.ora to solve your connection request, the net service name "orcl" (that you specified on your tnsping) solves a service name (not a SID) of "orcl.homenet.telecomitalia.it".  Nowhere it is not a reference to XE in YOUR configuration.

    and SERVICES LSNRCTL:

    And we see that your listener support an instance named "orcl".  Once again, XE is not found.

    What should I type in SID?

    Maybe nothing.  Maybe you're using the wrong "type of connection', 'base', select 'tns '.

    Then 'network alias' dropdown will be filled with your tnsnames.ora file, to choose one.

    OR...

    Leave connection type as ' basic' and instead of 'SID', supply "service name".  If you go this route, you will need to provide the correct host name and port.  You can get the values of what you saw when you made "tnsping.

    Help, please

    Thank you

  • ORA-12505, TNS:listener is not currently of SID given in connect the

    Hi, I have a problem connecting to the repository working ODI...

    The master repository and repository of work are installed in the Oracle 11g company Manager...

    From my PC, I can connect to the master repository and I can see the repository to work, but when I try to connect I get this message:

    oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: categorizar sin Excepcion durante el acceso al repositorio.
    Could not make JDBC connection; nested exception is java.sql.SQLException: Se ha powered una excepcion al get the conexion: oracle.ucp.UniversalConnectionPoolException: No. is you can get the conexion del origen of datos: java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:195)
    at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:504)
    to oracle.odi.core.OdiInstance. < init > (OdiInstance.java:581)
    at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
    at com.sunopsis.graphical.dialog.SnpsDialogLoginDetail.testConnection(SnpsDialogLoginDetail.java:755)
    to com.sunopsis.graphical.dialog.SnpsDialogLoginDetail.access$ 4 (SnpsDialogLoginDetail.java:743)
    to com.sunopsis.graphical.dialog.SnpsDialogLoginDetail$ 2.performAction(SnpsDialogLoginDetail.java:287)
    at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6297)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
    at java.awt.Component.processEvent(Component.java:6062)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4660)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2489)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
    to java.awt.EventQueue.access$ 400 (EventQueue.java:81)
    in java.awt.EventQueue$ 2.run(EventQueue.java:627)
    in java.awt.EventQueue$ 2.run(EventQueue.java:625)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 3.run(EventQueue.java:641)
    in java.awt.EventQueue$ 3.run(EventQueue.java:639)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
    in java.awt.Dialog$ 1.run(Dialog.java:1044)
    in java.awt.Dialog$ 3.run(Dialog.java:1096)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.awt.Dialog.show(Dialog.java:1094)
    at java.awt.Component.show(Component.java:1591)
    at java.awt.Component.setVisible(Component.java:1543)
    at java.awt.Window.setVisible(Window.java:843)
    at java.awt.Dialog.setVisible(Dialog.java:984)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
    at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
    at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
    at oracle.odi.ui.LoginFactory.modifyLogin(LoginFactory.java:334)
    to com.sunopsis.graphical.dialog.SnpsDialogLogin$ 3.performAction(SnpsDialogLogin.java:185)
    at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6297)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
    at java.awt.Component.processEvent(Component.java:6062)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4660)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2489)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
    to java.awt.EventQueue.access$ 400 (EventQueue.java:81)
    in java.awt.EventQueue$ 2.run(EventQueue.java:627)
    in java.awt.EventQueue$ 2.run(EventQueue.java:625)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 3.run(EventQueue.java:641)
    in java.awt.EventQueue$ 3.run(EventQueue.java:639)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
    in java.awt.Dialog$ 1.run(Dialog.java:1044)
    in java.awt.Dialog$ 3.run(Dialog.java:1096)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.awt.Dialog.show(Dialog.java:1094)
    at java.awt.Component.show(Component.java:1591)
    at java.awt.Component.setVisible(Component.java:1543)
    at java.awt.Window.setVisible(Window.java:843)
    at java.awt.Dialog.setVisible(Dialog.java:984)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
    at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
    at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
    at oracle.odi.ui.OdiConnectController.handleEvent(OdiConnectController.java:113)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:850)
    at java.awt.Component.processMouseEvent(Component.java:6297)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
    at java.awt.Component.processEvent(Component.java:6062)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4660)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2489)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
    to java.awt.EventQueue.access$ 400 (EventQueue.java:81)
    in java.awt.EventQueue$ 2.run(EventQueue.java:627)
    in java.awt.EventQueue$ 2.run(EventQueue.java:625)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 3.run(EventQueue.java:641)
    in java.awt.EventQueue$ 3.run(EventQueue.java:639)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: could not make connection JDBC; nested exception is java.sql.SQLException: Se ha powered una excepcion al get the conexion: oracle.ucp.UniversalConnectionPoolException: No. is you can get the conexion del origen of datos: java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
    to oracle.odi.core.repository.support.RepositoryUtils$ RepositoryInfoSource.loadRepositoryInfo (RepositoryUtils.java:182)
    at oracle.odi.core.repository.support.RepositoryUtils.loadWorkRepositoryInfo(RepositoryUtils.java:382)
    at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:174)
    ... more than 144
    Caused by: java.sql.SQLException: Se ha powered una excepcion al get the conexion: oracle.ucp.UniversalConnectionPoolException: No. is you can get the conexion del origen of datos: java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
    ... more than 154
    Caused by: java.sql.SQLException: Se ha powered una excepcion al get the conexion: oracle.ucp.UniversalConnectionPoolException: No. is you can get the conexion del origen of datos: java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
    at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:943)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:873)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
    at sun.reflect.GeneratedMethodAccessor95.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to oracle.odi.core.datasource.support.RuntimeClassLoaderDataSourceCreator$ DataSourceInvocationHandler.invoke (RuntimeClassLoaderDataSourceCreator.java:48)
    to $Proxy0.getConnection (Unknown Source)
    to oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ ConnectionProcessor.run (LoginTimeoutDatasourceAdapter.java:217)
    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:439)
    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:886)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.ucp.UniversalConnectionPoolException: No. is you can get the conexion del origen of datos: java.sql.SQLException: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:368)
    at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:49)
    at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:80)
    at oracle.ucp.jdbc.DriverConnectionFactoryAdapter.createConnection(DriverConnectionFactoryAdapter.java:122)
    to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.createOnePooledConnectionInternal (UniversalConnectionPoolImpl.java:1610)
    to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.access$ 600 (UniversalConnectionPoolImpl.java:1446)
    at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:514)
    at oracle.ucp.jdbc.oracle.OracleJDBCConnectionPool.createOnePooledConnection(OracleJDBCConnectionPool.java:129)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:297)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:142)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:157)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:931)
    ... 14 more

    Please, if someone could give me a tip. Thank you!!!

    Looks like a problem with the tnsnames file / wrong sid. try using tnsping > that you will be in your tnsnames.ora.

  • ORA-12505, TNS:listener is not currently of SID...

    The President complied,

    I installed
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    It worked fine for 2 days and its suddenly began raise the following error:
    java.sql.SQLException: 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: localhost:1521:XE 
    My listener.ora
    # listener.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
          (PROGRAM = extproc)
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          )
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
          )
        )
      )
    My tnsnames.ora
    # tnsnames.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    My sqlnet.ora
    # sqlnet.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    My JDBC class:
    import java.sql.Connection;
    import java.sql.DriverManager;
    
    
    public class DB{
    
        public static Connection getOracleConnection() throws Exception {
        String driver = "oracle.jdbc.driver.OracleDriver";
        String url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
        String username = "RMS";
        String password = "s09204031";
    
        Class.forName(driver); 
        Connection cnn = DriverManager.getConnection(url, username, password);
        return cnn;
      }
    }
    Journal of the listener
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production on 17-NOV-2009 16:01:55
    
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    
    System parameter file is c:\oracle\product\10.1.0\db_1\network\admin\listener.ora
    Log messages written to c:\oracle\product\10.1.0\db_1\network\log\listener.log
    Trace information written to c:\oracle\product\10.1.0\db_1\network\trace\listener.trc
    Trace level is currently 0
    
    Started with pid=3644
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-NOV-2009 16:01:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * status * 0
    17-NOV-2009 16:02:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * services * 0
    17-NOV-2009 16:02:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * status * 0
    Thank you and best regards

    Run "lsnrctl status" and if she does not see that your XE service you may need to manually add in listener.ora part SID_LIST:
    for example:

    SID_LIST_LISTENER10G =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (GLOBAL_DBNAME = XE)
    (SID_NAME = XE)
    (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
    )
    )

    or similar...

    Also, make sure that you can resolve localhost for example ping localhost

    Edited by: Kecskemethy November 17, 2009 06:12

  • ORA-12505, TNS: Listener does not currently of SID in the connection descriptor (code: 2 011)

    I get this error when you try to create a data store for Oracle database of the Disqualification.

    ORA-12505, TNS: Listener does not currently of SID in the connection descriptor (code: 2 011)

    I am able to connect to this database by using the same credentials through SQL, but the Disqualification, I'm not. Do I need to do anything in linux server before the implementation of Oracle data warehouses?

    Thank you

    Ravi

    There are a number of ways.

    1 use a JNDI connection configured in WebLogic and select by name

    2. use the LDAP connection or TNS - see http://docs.oracle.com/middleware/1213/edq/DQEXT/config_dbase.htm#DQEXT202

    3. Add an oracle.xml file in [local disqualification home] / dbconnectors with the following content. This will allow you to select the service name in the standard Oracle data store wizard:

    Class = "com.datanomic.utils.databasespecies.species.Oracle"

    MaxNameLength = "30" invalidnamechars ="" ' >

    {JDBC:Oracle:Thin:@${service = "srv"? /': "} ${host}: ${port} {service ="srv"? '/' : ':'}${sid}

    Oracle

    {JDBC:Oracle:Thin:@${service = "srv"? /': "} ${host}: ${port} {service ="srv"? '/' : ':'}${sid}

    ${superior (schema = "? user: schema)}

    dbproductname ~ = '(?i) oracle'

    name ~ = ' $BIN\\ [A-Za-z0-9 + /] {22, 24} ==------$\\p {digit} +'

    user = ${user}

    password = ${password}

    FetchSize = 100

    BatchSize = ${export.batchsize}

    void = TRUNCATE TABLE %s

    ALTER SESSION SET CURRENT_SCHEMA = ${schema}

    1521

  • ORA-12505: TNS:listener is not currently of SID given in connect

    Whenever I reboot OS, I have the following error for oracle 11g. Can someone please help me if the tnsname/listener file is correct. The oracle SID is orcl and it is installed in my local computer.

    ORA-12505: TNS:listener is not currently of SID given in connect descriptor (DBD ERROR: OCIServerAttach)

    Stanley:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\11.2.0\dbhome_2\bin\oraclr11.dll")
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = C:\app\oracle


    TNSNAME:

    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))


    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )


    ORACLE_HOME=C:\app\oracle\product\11.2.0\dbhome_2
    path=C:\app\oracle\product\11.2.0\dbhome_2\bin; C:\Informatica\PowerCenter8.6.1\server\bin; C:\app\oracle\product\11.2.0

    Thank you

    Sanjay

    You are welcome.
    Kind to mark your thread as an answer to help keep the forum clean. Thank you!

    Kind regards
    Thierry

  • ORA-12505 TNS Listener does not currently in SID

    Hello
    When I try to connect to Oracle Sql developer, error "ORA-12505 TNS Listener does not currently of SID given in connect descriptor". ""
    I use 11 GR 1 material on Windows XPSP2 platform. But several sql works very well.
    Thank you

    Published by: user12222356 on April 11, 2010 07:20

    user12222356 wrote:
    This time the Sql developer is connected successfully. But there is not a question of being happy because what happens frequently. Sometimes is connected while sometimes the connection refused... All, it seems, is that SQL Developer connection to the Oracle server depends on luck.
    Is there any solution to get rid of this problem?

    It's a matter of timing.

    First thing that should be launched is the listener. Who should be started on boot. For a laptop or another machine which uses the DHCP protocol, the listener must be configured to talk to the loopback adapter.

    Then the database should be started to talk to listening on the port of sight to the listener - it is applied either with the "LOCAL_LISTENER" database being left to null (for the default listener on 1521). This can be checked by "Lsnrctl status" showing the instance of database such as saved and available.

    Then the SQLDeveloper can start up, pointing to the same host, port, and service/instance, as shown in "lsnrctl status".

  • TNS-12518: TNS:listener could not hand off client connection

    Hello

    I get this error:
    TNS-12518: TNS:listener could not hand off client connection
    AMT-12547: TNS: lost contact
    AMT-12560: TNS:protocol adapter error
    AMT-00517: lost contact
    Solaris error: 32: Broken pipe

    My processes are 150 limit and current are 39 so no problem with the process
    is that enough I have 4 GB of free memory
    dispachers I 5 I think are good enough

    so, where we the problem?

    Thank you very much

    Can you please confirm if your DB is currently running? If Yes, then try alter system set local_listener ='(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=klndw01) (PORT = 1523)))
    ' and try to connect again.

    Kind regards
    Julien

  • ORA-12523: TNS:listener could not find instance

    Hello
    The instance is up. but the client user cannot connect to the db. Keep receving:

    ERROR:
    ORA-12523: TNS:listener not found appropriate for the customer Forum
    connection

    Date of arrival:
    the instance is up.

    then,

    $lsnrctl services

    Service 'instancenamexxx' has 1 instance (s).
    "Instancenamexxx", the BLOCKED status, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0 status: ready
    LOCAL SERVER


    so found blocked,

    any idea to fix?

    Kind regards

    jerrygreat wrote:
    If I take the listener, this will impact other databases.

    The existing connections in the database will not cut. Only it will not be created new connections.

    Try tnsping alias

    to test the connection.

    SS

  • ORA-12505: TNS:listener does not know of SID given in connect currently of

    I know, I know there are tons of info about this error on the net. BUT. I tried to figure out all day, please help :(

    We are on Oracle 10.2.0.4, Solaris 5.10

    1 Tnsnames.ora on the Solaris box where Oracle is installed is as follows:
    flexprd1 =
      (DESCRIPTION =
        (SDU = 4096)
        (TDU = 4096)
        (ADDRESS = (PROTOCOL = TCP)(Host = PRODX)(Port = 1523))
        (CONNECT_DATA =
          (SID = flexprd1)
        )
      )
    2 Listener.ora is as follows:
    LISTFLEX =
      (ADDRESS_LIST =
            (ADDRESS= (PROTOCOL= TCP)(Host=PRODX)(Port= 1523)(QUEUESIZE=200))
      )
    
    SID_LIST_LISTFLEX =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME= FLEXPRD)
          (ORACLE_HOME= /app/oracle/OraHome1)
          (SDU = 4096)
          (TDU = 4096)
          (SID_NAME = flexprd1)
        )
      )
    3 Tnsnames.ora on the application (Win 2000) Server uses DNS names and is as follows:
    flexprd1 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = PRODY)(PORT = 1523))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = flexprd1)
        )
      )
    5. I can't telnet from the application server to the zone of solaris on port 1523 (so it isn't a problem of port)

    6. I can't flexprd1 tnsping from servers of application and solars as follows:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (SDU = 4096) (TDU = 4096) (ADDRESS = (PROTOCOL = TCP)(Host = PRODX)(Port = 1523)) (CONNECT_DATA = (SID = flexprd1)))
    OK (40 msec)
    7. services and the status of the listener seem ok:
     lsnrctl status listflex
    
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 24-MAY-2010 16:05:23
    
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=PRODX)(Port=1523)(QUEUESIZE=200))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTFLEX
    Version                   TNSLSNR for Solaris: Version 10.2.0.4.0 - Production
    Start Date                21-MAY-2010 15:34:20
    Uptime                    3 days 0 hr. 31 min. 3 sec
    Trace Level               dev
    Security                  ON: Password or Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /app/oracle/OraHome1/network/admin/listener.ora
    Listener Log File         /app/oracle/OraHome1/network/log/listflex.log
    Listener Trace File       /app/oracle/OraHome1/network/trace/listflex.trc
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRODX)(PORT=1523)))
    Services Summary...
    Service "FLEXPRD" has 1 instance(s).
      Instance "flexprd1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    SERVICES
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 24-MAY-2010 16:05:51
    
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=PRODX)(Port=1523)(QUEUESIZE=200))
    Services Summary...
    Service "FLEXPRD" has 1 instance(s).
      Instance "flexprd1", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    The command completed successfully
    8 NETSTAT:
     netstat -a | grep 1523
          *.1523               *.*                0      0 49152      0 LISTEN
    dbfarmprd2.es.gwu.edu.45492 PRODX.1523 49354      0 49152      0 TIME_WAIT
    9 SQLNET. ORA on the application server which I'm getting ORA-12505 is as follows:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    10. when I try to use SQL * more from the application server, I get ORA-12505. I'm sure it's something very stupid, but I can't. Any input would be much appreciated! Thank you!

    post the last lines of 40-60 of /app/oracle/OraHome1/network/log/listflex.log

  • Test failed: listener refused the connection with the following error: ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Hello

    I was trying to set up a database connection in Oracle developer j 12 c.

    It's showing this exception.

    I m in this news. Could someone help me pls to solve this issue.

    I have attached the screen for reference.

    https://www.dropbox.com/SC/ua5a92q6kwwflui/wiuCXO_gaG

    Thank you

    Lax

    Database, you are trying to connect is ORCL? If Yes, then you suggest that you write ORCL in the dialog box where you are supposed to write the instance that is directed by the attachment instead of XE what we ORCL

  • ORA-12516 TNS:listener could not find Manager available with matching proto

    Hi all

    I'm using Oracle Database 11 g Release 11.1.0.6.0 in windows 7. An application is run in another system in the Apache tomcat 6.0 application server connection to the database.
    After using the application for a period of time, the application cannot access the lance database error ORA-12516.
    After checking in previous messages in Oracle forms, discovered that we need to increase the number of process... so I ran the stmt alter 'alter system definition process = 150 scope = spfile;'.

    After restarting the database, I have observed in the session of $ v there is a 1234 permanently running process and increasing. After reaching no process 150, again do the same error ORA-12516.

    Any reason, why the username the process 1234 SYSMAN process is constantly increased in Oracle 11 g installed in windows 7.
    However I have no problem in Oracle 11 g installed in Windows XP.

    >
    I'm using Oracle Database 11 g Release 11.1.0.6.0 in windows 7.
    >
    Where do you have a download for 11g for windows 7?

    It's the official page of the Oracle
    http://www.Oracle.com/technetwork/database/Enterprise-Edition/downloads/index.html

    Are you sure that the version is supported? None of the installation guides mentions Windows 7 as being supported.

    The 32-bit installation guide lists this OS support
    http://docs.Oracle.com/CD/B28359_01/install.111/b32301/TOC.htm#BGBEEBAD
    >
    Oracle for Windows 32-bit database is supported on the following operating systems:

    Windows 2000 with Service Pack 1 or later. All editions, including the Services Terminal Server and Microsoft Windows 2000 Multilingual Edition (MLE), are supported.

    Windows Server 2003 - all editions

    Windows Server 2003 R2 - all editions

    Windows XP Professional

    Windows Vista - Business, Enterprise, and Ultimate editions

    Windows NT is not supported.

    Windows Multilingual User Interface Pack is supported on Windows Server 2003, Windows Server 2003 R2, Windows XP Professional and Windows Vista.
    >
    And the 64-bit installation guide lists these
    http://docs.Oracle.com/CD/B28359_01/install.111/B32305/TOC.htm#BGBEEBAD
    >
    Database Oracle for Windows x 64 is supported on the following operating systems:

    Windows Server 2003 - x 64 all editions

    Windows Server 2003 R2 - x 64 all editions

    Windows XP Professional x 64

    Windows Vista x 64-Business, Enterprise, and Ultimate editions

    Windows Multilingual User Interface Pack is supported on Windows Server 2003, Windows Server 2003 R2, Windows XP Professional and Windows Vista.

Maybe you are looking for

  • connection app store problem

    Hello. We are in Iran and we cannot connect to the app store on our idevices. What should we do to solve the problem.please my question answer. Best regards!

  • Bold and italic

    Hello This question must have been asked a million times, but I find no answers to him.  How can I select both bold and italic text when you type a formula in Safari? I'm writing captions on a Web site, but when I try to click on the fonts, bold or i

  • Why don't my raw in iphoto files transfer on an external hard drive in the form of successfully raw files?

    Hello I use a mac in mid-2007, 10.7.5 mini system. I use iPhoto for my photo files only. I recently shot a family, the RAW files. When you try to transfer these RAW files and keep them in the form of RAW files on an external hard drive, the files the

  • Windows Media Center 7 (64-bit) falls down for TV Set Up

    We have recently installed a Ceton Infinitv Quad Tuner (and the latest updates and SW) for our Windows 7 Ultimate PC.  I followed previous forum advice and started the PC to the selective startup to isolate third-party issues, run the .net framework

  • Icon attachment Windows Mail (Outlook Express), disappeared after download IE9.

    Just download IE9.  Windows Mail/Outlook exp., (not Windows Live Mail), has changed.  The police of the preview pane is large and pixelated and the attachment icon is missing.  The police of everything is fine, just the preview pane.  How can I fix?