Hi,
I have an oracle 10.2 database and jdk1.4.
I am using ojdbc14.jar for
JDBC connection. While all other database operations go fine, but I get ORA600 error when doing a select with either a
string or selecting a column with VARCHAR2 datatype.
I have tested my class from a linux box, and it works fine with same database. Any help will be great.
Exact error msg is
ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
My code is