Intermittent TNS-12547: TNS:lost contact

Does anybody experienced sporadic TNS-12547: TNS:lost contact, especially when loading machine with big INSERT queries? Is this well known and solvable? How may I track down this error? I'm using Oracle 8.0.5.0.0 on a standard RedHat 6.1 distribution.
Many thanks to everybody
[email protected]

I've got the same problem. I'm trying to access the O9i 9.2. Either through TOAD or ODBC, I get an error from TNSLSNR:
VERSION INFORMATION:
     TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
     Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
Time: 14-JUL-2006 09:57:41
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12547
TNS-12547: TNS:contacto perdido
ns secondary err code: 12560
nt main err code: 517
TNS-00517: Contacto perdido
nt secondary err code: 54
nt OS err code: 0
Any ideas?

Similar Messages

  • Linux Error: 104: Connection reset by peer TNS-12547: TNS:lost contact

    My system seems to be hanged , so I restarted my RHEL 4 linux with ORACLE 10.2.0.4.
    but i can't able to start the listener.
    please help me out.
    [oracle@localhost log]$ lsnrctl start LISTENER_LIMCAMP
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 09:02:09
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /ora10gsoft/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener_limcamp.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer

    [oracle@localhost admin]$ cat listener.ora
    # listener.ora Network Configuration File: /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_LIMCAMP =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1521))
    CLONE =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1523))
    PROD1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1522))
    SID_LIST_CLONE =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /ora10gsoft/oracle/product/10.2.0/db_1)
    (SID_NAME = CLONE)
    SID_LIST_PROD1 =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /ora10gsoft/oracle/product/10.2.0/db_1)
    (SID_NAME = PROD1)
    SID_LIST_LISTENER_LIMCAMP =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /ora10gsoft/oracle/product/10.2.0/db_1)
    (SID_NAME = LIMCAMP)
    [oracle@localhost admin]$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = dev)
    LIMCAMP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = LIMCAMP)
    # tnsnames.ora Network Confi72uration File: /ora1072soft/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    LISTENER_DEV =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1523))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1522))
    LIMCADEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = LIMCADEV)
    LIMCASP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.119.221)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = LIMCASP)
    TOCLONE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1523))
    (CONNECT_DATA =
    (SERVICE_NAME = CLONE)
    TOPROD1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.106.72)(PORT = 1522))
    (CONNECT_DATA =
    (SERVICE_NAME = PROD1)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [oracle@localhost admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:07:55
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /ora10gsoft/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    [oracle@localhost admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:08:02
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost admin]$ lsnrctl start LISTENER_LIMCAMP
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:08:13
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /ora10gsoft/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener_limcamp.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.106.72)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.106.72)(PORT=1521)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    [oracle@localhost log]$ tail -100 listener.log
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:00:22
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /ora10gsoft/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=6230
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1522)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:02:15
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /ora10gsoft/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=6295
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for Linux: Version 10.2.0.4.0 - Production on 26-AUG-2010 13:07:55
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    System parameter file is /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /ora10gsoft/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=6429
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    [oracle@localhost log]$ pwd
    /ora10gsoft/oracle/product/10.2.0/db_1/network/log
    Please find the above inputs.
    Regards,
    Sakthivel

  • TNS-12547: TNS: Lost Contact

    I installed Oracle8i on Windows NT EE edition with SP6a. It
    passed the test in Net8 Assistant. But after I installed a
    nother package and I tried to test again with: cmd> TNSPING
    MAchineName, I got "TNS-12547: TNS: Lost Contact".
    Thanks.
    Robert

    The OraBooks suggest that the package you loaded (or
    dependecies) terminated abnormaly while executed (see below).
    Suggestion: Debug and/or reload the package if applies.
    Make sure that for typical SGA buffer configuration you have at
    least 512 RAM and mprocessor at least 600MHz clock and plenty of
    disk space.
    <<
    TNS-12547 TNS:lost contact
    Cause: Partner has unexpectedly gone away, usually during
    process startup.
    Action: Investigate partner application for abnormal
    termination. On an Interchange, this can happen if the machine
    is overloaded.>>

  • Connecting 11.1.0.7 client to 9.2.0.6 database gives TNS-12547 lost contact

    I just installed 11.1.0.7 client on win 2003 server and tried to connect to 9.2.0.6 database but both tnsping and sqlplus is giving 'TNS-12547: TNS:lost contact' error
    Please note that the same client 11.1.0.7 is connecting to database 9.2.0.8 and higher i.e 10.2.0.3 and 10.2.0.4.
    Please advice as why 11.1.0.7 client is not connecting to 9.2.0.6 database and giving 'TNS-12547: TNS:lost contact' error.
    Thanks in advance.

    Hi,
    1)ping is working?
    2)disable the firewall running on the windows machine,Check firewall at network level is affecting this connection
    3)listener is up and running on the EBIZ side and u can connect using the service_name of EBIZ in EBIZ server?then copy the service_name entry form the server tnsnames.ora to the windows machine and try
    4)Check at server o/s level are there any restrictions for other machine to get connect,Can u telnet to the server from this machine?
    Regards

  • TNS lost Contact

    Hi,
    RHEL Version 5.3
    Oracel11g 11.2.0.2.0
    $lsnrctl status
    TNS-12547 : TNS : Lost Contact
    TNS-12560 : TNS: Protocol adapter error
    TNS-00517 : Lost Contact
    Linux Error : 104: Connection reset by peer.
    is this errors because of there is no static IP address or because of some other issues...Please Suggests.

    978487 wrote:
    Hi,
    RHEL Version 5.3
    Oracel11g 11.2.0.2.0
    $lsnrctl status
    TNS-12547 : TNS : Lost Contact
    TNS-12560 : TNS: Protocol adapter error
    TNS-00517 : Lost Contact
    Linux Error : 104: Connection reset by peer.
    is this errors because of there is no static IP address or because of some other issues...Please Suggests.
    when was last time SQL*Net worked without error?
    What changed since then?
    >Linux Error : 104: Connection reset by peer.
    Indicates OS/Networking mis-configuration
    post results of following OS commands
    id
    env | sort
    uname -a
    hostname
    cat /etc/hosts
    /sbin/ifconfig

  • ADAUTOCFG: TNS Error Lost contact

    We are having a issue with concurrent managers (unable to see the output and log file) it gives internal error some times.
    When we ran the autofig we found these errors while configuring the AD_TOP.
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    32-bit Windows Error: 54: Unknown error
    orainf.cmd exiting with status
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    Any idea what is wrong?
    This is in Vision (WINDOWS).
    .

    Did you set "USE_SHARED_SOCKET" in the registry to "TRUE"?
    Note: 124140.1 - How to configure USE_SHARED_SOCKET on Windows NT/2000
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=124140.1
    In addition, I suggest you go through the following notes:
    Note: 125021.1 - Oracle Connections and Firewalls
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=125021.1
    Note: 361284.1 - Port 1521 opened in firewall yet cannot connect to Oracle Server (ORA-12535,TNS-12203)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=361284.1

  • TNS-00517: Lost contact

    LSNRCTL> start
    Starting /u01/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is
    /u01/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to
    /u01/oracle/product/10.2.0/db_1/network/log/listener.logListening on:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.6)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    LSNRCTL>

    Hi,
    I had same problem and after searching through this forum i got the solution.
    I checked my /etc/hosts file and a entry was missing.
    127.0.0.1 localhost.localdomain localhost
    Now i am able to start listener.

  • TNS-12574 TNS lost contact

    We use Central and Regional database, between them we create dblinks. WE use TNSPING to check the connectivity, from Central it works but from regional we get a message TNS-12574 TNS lost contact.
    We use Brodband, DDN and VSAT communications. Only from sites, which are used VSAT communications we get a problem. Is there any possibilities to make a connection.

    Starting TNS Listener gives "Linux Error: 32: Broken pipe"
    by Jeff Hunter, Sr. Database Administrator
    You have successfully install Oracle on Linux, installed and configured your application and everything is working fine. You get a call several months later from an angry user saying that he cannot login to the application. The error message indicates a problem connecting to the Oracle database. After noticing the Oracle TNS listener is not running, you attempt to start it and get the following stack trace error:
    % lsnrctl start
    LSNRCTL for Linux: Version 8.1.7.4.0 - Production on 18-JUL-2003 10:54:01
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Starting /u01/app/oracle/product/8.1.7/bin/tnslsnr: please wait...
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 32: Broken pipe
    You then check with the SYS admin to only find out that nothing has changed with any of the network settings!
    This is one of those troubleshooting issues that can take several hours to track done. But as it turns out, the most common reason for this stack trace when attempting to start the listener is the log file for the listener ($ORACLE_HOME/network/log/listener.log) has reached its 2GB file size limit on Linux. To alleviate the problem, simply archive or delete the file and restart the listener.

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

    Hi guys,
    I have started my listener from 10.2.0.5 home , which was in 10.2.0.4.
    from that point am having issue connect to 10.2.0.4 databases which are in restricted session(DR db)
    when I try to connect to databases which are in restricted session it says TNS connection closed. databases which are open am able to connect.
    listener.log shows
    TNS-12518: TNS:listener could not hand off client connection TNS-12547: TNS:lost contact TNS-12560: TNS:protocol adapter error TNS-00517: Lost contact Solaris Error: 32: Broken pipe
    any idea why its happening.

    902988 wrote:
    Hi guys,
    I have started my listener from 10.2.0.5 home , which was in 10.2.0.4.
    from that point am having issue connect to 10.2.0.4 databases which are in restricted session(DR db)
    when I try to connect to databases which are in restricted session it says TNS connection closed. databases which are open am able to connect.
    listener.log shows
    TNS-12518: TNS:listener could not hand off client connection TNS-12547: TNS:lost contact TNS-12560: TNS:protocol adapter error TNS-00517: Lost contact
    Solaris Error: 32: Broken pipeOS/Networking misconfiguration.
    Oracle is victim; not culprit.
    Root cause & solution is external to Oracle
    How many different DB versions installed on this system?
    post results from following OS command
    env | sort
    Handle:     902988
    Status Level:     Newbie
    Registered:     Dec 17, 2011
    Total Posts:     7
    Total Questions:     4 (4 unresolved)
    Why post here when you NEVER get any answers?
    Edited by: sb92075 on Apr 13, 2012 1:12 PM

  • TNS-12547 error listner start.

    Hi all.
    I have installed Oracle 10GR2 on Oracle Unbreakable Red Hat Linux 4 AS.
    When I startup db through sqlplus, db started ok. But when I try start listner,
    I receive the following:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host.domain)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Please help me.
    Andrew.

    There is my tnsname.ora :
    # tnsnames.ora Network Configuration File: /home/oracle/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    STRM.HOST_NAME =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HOST_NAME)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = STRM. HOST_NAME)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )

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

    All,
    I am getting the below error while connecting the db from client.it is a shared server and also have enough free memory.
    The db version is : 9.2.0.6
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12547: TNS:lost contact
    TNS-12560: TNSrotocol adapter error
    TNS-00517: Lost contact
    Solaris Error: 32: Broken pipe
    Please suggest me on this to avoid the issue.

    When was last time SQL*Net worked?
    What changed since then?
    Solaris Error: 32: Broken pipeError occurs at Operating System level & Oracle is the victim.
    What clues exist in the messages file?

  • TNS-12500: TNS:listener failed to start a dedicated server process

    Hello all,
    I have recently applied a patch on apps tier, after which the concurrent manager is not up & running,
    while viewing the internal log
    im getting the below error
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to : 25-NOV-2013 13:02:02
    Starting AVAILMGR Concurrent Manager               : 25-NOV-2013 13:02:02
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager AVAILMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to : 25-NOV-2013 13:02:02
                         Process monitor session ended : 25-NOV-2013 13:02:02
    ========================================================================
    Starting test_1125@test Internal Concurrent Manager -- shell process ID 25362
              logfile=/d01/apps/testcomn/admin/log/test_test/test_1125.mgr
              PRINTER=noprint
               mailto=appltest
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    Routine &ROUTINE has attempted to start the internal concurrent manager.  The ICM is already running.  Contact you system administrator for further assistance.afpdlrq received an unsuccessful result from PL/SQL procedure or function FND_DCP.Request_Session_Lock.
    Routine FND_DCP.REQUEST_SESSION_LOCK received a result code of 1 from the call to DBMS_LOCK.Request.
    Possible DBMS_LOCK.Request resultCall to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 25-NOV-2013 13:03:01 -
    Shutting down Internal Concurrent Manager : 25-NOV-2013 13:03:01
    List of errors encountered:
    _ 1 _
    Routine AFPCSQ encountered an ORACLE error. .
    Review your error messages for the cause of the error. (=<POINTER>)
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The test_1125@test internal concurrent manager has terminated with status 1 - giving up.
    WARNING: RunAsUser for MSP ignored, check group ids (egid=501, want=51)
    can not chdir(/var/spool/clientmqueue/): Permission denied
    Program mode requires special privileges, e.g., root or TrustedUser.
    Also in apps tier $TNS_ADMIN
    the log says
    25-NOV-2013 14:57:51 * ping * 0
    25-NOV-2013 14:57:51 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.12)(PORT=5147)) * establish * FNDSM * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12547: TNS:lost contact
      TNS-12560: TNS:protocol adapter error
       TNS-00517: Lost contact
        Linux Error: 32: Broken pipe

    HI thanks for your reply,
    I tried the above guide but dint helped me,
    I tried modifiying Concurrent:GSM Enabled to N & concurrent manager started but all requests were in pending state not running so i reverted back to Concurrent:GSM Enabled Y
    I ran autoconfig & this is the lastes error I am getting in internal manager log.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:18
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:18
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:18
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:18
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:19
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:19
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:19
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:19
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:19
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:19
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:19
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:19
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:19
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:19
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:20
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:20
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:20
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:20
    Could not start Service Manager FNDSM_test_test. The TNS alias could not be located, the listener process on test could not be contacted, or the listener failed to spawn the Service Manager process.
    Routine AFPEIM encountered an error while starting concurrent manager FCHMGR with library /d01/apps/testappl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to o : 25-NOV-2013 15:51:20
    Starting FCHMGR Concurrent Manager                 : 25-NOV-2013 15:51:20
    The below is the log from $TNS_ADMIN log directory apps_test.ora
    25-NOV-2013 16:06:01 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.30.82)(PORT=13510)) * establish * FNDSM * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12547: TNS:lost contact
      TNS-12560: TNS:protocol adapter error
       TNS-00517: Lost contact
        Linux Error: 32: Broken pipe
    25-NOV-2013 16:06:01 * ping * 0
    25-NOV-2013 16:06:01 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.12)(PORT=13512)) * establish * FNDSM * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12547: TNS:lost contact
      TNS-12560: TNS:protocol adapter error
       TNS-00517: Lost contact
        Linux Error: 32: Broken pipe
    25-NOV-2013 16:06:02 * ping * 0
    25-NOV-2013 16:06:02 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.12)(PORT=13514)) * establish * FNDSM * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12547: TNS:lost contact
      TNS-12560: TNS:protocol adapter error
       TNS-00517: Lost contact
        Linux Error: 32: Broken pipe
    25-NOV-2013 16:06:02 * ping * 0
    25-NOV-2013 16:06:02 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.30)(PORT=13516)) * establish * FNDSM * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12547: TNS:lost contact
      TNS-12560: TNS:protocol adapter error
       TNS-00517: Lost contact
        Linux Error: 32: Broken pipe

  • 10.2.0.1 installation problem on redhat 4 (ORA-12547: TNS:lost contact)

    Hi,
    I tried to install Oracle 10.2.0.1 on a RedHat 4 box. Both, Oracle and RedHat are 64 bit versions. The installation was fine but the database creation (with dbca) could not create the database because of this error: ORA-12547: TNS:lost contact
    I can not find any errors in the installation log. Only this warnings in the make.log:
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/snmccolm.o' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmccol.a(nmccole.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmcbuf.a(nmcbuft.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmcbuf.a(nmcbufw.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmcbuf.a(nmcbufu.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmcbuf.a(snmcbufm.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/libnmcbuf.a(nmcbuff.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib//libnmadbg.a(nmadbg.o)' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib//libnmadbg.a(snmadbg.o)' is incompatible with i386:x86-64 output
    mv -f /opt/oracle/oracle/product/10.2.0/db_1/bin/nmccollector /opt/oracle/oracle/product/10.2.0/db_1/bin/nmccollector0
    mv /opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/nmccollector /opt/oracle/oracle/product/10.2.0/db_1/bin/
    Has anyone an idea? Or a hint how to encircle the problem?
    Best regards,
    Dirk

    If you execute "uname -mpi" and output value is x86_64 then you didn't install all required packages.
    /usr/bin/ld: warning: i386 architecture of input file `/opt/oracle/oracle/product/10.2.0/db_1/sysman/lib/snmccolm.o' is incompatible with i386:x86-64 outputAccording to this message you are missing some 64bit package.
    To find the missing package execute following command to list installed packages and post the output:
    rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|egrep 'compat|glibc|gcc|libstdc'|sortMessage was edited by:
    Ivan Kartik
    Too late... :-(

  • Repeated 'ORA-12547: TNS: lost contact' messages after installing Oracle 10

    Hi,
    I installed Oracle 10g on Redhat ES 3, and the install went well, but when I try and interact with the server I get the message:
    ORA-12547: TNS: lost contact
    For example, if I use the Database Configuration Assistant to attempt to create a database, I will see the above message when it begins the database creation process, or if I try to interact with the Oracle server using sqlplus I will see the above message after each command entered.
    I had recently tried to install Oracle 8.1.7 on the same box, but abandoned that after deciding that the effort required to link Oracle 8 on RHES3 just wasn't worth it.
    I have been told that my previous partial installation of Oracle 8 may be the cause of the problem, and have been advised to uninstall Oracle 8, uninstall Oracle 10g, and reinstall Oracle 10g. I find it hard to believe that it would require such an action to solve this problem. Are there any configuration changes I can make to resolve it?
    My problem sounds like it may be similar problem to a recent posting by Hugo Ferrer - but my Spanish isn't good enough to fully understand Hugo's problem. Anyways, I am new to Oracle, so thanks for any help with this problem.
    Colm.

    My last message asking for a grater degree of specificity was not overly specific, hence I am posting the kernel parms that I have set with the hopes that you will spot one that I set improperly or one that I neglected to set.
    [root@awyr ~]# cat /proc/sys/kernel/shmmax
    2147483648
    [root@awyr ~]# cat /proc/sys/kernel/shmmni
    4096
    [root@awyr ~]# cat /proc/sys/kernel/shmall
    2097152
    [root@awyr ~]# ipcs -lm |grep "min seg size"
    min seg size (bytes) = 1
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $1}'
    250
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $2}'
    32000
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $3}'
    100
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $4}'
    128
    [root@awyr ~]# cat /proc/sys/fs/file-max
    65536
    [root@awyr ~]# cat /proc/sys/net/ipv4/ip_local_port_range
    1024 65000
    [oracle@awyr Desktop]$ ulimit -n
    63536
    [oracle@awyr Desktop]$ ulimit -u
    4091
    [oracle@awyr Desktop]$ ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    file size (blocks, -f) unlimited
    max locked memory (kbytes, -l) 32
    max memory size (kbytes, -m) unlimited
    open files (-n) 63536
    pipe size (512 bytes, -p) 8
    stack size (kbytes, -s) 8192
    cpu time (seconds, -t) unlimited
    max user processes (-u) 4091
    virtual memory (kbytes, -v) unlimited
    from sysctl -a
    my fs.file-max = 65536
    in my limits.conf I added:
    oracle soft nofile 4096
    oracle hard nofile 63536
    in my (1) /etc/pam.d/system-auth (2) /etc/pam.d/sshd (3) /etc/pam.d/su (4) /etc/pam.d/login
    files I added:
    session required pam_limits.so
    and verified that it exists
    in my limits.conf I added
    oracle soft nproc 2047
    oracle hard nproc 16384
    my /etc/oratab has:
    orcl:/usr/local/oracle/app/oracle/oracle/product/10.2.0/db_1:N
    I tried to change the N at the end to a Y but to no avail
    my /etc/oraInst.loc has:
    inventory_loc=/usr/local/oracle/app/oracle/oraInventory
    inst_group=oinstall
    Thanks again for your atention
    Richard

  • ORA-12547 tns lost contact while creating 11gr2 database using dbca

    Hi All,
    I am installing oracle 11gr2 rac on centos 4. Grid infrastrucure and oracle home is successfully installed.
    When i try to create database using dbca during that time i am getting an error that PRCR-1079: Failed to start resource ora.racdb.db
    ORA-12547: TNS lost contact.
    when i check the database on node 1, Its running fine.
    However its giving me an error on the second node.
    on Node 1
    [oracle@rac1 dbs]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Aug 28 19:31:55 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> select instance_name , host_name from v$instance;
    INSTANCE_NAME
    HOST_NAME
    racdb1
    rac1.oracle.com
    on node 2:
    [oracle@rac2 ~]$ sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Aug 28 19:33:05 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-12547: TNS:lost contact
    Enter user-name:
    I tried to installed to many a time but no luck.
    Please help me on this.
    Your assistance in this regards is much appreciated.
    Thanks in advance.

    Do you have a support.oracle.com User Account?
    If yes search there for TNS-12547 and you will get a huge list of possible root causes.
    Just to name a few (which you can check - also compare with your first node):
    Permission oracle executable
    Kernel Parameter
    Environment variables
    etc.etc.
    Regards
    Sebastian

Maybe you are looking for

  • New Hard Drive and OS Install

    Need some advice. I have a 60 GB Macbook, Intel chip set, Tiger, that I want to upgrade to Snow Leopard and install the new SL OSX. So, I purchased the $169 box set and a new 320 GB HD and a sleeve for the old Internal HD. My thoughts are 1. Take out

  • Work center-Machine wise report

    Hi Guys, I have a work center for ex CNC in which i have taken 3 machines,in capacities i define the individual capacity for each machine & iam also able to split the capacity amoung the machines,Now if i want to take a report to give to the work cen

  • Why can't I contact apple support?

    It says I have to have the latest browser for Mozilla, Firefox or IE, and I do!! I checked! Why can't I contact apple support? I get trapped in a frustrating circle!

  • How we add Grace days to net due date

    Hi, How we add grace days (eg one week) to net due date? This is only for particular customers. Regards, Shaik

  • Panel between Filmstrip and Viewer missing

    Hey all! I have Lightroom 4.0, and I'm editing pictures, but I have come to notice that the panel between the Filmstrip and the Viewer is missing. This was the panel that gave me the ability to check the "Show Mask Overlay" and set the Mask Pins to d