Hi,

I am getting a critical error. Backend is Oracle 9i. Client is Oracle 8.1.7. I am getting the following error if I select from any table.'

ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []

The statement is "SELECT * FROM TEMP10'. This is executed through JSP pages. If the statement is independently run on SQL PLUS, it doesn't give any error and executes properly. Kindly advise.

Quester.