Skip to main content
Question

How to insert lineString like as SDO_GEOMETRY ? (SQLExecutor or etc)

  • December 22, 2021
  • 2 replies
  • 24 views

Forum|alt.badge.img

input

geopossible output Shape columnEkran Alıntısı

2 replies

geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • December 22, 2021

Use the Oracle Spatial writer.

If your licensing options do not allow you to use this writer, this workaround using a non-spatial Oracle writer and some post-processing may be of use.


Forum|alt.badge.img
  • Author
  • 27 replies
  • December 22, 2021

Thanks @geomancer​