Random ORA-12570: TNS:packet reader failure errors

We are seeing random ORA-12570: TNS:packet reader failure errors. Trace files regularly show the following entries:
2012-09-06 14:45:01.974959 : nttrd:entry
2012-09-06 14:45:23.327987 : ntt2err:entry
2012-09-06 14:45:23.328093 : ntt2err:soc 844 error - operation=5, ntresnt[0]=530, ntresnt[1]=53, ntresnt[2]=0
2012-09-06 14:45:23.328112 : ntt2err:exit
2012-09-06 14:45:23.328127 : nttrd:exit
2012-09-06 14:45:23.328177 : nserror:nsres: id=0, op=68, ns=12570, ns2=12560; nt[0]=530, nt[1]=53, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
Oracle Client is Server 2008 R2 on VMWare.

Hi;
Please also review:
ORA-12570 ON CONNECTION ATTEMPT IN SERVER MANAGER WITH NO NETWORK CONNECTION [ID 91210.1]
But As mention here rise SR please
PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
Regard
Helios

Similar Messages

  • Message: ORA-12570: TNS:packet reader failure

    Hi,
    when i execute the below program,getting "Message: ORA-12570: TNS:packet reader failure" error. java version is 1.3.1 and oracle
    version is :9.1.
    able to connect to database using sql plus with the same user-id and
    password.
    Any help in this regard is appreciated.
    Thanks
    Chat
    import java.sql.*;
    import java.io.*;
    import java.util.Date;
    class JdbcTest
      public static void main (String args [])
        System.out.println ("Loading Oracle driver");
        try
          Class.forName ("oracle.jdbc.OracleDriver");
         System.out.println ("Connecting to the local database");
        Connection conn =
          DriverManager.getConnection("jdbc:oracle:oci8:@orcl,scott,tiger");
        System.out.println("debug 1 ....\n");
        Statement stmt = conn.createStatement ();
        System.out.println("debug 2 ....\n");
        // Query the employee names
        ResultSet rset = stmt.executeQuery ("select ename from emp");
        while (rset.next ())
          // Print the name out
          System.out.println (rset.getString (1));
      } catch (ClassNotFoundException cnfe){
          System.out.println ("Could not load the driver");
          cnfe.printStackTrace ();
      } catch (SQLException sqle) {
              System.out.println( "State  : " + sqle.getSQLState()  ) ;
               System.out.println( "Message: " + sqle.getMessage()   ) ;
               System.out.println( "Error  : " + sqle.getErrorCode() ) ;
      } catch (Exception e) {
          System.out.println ("Could not load the driver");
          e.printStackTrace ();
    C:\mjava>java JdbcTest
    Loading Oracle driver
    Connecting to the local database
    State  : 66000
    Message: ORA-12570: TNS:packet reader failure
    Error  : 12570
    C:\mjava>

    Hi Chat,
    You are using the oci8 driver and you may or may not be aware that oci8 is a type 3 driver that requires that the Oracle client be installed on the computer that is running the Java program. It also requires that you setup Oracle networking correctly, usually by putting an entry into your Oracle tnsnames.ora file.
    If there is no reason in particular that you are using the oci8 driver, then you should use the thin driver instead. The thin driver is a type 4 driver and does not require the Oracle client to be installed, and does not require configuration of Oracle networking. You do have to download the Oracle JDBC drivers from the Oracle website to the computer you are going to run your program on, and then place the oracle .jar files that contain the driver into the programs CLASSPATH. This can be done by setting an environment variable or by passing it to java.exe as a command line parameter. The url for the thin driver looks something like this, but you should check the Oracle doc for specifics or search this forum for more examples:
    jdbc:oracle:thin:@myserver:1521:mydatabaseWhen using a type 3 driver you should verify that you have Oracle networking properly configured for the computer that will be running your Java program by either connecting to the database using SQL/Plus or 'ping' the database using Oracle's tnsping utility. Make sure you check for valid connectivity before trying to run your Java program.

  • Ora-12570: TNS:Packet Reader Failure....

    Hello Everyone,
    Today i deinstalled Oracle 8i personal edition and installed again. When I am trying to login as system/manager, i am getting "Ora-12570: TNS:Packet Reader Failure" Can any one help me to come out of this problem? I look forward to your reply.
    Thanks In Advance.
    Sunil

    Hi Nepali...
    Sorry I for got to mention that oracle is installed on Windows Nt4.0. Do i need to remove evertying related to oracle in windows registery. This is installed on my laptop, probably i may not be able to install on another p.c.

  • Ora Error:12570: TNS Packet Reader Failure

    Hi,
    I installed Oracle 8.1.5 on windows NT 4.0(Service Pack 5). When I am trying to create a local database. After completeing 85% of process. I am getting TNS Packet Reader Failure Error. All this is happening when i am not connected to network. I am able to create a local database if i am connected to my Office Network. Please Can anyone help me?
    Details once again:
    Oracle 8.1.5
    Windows NT 4.0(Service Pack 5)
    Network Protocol is TCP/IP(Protcol used for database)
    TCP/IP Port number is 1521
    Thanks
    skumar

    I am getting this error message
    ORA-12570: TNS:packet reader failure
    i haven't got any sensible detail about it.
    Does anyone know about it.
    Ajwat The configuration of your environment variables are not correct
    (ORACLE_HOME, ORACLE_SID,...)

  • TNS-12570: TNS:packet reader failure

    I have a few client boxes that are reporting getting these errors.
    Fatal NI connect error 12570, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=Oracle)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=FBC1)(CID=(PROGRAM=C:\Mercator\Mercntsv.exe)(HOST=MERCATOR2)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 9.2.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.7.0 - Production
    Time: 01-APR-2008 18:05:04
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12570
    TNS-12570: TNS:packet reader failure
    ns secondary err code: 12560
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 53
    nt OS err code: 0
    They seem to occur sporadically - the application running on it will be fine for 4 minutes, then a flurry of these errors in the space of 2 seconds, then fine for a little while. The network guy is looking at things from his end, but how do I debug this to make sure I have done everything I can?
    The server isn't reporting any issues that I can see (but I may not have my debug levels set correctly to catch this), and both client and server are running the same version.
    Any ideas how I should be proceeding?
    Edit: Sorry, misleading title
    Message was edited by:
    jlaidlaw
    Message was edited by:
    jlaidlaw

    The troubleshooting section of the Net administrators manual would have been a good place to start.
    It would have told you how to enable tracing, by putting the following in sqlnet.ora
    on the client.
    trace_level_client=16
    trace_unique_client=true
    trace_directory_client=anything
    This will provide a plethora of bytes, and the error message, as well as accompanying messages which are usually not shown.
    trace_level_client=0 disables tracing,
    But the problem is with the network, you won't find anything
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-12570 TNS PACKET READER FALIURE

    Dear Gurus
    I am using following:
    1- Oracle 10g (10.1.0.2.0) at server level using operating system Windows 2003 server.
    2- Windows Vista 32 Bit (Service Pack 2) client
    3- Oracle 9.2.0.1.0 Install at client machince (administrative level)
    4- Forms6i, Report6i
    now the problem is that when I install Oracle 9.2.0.1.0. on my CLIENT machine and try to connect to the server error generate
    ORA-12514: TNS:Listner could not resolve SERVICE_NAME given in Descriptor.
    and when i connect forms then error generate ORA-12570 TNS PACKET READER FALIURE
    Can any one help me in this regard
    Salman

    with the new 9i install you may now have a new oracle home with a new tnsnames. ora
    here you have to add the necessary connection profiles (or copy the old tnsnames.ora to the new).
    look here also: Re: connecting to database
    update: this is a double thread ....
    Edited by: jowal on 29.11.2010 09:11

  • Help - Newbie - getting "ORA-12571: TNS: packet writer failure" ERROR

    Hi all,
    Not sure where to post this, so trying for the general forum to start...
    I have also searched and read all the forums for help on this already as well the Oracle documentation and anything I could find from several on-line searches, etc.
    I have Oracle 8i Enterprise Edition and Oracle Forms 6i installed on Win2K. Everything worked fine when it was just Oracle 8i running, ie: connecting to the database in SQLPlus Worksheet, but when I try and connect to the database in the datablock wizard in forms I get the ORA-12571: TNS: packet writer failure error!
    Don't tell me to re-install, I've done that like 6 times already. I've check the tnsnames.ora files and tried that fix already. I don't know what else to try short of fdisk and redoing everything from scratch again, but I don't have time for that as this machine is used daily for other tasks.
    Any help or suggestions are appreciated!!!
    Thx in advance!
    Michelle.
    PS: Note to Oracle support staff if you are listening (pardon the pun). Your one line of help for ORA-12571 in the existing support files is rather similar to the Hitchhikers Guide to the Galaxy's info for Earth... After seeing how many people have posted about this problem and how few resources or real answers there are out there, you might want to consider updating the info on this error, because is deserves something more than "mostly harmless"!

    This question probably best belongs on the General database forum.

  • (Urgent) TNS-12570 TNS:packet reader failure

    Hi
    I have oracle 9.0.2 and developer 6i installed on the same machine for development purpose. Every thing was running fine but today when I tried to connect the form builder to database it raised following error:
    TNS-12570 TNS:packet reader failure
    Cause: An error occurred during a data receive. This message is not normally visible to the user.
    Action: For further details, turn on tracing and re-execute the operation. If the error persists, contact Oracle Support Services.
    when I tried to connect from remote machine on LAN it raised following error:
    TNS-12537 TNS:connection closed
    Cause: "End of file" condition has been reached; partner has disconnected. This is an informational message.
    Action: No action required.
    Do you have any solution to this problem
    Regards
    Faisal

    Recently found the same problem in my system. I got this problem after installing McAfee Internet Security suite which installs personal firewall.
    I un-installed oracle and re installed it result is same.I am using oracle 8i (8.1.5)
    Funny part is if I give SID in sql plus then only i get this error otherwise if I put scott/tiger in sqlplus without SID it connects to database.
    This does not solves my purpose coz one of my application connects to database in which dburl contains SID.
    Thanks in advance
    satyen

  • 'ORA-12571: TNS:packet writer failure' error while calling procedure from VC++

    hi all,
    i am writing stored procedures and calling these from vc++. I have one stored procedure in that all
    in and out perameters are numeric. When i am calling these procedure i am able to get the values properly. But in another procedure one in perameter is varchar and one out perameter is varchar. When i am calling these procedure from vc++ the error i am getting is "ORA-12571: TNS:packet writer failure". I test my vc++ code on different computers but its giving the same errors. I think ora-12571 error is when i can't communicate with oracle. But other stored procedures(in and out perameters are numbers) and sql statements are running properly. Only these stored procedure which has in and out perameters as varchar is giving me the above said problem. My out perameter in this procedure strtax is of type varchar and the length 100. Is it the problem. Please suggest me how to over come this problem.
    thanks in advance,
    with regards
    vali.

    Hi
    We recently changed our load balancer to a new load balancer. we get this error only after the load balancer change.
    When the error occurs, I could see ORA-12571 error message only in the application error log. The listener.log has only the following message about TNS 12502. It does not have any message about ORA -12571.
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2202)) * establish * AppName * 0
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2203)) * establish * AppName * 0
    12-MAR-2010 12:23:26 * (CONNECT_DATA=(SERVICE_NAME=AppName)(CID=(PROGRAM=c:\wind ows\system32\inetsrv\w3wp.exe)(HOST=WEB02)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.x.x.x.x)(PORT=2204)) * establish * AppName * 0
    12-MAR-2010 12:24:09 * 12502
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    Thanks
    Ashok

  • ORA-12571 TNS PACKET WRITER FAILURE --urgent help required

    I'm facing ORA-12571 TNS PACKET WRITER FAILURE error
    Platform is windows 2000/ tomcat / appache server / oracle 8.1.7
    This is not frequently happening. When the load increases, I'm facing this error? What type of parameters should I concentrate.
    DB is running on MTS.
    It is urgent.
    Could anyone throw some light on it?

    This question probably best belongs on the General database forum.

  • ORA-12570 TNS PACKET FAILURE

    I am trying to instal oracle(8 1 5) on my window 2000. Everything works fine but when it get to were to build the starter database, I get thisd message
    ora-12570 TNS packet failure.
    Can someone take me what I need to do to fix this problem. I can't get it work but we I get to the service area the database was installed.
    Please this is a big problem to me. I will really appreciate quick respond if you have come across a similar problem.
    God bless you.

    Try using the option to build scripts to create the database instead of creating the database. Then run the script to create database from the cmd window.
    If using TCP/IP, can you ping localhost successfully ?

  • ORA-12571-TNS: PACKET WRITER FAILURE

    Hi All,
    am using oracle 6i and facing this problem when am connecting Forms to Database..
    Error Encounterd:ORA-12571-TNS: PACKET WRITER FAILURE.
    Plz help.
    Regards,
    Neha

    this error usually network problem..... i googled it found some solutions try
    his is usually due to an improper sqlnet.ora setting. Here are some possible causes and remedies:
    ** Loose network cables. This error has been observed when there was a loose cable connection to the SCSI disk array (on an Oracle Parallel Server system). Related errors were also subsequently noted in the NT event log.*
    ** IP address conflict (Oracle 9.0.1).*
    ** Authentication services. One solution is to edit the sqlnet.ora file and change the line:*
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    After saving the updated file, he was able to hit the retry button on the install and the creation of the database succeeded.

  • 12571 - ORA-12571: TNS:packet writer failure Failed SQL stmt

    hi, sir,
       My script work successfully and when i am try to script mover software every thing done fine but at the end i face this(12571 - ORA-12571: TNS:packet writer failure Failed SQL stmt) error. so I read few article they told about this is antivirus issue, so please tell me, can i re-run the script mover or not.
    Samiullah

    Hi Neeraj,
    This is My Listerner file
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    HRCS9 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.2.204)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_HRCS9 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    This is my tns file
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HRCS9 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.2.204)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = HRCS9)
    both file working good and ping
    Samiullah

  • ORA-12571 TNS : Packet Writter Failure

    Hi all,
    When I try to connect the DBA Studio (in the WIN 2000 SP 3), client of Oracle , the error message is
    "ORA-12571 : TNS : Packet writer failure."
    But in the TNSNAME.ORA file is working fine. meaning SQL*Plus and other Oracle client can connect.
    Only the GUI application(like DBA Studio,enterprise manager) are giving this error.
    How can I solve this ploblem?
    Thanks.

    yes I few more tnsnames.ora file other directory for other version and application.
    For this same version HOME directory, only one file is there.
    so, SQL*Plus is connecting by using this file , but not for GUI applications.(DBA studio,Enterprise manager)

  • ORA-12571: TNS:packet writer failure while calling procedure from VC++

    hi all,
    i am writing stored procedures and calling these from vc++. I have one stored procedure in that all
    in and out perameters are numeric. When i am calling these procedure i am able to get the values properly. But in another procedure one in perameter is varchar and one out perameter is varchar. When i am calling these procedure from vc++ the error i am getting is "ORA-12571: TNS:packet writer failure". I test my vc++ code on different computers but its giving the same errors. I think ora-12571 error is when i can't communicate with oracle. But other stored procedures(in and out perameters are numbers) and sql statements are running properly. Only these stored procedure which has in and out perameters as varchar is giving me the above said problem. My out perameter in this procedure strtax is of type varchar and the length 100. Is it the problem. Please suggest me how to over come this problem.
    thanks in advance,
    with regards
    vali.

    hi,
    thanks for reply,
    I wanna let u know that this is my personal lappy & i have installed apps dump on it in Linux & connect it through VM player in Window environment. I have recently purchased a new Antivirus K7 & installed it on my Lappy. i wanna know does this impact your application or Dbase Bcoz the application is running fine after starting the services in linux.
    The only thing is that i am not able access the database through TOAD or SQL*Plus. the same error i am facing in both.
    So
    shud i uninstall the antivirus on this And this is the only solution to it ?
    If yes, then how do i fix it again when i'll reinstall it Bcoz i need Antivirus as well.
    kindly suggest.
    thanks
    D

Maybe you are looking for

  • Send answers of these qutions

    1.     Strengths in technical subject ? 2.     Explain best report which u did ? 3.     Major events of reports ? 4.     Difference between interactive and classical reports ? 5.     Types of BDC’s 6.     If you say session than why ? 7.     If you s

  • MacBook Pro scans images fine, but only saves as gray page with banding

    I purchased a new MacBook Pro recently. I used my HP Deskjet F4580 to scan with my old MacBook and it worked fine. Now when I scan the image it appears fine on my screen, but when I go to save, there is no trace of the image, just a full gray page wi

  • Panel

    Could someone please tell whats going wrong in the following code. I realise that I never specified the size of the panel, but I dont know where I am supposed to do that. Please help me out. The values of "x" that prints out on mouse press and realea

  • Probably a simple fix ...

    why doesnt my page look the same in the browser as it does in dreamweaver? < what it looks like in dreamweaver ... perfect < what it looks like in my browser ... all spread out and messed up there is probably something simple i am doing or not doing

  • Problems while using Adobe Interactive Forms

    Hi Experts, When I execute my adobe interactive forms application that uses a BAPI to access backend I am facing the following problem: When I enter valid values and click on submit all the browser windows close without any warning or error message.