| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL - writing better code
hi
need to run some thoughts about coding in pl/sql by someone, and you
guys seem to be the closest. :)
PROBLEM/SITUATION:
i have a procedure that loops through a set of keys. I update a column
for each key.
LOOP ----
BEGIN
<update statement>
COMMIT;
EXCEPTION
WHEN OTHERS
THEN
ROLLBACK;
thanks.-
ranli..... :)
Received on Thu Oct 19 2006 - 07:35:31 CDT
![]() |
![]() |