I am testing my application with Oracle 10.2.0.2.0 (both client and server). When using a TOracleDataset (DOA 4.0.7.1, D7) to read a table with an XMLType field I get:
ORA-00600: internal error code, arguments: [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
A strange thing: when I try in the SQL Editor, sometimes the first record is fetched, and only econd gives the error when trying to fetch the XML field.
It does not happen in Quest's SQL Navigator our DBA uses, and it does not happen if I try against a 9.2.0.6 database (same 10.2.0.2 client).
I see DOA treats XMLType like CLOBs, not native types.
ORA-00600: internal error code, arguments: [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
A strange thing: when I try in the SQL Editor, sometimes the first record is fetched, and only econd gives the error when trying to fetch the XML field.
It does not happen in Quest's SQL Navigator our DBA uses, and it does not happen if I try against a 9.2.0.6 database (same 10.2.0.2 client).
I see DOA treats XMLType like CLOBs, not native types.