data type conversion - How to convert an Oracle column value of datatype SDO_GEOMETRY to String which has ST_IsValid=false -


is there function or way convert sdo_geometry datatype string in oracle ?

get_wkt() doesn't work sdo_geometry not formed (st_isvalid=false).

the best way write own oracle function my_get_wkt(), use as

update my_table set my_col = my_get_wkt(params); 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -