DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: ORA-00600: internal error code

  1. #1
    Join Date
    Aug 2002
    Location
    Sofia, Bulgaria
    Posts
    84

    Question ORA-00600: internal error code

    Hi, guys!
    This error appeared when some Java Developer try to make a simple SELECT Statement through Java. After little investigation in alert.log and then in trace file I found this prblem recorder in trace file:
    "ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    Current SQL statement for this session:
    SELECT VALUE FROM NLS_INSTANCE_PARAMETERS WHERE PARAMETER ='NLS_DATE_FORMAT'
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    -------------------- -------- -------------------- ----------------------------
    Cannot read string table section header in /lib/libm.so.6."
    This is not exact SELECT statement which he querying, but this error is in whole trace file:
    Cannot read string table section header in /lib/libm.so.6.
    Is anyone experienced the same problem.
    I will appreciate your help and opinions.
    Thanks in advance

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Download the patch 1725012 from metalink.oracle.com

    or

    1. Download the JDBC 9i Thin driver from http://otn.oracle.com

    2. Unzip the download and copy the new classes12.zip over your existing classes12.zip. (Make a copy of the current classes12.zip for your archives)

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Aug 2002
    Location
    Sofia, Bulgaria
    Posts
    84
    Thanks a lot for your quick response.
    I found the answer in the old posts too and I will download the correct patch.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width