I am using SQL executor to perform insert command to insert table data into Oracle. I have a column with geometry and data type as SDO_Geometry in already existing oracle table. The current geometry I want to insert into oracle is in UTM format. I have converted it using geometry replacer and reprojector in my workspace.
SQL Executor is throwing an error with too long string literals and can not be inserted.
What is the way that I can insert geometry column with UTM coordinates into Oracle SDO_Geometry column?