i have to migrate some postgis stuff to oracle database 11.2.
can you tell me the best oracle pendant for postgis AsBinary(Geometry)?
edit: my try.
SDO_UTIL.TO_WKBGEOMETRY(
geometry IN SDO_GEOMETRY
) RETURN BLOB;
DONE
i have to migrate some postgis stuff to oracle database 11.2.
can you tell me the best oracle pendant for postgis AsBinary(Geometry)?
edit: my try.
SDO_UTIL.TO_WKBGEOMETRY(
geometry IN SDO_GEOMETRY
) RETURN BLOB;
DONE
Copyright © 2021 Jogjafile Inc.
Use
ogr2ogr
with the Oracle Spatial driver. E.g.: