It's still me

This time I have a problem with XMLType.
1. Create a table with XMLType
Code: Select all
CREATE TABLE TEST_CLOB
(
MY_CLOB_ID NUMBER(12),
MY_CLOB CLOB,
MY_XML SYS.XMLTYPE
)
Code: Select all
select * from test_clob
At this time have recive a Error box with this text :
I have last ODAC 5.55.1.3022 and Oracle 10.0.2Unable to find an entry ppoint named OCIPStreamFromXMLType10 in DLL oci.dll
In made it is the continuation of my try to be able to read my CLOB.
