ORA-00600 [message #92535] |
Mon, 06 September 2004 01:56 |
Flavio Tomassini
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
Hi,
When I execute the following select on Oracle using SQLPLUS it works.
"SELECT TABLE_NAME from cat where TABLE_TYPE in ('TABLE','VIEW') order by TABLE_NAME;"
When I execute the same select calling it from an application with a Java code it gives this error:
java.sql.SQLException: ORA-00600: internal error code, arguments : [[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]]
I use the following drivers:
classes12.zip, 816classes12.zip, jodbc14.jar.
The Local Oracle Version is: 8.1.0;
The Local Java Version is: Java1.3.0;
The Destination Oracle Version is: 9.2.0.1.0 on Win2Kserver;
Thanks, Flavio.
|
|
|
|