Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> OPEN CURSORS AND COMMIT

OPEN CURSORS AND COMMIT

From: Kent Eilers <kent.eilers_at_pca.state.mn.us>
Date: Mon, 13 Sep 1999 15:45:54 -0500
Message-ID: <37DD6282.C484101C@pca.state.mn.us>


I have some cursors I use to populate some insert SQL statements. I am not using the 'FOR UPDATE' clause.

I get the invalid fetch error when I attempt to do a rollback.

How can I use cursors in my PL/SQL code with commits and rollbacks. I certainly do not want to have to close any cursors .

Thanks. Received on Mon Sep 13 1999 - 15:45:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US