Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Invalid cursor

Former Member
0 Likes
397

hi guys,

for first time i've met short dump "invalid cursor" in NOT debugging contest.

it happens into select/endselect (...) loop, buto only into production system (not in develop and test).

the tables inquired is QUALS.

could someone help me, please?

2 REPLIES 2
Read only

Former Member
0 Likes
339

Hi Ivan

It depends on the database and the number of the hits of the table: it can happen when it does a debug into loop SELECT/ENDSELCT: sometimes the system loses the cursor and raises that dump.

In this case u have only one solutin: skip the SELECT/ENDSELCT

SORRY I've seen only now "IN NOT DEBUGGING CONTEST"

Have you other informations?

Max

Read only

franois_henrotte
Active Contributor
0 Likes
339

in your case, that does mean that a COMMIT has been raised somewhere (probably in a routine called inside the SELECT / ENDSELECT loop)