Home » Developer & Programmer » JDeveloper, Java & XML » ORA-00600: internal error code
ORA-00600: internal error code [message #91053] Mon, 11 March 2002 18:09 Go to next message
Lavanya Ganapathy
Messages: 1
Registered: March 2002
Junior Member
java.sql.SQLException: ORA-00600: internal error code, arguments:
[[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]]

I am getting this SQL exception while trying to execute an 'select' SQL query using the executequery(query) function...
Can you tell me the reason for this and how to rectify this.
Re: ORA-00600: internal error code [message #91161 is a reply to message #91053] Mon, 13 May 2002 03:43 Go to previous messageGo to next message
Madheswaran R.
Messages: 1
Registered: May 2002
Junior Member
Lavanya,
Looks like, there s a problem with ur drivers. U might ve used the drivers for Oracle8i/8.1.7 etc, and if the same driver exists in the classpath for Oracle9, then this error occurs.
Have a look at:
http://www.geocrawler.com/archives/3/15198/2001/10/0/6941530/

hth..
regs,
madhes

Re: ORA-00600: internal error code [message #91170 is a reply to message #91161] Wed, 15 May 2002 05:44 Go to previous messageGo to next message
kandan
Messages: 4
Registered: August 2001
Junior Member
it is really the problem with the driver files.All you have to do is download the patch available on OTN site and apply it on the classes12.zip.Point ur oracle classpath to this file.
It should work.If u still have problem please lemme know

Cheers
Kandan
Re: ORA-00600: internal error code [message #91244 is a reply to message #91170] Fri, 14 June 2002 14:10 Go to previous messageGo to next message
Venu
Messages: 44
Registered: September 1999
Member
Hi Kandan..

I did what u have said..ie., applied the patch for classes12.zip but sill was't sucessful.

When I run the same code with Forte inbuilt tomcat it is running fine. But If I use the (Catalina) Tomcat4.0.2 it is not working.

I copied the classes12.zip to WEB-INF/lib/ directory of my webapplicaiton.But still was't sucessful.

Have any Ideas.
Thanks
Re: ORA-00600: internal error code [message #91352 is a reply to message #91161] Thu, 25 July 2002 23:19 Go to previous messageGo to next message
Isaac
Messages: 5
Registered: March 2001
Junior Member
Dear friend,

It is excellent help provided by U

Thanks,
-Isaac (India)
Re: ORA-00600: internal error code [message #91678 is a reply to message #91170] Wed, 08 January 2003 11:28 Go to previous messageGo to next message
SD
Messages: 16
Registered: March 2000
Junior Member
Kandan,
I have installed the patch . I do have classes12.zip under ORACLE_HOMEjdbclib folder.
But i still get the same err message. I did declare a new environment variable classpath and set it to ORACLE_HOMEjdbclibclasses12.zip.
Were you referring to this in your previous update.
Thanks
Sd
Re: ORA-00600: internal error code [message #91681 is a reply to message #91170] Thu, 09 January 2003 03:51 Go to previous messageGo to next message
kandan
Messages: 4
Registered: August 2001
Junior Member
Hello,
Can u please tell me what is the webserver/AppServer you use.After applying the patch on classes12.zip you said u have the same in the classpath.So defenetly it would work as it worked for me here.If you could let me know where and how actually problem arises i may help u out in this if i have a solution for it.Also please remove the driver files of Oracle8 if any in the classpath as it would conflict with the Oracle Driver files..
Re: ORA-00600: internal error code [message #91683 is a reply to message #91170] Thu, 09 January 2003 08:10 Go to previous messageGo to next message
SD
Messages: 16
Registered: March 2000
Junior Member
Hi,
Thanks for your response. I am using JRUN 3.1 as my webserver. When i try to connect to an Oracle 9.0.1 database i get the error message. I wanted to know where i can download patch 1725012 for windows for Oracle 9.0.1 I checked metalink. I dont find a patch for Orackle 9.0.1 on windows. Can you please provide a link from where i can download the patch.

I only have classes12.zip in my classpath.
Thanks
sd
Re: ORA-00600: internal error code [message #91689 is a reply to message #91683] Thu, 09 January 2003 22:34 Go to previous messageGo to next message
kandan
Messages: 4
Registered: August 2001
Junior Member
The problem is due to the classpath which still has the oracle 8 driver files.The Patch has to be applied to the classes12.zip to fix this.I took the patch from the OTN site but i dont remember exactly the location.I ll upload the new classes12.zip to the streamload site.Replace this classes12.zip with the one you have.you place this in the oracle classpath or place it in the first place of your webserver classpath. I mean ur webserver when it runs it would look for the classpath and place this in this lib folder of your webserver and point that first in your webserver classpath.
This should defenetly fix the problem
checkout streamload.com
username-kandy_tx
password-kandan
download the classes12.zip file from this site .

Best of Luck

Regards
Kandan
Re: ORA-00600: internal error code [message #91728 is a reply to message #91053] Wed, 22 January 2003 01:16 Go to previous messageGo to next message
Shikha
Messages: 36
Registered: January 2002
Member
Oracle ora-00600 internal error code [[17034]],[[3406989952]],[[0]],[[]],[[]],[[]],[[]],[[]]

found dead multi threaded server process "s000-1518"
Re: ORA-00600: internal error code [message #91903 is a reply to message #91161] Wed, 23 July 2003 13:42 Go to previous messageGo to next message
Heath
Messages: 1
Registered: July 2003
Junior Member
I have Oracle 9i version 9.2.0.1 loaded on Solaris SUN BLADE SUN SPARC 2000. I did a full backup of the first database and copied it to another Solaris SUN BLADE SUN SPARC 2000. When I try to connect to the second database, this is the error I get ORA-00600 internal error code arguments : {kcratr1_lostwrt}. I was told that when I copied the data from one database to the other all I had to do was change the host name, I did that and I get the ORA-600 error. I have my databases on a network together. Can anyone PLEASE help me.
Re: ORA-00600: internal error code [message #91972 is a reply to message #91689] Wed, 07 January 2004 03:49 Go to previous messageGo to next message
girish Jain
Messages: 1
Registered: January 2004
Junior Member
I also need the same patch 1725012, but caant find it anywhere.Can anyone help
Re: ORA-060: internal error code [message #92071 is a reply to message #91352] Thu, 26 February 2004 23:04 Go to previous messageGo to next message
Vanithasri
Messages: 1
Registered: February 2004
Junior Member
Hi
please tell me. How to rectify it.

SQL> create table nn (m number(5));
create table nn (m number(5))
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [[6007]], [[302]], [[]], [[]], [[]], [[]], [[]], [[]]

Thanks & Regards
vanitha
Re: ORA-060: internal error code [message #92074 is a reply to message #92071] Fri, 27 February 2004 19:28 Go to previous messageGo to next message
Isaac
Messages: 5
Registered: March 2001
Junior Member
As already told u have more than 1 oracle drver in your class path. Just verify
Re: ORA-060: internal error code [message #92392 is a reply to message #92074] Mon, 28 June 2004 01:58 Go to previous messageGo to next message
aslĂ˝
Messages: 1
Registered: June 2004
Junior Member
can you give more info please??
i tried to change classpath and path it doesn't work.
i looked at java_home..there is only one way..

i am confused
Re: ORA-060: internal error code [message #92393 is a reply to message #92392] Mon, 28 June 2004 02:43 Go to previous message
Asli
Messages: 1
Registered: June 2004
Junior Member
i found my answer :

you must remove classes12 and add weblogicsharelib<oracle xx version file>

this error occurs because the versions you are using aren't the classes12's version!!
Previous Topic: Extract String with parentheses from DB
Next Topic: How would you register the XML schema - attached
Goto Forum:
  


Current Time: Thu Apr 25 00:07:28 CDT 2024