Thanks
Thanks
You need to convert it.
Theoreticcaly something like this should work in oracle, so maybe if u use a SQLExecutor or a SQLCreator with a selection like this might work:
SELECT MDSYS.SDO_GEOMETRY(SDE.ST_AsText(a.shape),SDO_SRID) FROM my_ESRI_ST_GEOMETRY_table a;
(have not tried this myself btw. The example is quoted from the Oracle community.)