EM Desktop 5.3 : XMLType not supported with oracle connector

Hi team,

Do you confirm you don’t handle XMLType type using the oracle connector ?
https://docs.oracle.com/cd/A97630_01/appdev.920/a96620/xdb04cre.htm
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.