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.

  • 13 April 2017
  • 4 replies
  • 5 views

Badge +1


4 replies

Userlevel 2
Badge +12

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.

Badge +1

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.

Userlevel 2
Badge +12

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").
Badge +1

Hi,

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

Reply