Get WKB Data
717727Aug 18 2009 — edited Aug 20 2009Hi,
I want to get my city polygon data but it shows "Ora-13199: 3D geometries are not supported by geometry WKB/WKT generation. I can generate teh same error using below query.
SELECT C.Geometry.GET_WKB() FROM Mycity_limit C;
I am using Oracle 10g (10.2) with Oracle Locator (no Oracle Spatial).
I needed to use SDO_UTIL.TO_WKBGEOMETRY function. Any idea
Thanks
RS