ORA-00600: internal error code [message #91053] |
Mon, 11 March 2002 18:09 |
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 #91170 is a reply to message #91161] |
Wed, 15 May 2002 05:44 |
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 |
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 #91678 is a reply to message #91170] |
Wed, 08 January 2003 11:28 |
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 |
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 |
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 |
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 #91903 is a reply to message #91161] |
Wed, 23 July 2003 13:42 |
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-060: internal error code [message #92071 is a reply to message #91352] |
Thu, 26 February 2004 23:04 |
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 #92393 is a reply to message #92392] |
Mon, 28 June 2004 02:43 |
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!!
|
|
|