oracle option(hold_cursor=no);
oracle option(hold_cursor=yes);

insert into xxxx
update xxxx

oracle option(release_cursor=yes);
Posted by foryamu
,