odc
odc copied to clipboard
[Bug]: XMLTYPE field type table failed to open, java.lang.NoClassDefFoundError
ODC version
ODC424
OB version
i independent
What happened?
XMLTYPE field type table failed to open, java.lang.NoClassDefFoundError:
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('
`
Anything else we need to know?
No response
Cloud
No response
The backend has not yet adapted the Oracle XMLTYPE type, and the ob Oracle kernel does not yet support XMLTYPE.