SDO2GeoJSON
Recently, like many before me, I had need to create a function that converted a single SDO_GEOMETRY object to GeoJSON. The function I created is below. Note that this function: Does not support attributes (it could do via passing in a refCursor or table of record); Nor does nor does it address how to createRead More