ORA-00600: internal error when reading XMLTYPE column

plpolak

Member²
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
 
I've opened an SR with Oracle and they fixed it in Bundle 10203 Patch 3 (PATCH NUMBER: 5916257, don't know for other releases) - it works with DOA 4.0.7 too now. If I had to wait for DOA 4.1...
 
Back
Top