I am fetching a record in Oracle 10.2.0.1 server with various client versions (10.2.0.1, 9.2.0.1) both on Windows. When this table contains an XMLType column, I get this error:
ORA-00600: internal error code, arguments: [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
Using DOA 4.0.7.1, Delphi 7 with TOracleDataset. Same logic works fine on an Oracle 9.2.0.1 database. When loading the same database dump on Oracle 10.2 we get this error.
Is this a known issue? And what can we do to fix it?
regards,
Pieter Polak
ORA-00600: internal error code, arguments: [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
Using DOA 4.0.7.1, Delphi 7 with TOracleDataset. Same logic works fine on an Oracle 9.2.0.1 database. When loading the same database dump on Oracle 10.2 we get this error.
Is this a known issue? And what can we do to fix it?
regards,
Pieter Polak