odc icon indicating copy to clipboard operation
odc copied to clipboard

[Bug]: XMLTYPE field type table failed to open, java.lang.NoClassDefFoundError

Open Huangxiao-mas opened this issue 1 year ago • 1 comments

ODC version

ODC424

OB version

i independent

What happened?

XMLTYPE field type table failed to open, java.lang.NoClassDefFoundError: image image

What did you expect to happen?

How can we reproduce it (as minimally and precisely as possible)?

`CREATE TABLE my_xmltype_table ( id NUMBER PRIMARY KEY, xml_data XMLTYPE ); INSERT INTO my_xmltype_table (id, xml_data) VALUES (1, XMLType('Sample XML data'));

`

Anything else we need to know?

No response

Cloud

No response

Huangxiao-mas avatar Mar 04 '24 09:03 Huangxiao-mas

The backend has not yet adapted the Oracle XMLTYPE type, and the ob Oracle kernel does not yet support XMLTYPE.

PeachThinking avatar Mar 05 '24 02:03 PeachThinking