Skip to main content
Solved

Geometry NULL in Oracle non spatial

  • February 25, 2020
  • 2 replies
  • 13 views

gogopotter90
Contributor
Forum|alt.badge.img+14

 

I have Oracle no spatial as a reader and when i am trying to read the coordinate ,i found the output is null and i have read many articles and i tried many hours but without any success .

 

could someone help me ,how can i fix the problem for Geometry for Oracle non spatial

 

 

in inspector the output of oracle ,it looks like points and each point has his coordinate (x,y)

 

 

Thanks in advance

Best answer by oscard

Why are you usng the non spatial Reader?

 

 

If you want to read the geometry, you need to use the Oracle Spatial Reader.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • Best Answer
  • February 25, 2020

Why are you usng the non spatial Reader?

 

 

If you want to read the geometry, you need to use the Oracle Spatial Reader.

gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • 239 replies
  • February 25, 2020

Why are you usng the non spatial Reader?

 

 

If you want to read the geometry, you need to use the Oracle Spatial Reader.

u r right ,it is first time ,i am dealing with oracle and i thought no spatial has also geometry .Thanks for reply