Skip to main content
Question

Hi I am getting error(" ORA-01002: fetch out of sequence") while converting oracle spatial to microstation dgn for a particular database table . Kindly let me know how to resolve it.

  • April 13, 2017
  • 4 replies
  • 102 views
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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • April 13, 2017

The easiest way is to increase the number of records to fetch at a time.

The default is set to 200.

If you set that value to more than the number of records to fetch it should not give that error.


kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

Thanks for your reply. Is it possible to set the value through coding (c#.net), because I am extracting features using fme .net library . Kindly let me know.


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • April 14, 2017

Hi,

Thanks for your reply. Is it possible to set the value through coding (c#.net), because I am extracting features using fme .net library . Kindly let me know.

I have no experience with c#.net coding, but it should be possible if you publish the parameter (right click the parameter and use "Create User Parameter").

kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

It is not working, still I am getting the error even I set the parameter as per your suggestion.