java.sql.SQLException:ORA-00600 internal server error - TechRepublic
General discussion
January 11, 2004 at 10:16 AM
kediakavita

java.sql.SQLException:ORA-00600 internal server error

by kediakavita . Updated 22 years, 6 months ago

Hi,
I am using jdk1.4.2, weblogic 8.1 app server, and Oracle 9i (release 9.2.0.3). I run a query successfuly twice on starting the weblogic server. However the third time the same query runs it gives java.sql.SQLException: ORA-00600 internal server error. This happens when I open and close the connection after every run of the query in a ‘single’ program. But if I use a single connection and call the same query any number of times in a ‘single’ program it executes fine. I am using ojdbc14.jar and JDBC thin drivers for oracle.
Do let me know of the reason of this error and solutions for the same ASAP.
Regards,
Kavita.

This discussion is locked

All Comments