Oracle9i - JDBC nasty problem...Please help!!! [message #91976] |
Thu, 08 January 2004 02:48 |
Murali
Messages: 54 Registered: December 1999
|
Member |
|
|
I am getting the famous
ORA-00600: internal er
ror code, arguments: [[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]]
problem trying to access Oracle 9.2.0.1.
I am rather new to Oracle and Java. I am using tomcat 4.0 to host few JSPs. All I am trying to do is run a simple SELECT query. I am able connect to the database OK and also SELECT statements work fine when tables are empty i.e. have no data. But when there is data in the tables, I get the above error. I have searched and searched and found several postings related to incorrect JDBC driver being possible cause for such an error. I have tried (at least I think I did) several things such as downloading ojdbc14.jar and setting CLASSPATH to refer to it etc. None of them worked.
Could someone please help me??
Thanks.
Murali
|
|
|
|