CLASSPATH .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;D:\base\myjdbc\classes12.zip I really need your help
Leslie Chaim
Ranch Hand
Joined: May 22, 2002
Posts: 336
posted
0
Run the oerr command: oerr ora 600 you get:
00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]" // *Cause: This is the generic internal error number for Oracle program // exceptions. This indicates that a process has encountered an // exceptional condition. // *Action: Report as a bug - the first argument is the internal error number
[ October 09, 2002: Message edited by: Leslie Chaim ]
Normal is in the eye of the beholder
Beksy Kurian
Ranch Hand
Joined: Jul 11, 2001
Posts: 254
posted
0
Try the latest jdbc driver(9i) and see whether it solves the problem. Contact oracle to know whether it is a bug! Regards Beksy [ October 09, 2002: Message edited by: Beksy Kurian ]
"Tommy_Lee"- Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. You can change it here. Thanks! and welcome to the JavaRanch! Mark
This 0600 Error is a big problem in Oracle9i, The error will definitely be removed by just adjusting white spaces in the query. Also this error is returned after long query processing time. I generally face it with iSQL*Plus on Apache.