Hi team,
Do you confirm you don't handle XMLType type using the oracle connector ?
One team encounters a "unsupported data type" error on one column of type XMLType when loading data with oracle connector.
If so, do you plan to support it ?
Regards
Hi team,
Do you confirm you don't handle XMLType type using the oracle connector ?
One team encounters a "unsupported data type" error on one column of type XMLType when loading data with oracle connector.
If so, do you plan to support it ?
Regards
Hi Romain,
I can confirm that EasyMorph does not support the XMLType type.
As a workaround, you can use expressions and custom conditions in the Import from database action. As for the Export to database action, you can export to a temporary VARCHAR or CLOB column and then write values from the temporary column to the target XMLType column with the "Custom command" mode of the "Database command" action.