I have on my machine
Windows XP Professional
Oracle 10g Release 2 (10.0.2.1), Client And Server
DOA - 4.0.7.1
Delphi 6
I have created a table in Oracle called steve_test
Name Type Nullable Default Comments
----- ----------- -------- ------- --------
ID1 NUMBER Y
BLOB1 SYS.XMLTYPE Y
I have dropped a Toracledataset on a delphi form. which has the Query Select * from steve_test.
I get the following error
ORA-00600 internal error code, arguments : [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
Can anybody help with this?
Stephen
Windows XP Professional
Oracle 10g Release 2 (10.0.2.1), Client And Server
DOA - 4.0.7.1
Delphi 6
I have created a table in Oracle called steve_test
Name Type Nullable Default Comments
----- ----------- -------- ------- --------
ID1 NUMBER Y
BLOB1 SYS.XMLTYPE Y
I have dropped a Toracledataset on a delphi form. which has the Query Select * from steve_test.
I get the following error
ORA-00600 internal error code, arguments : [kolrrdl:0rfc], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_LOB", line 803
ORA-06512: at line 7
Can anybody help with this?
Stephen