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 -> Re: question about plsql exceptions

Re: question about plsql exceptions

From: <sybrandb_at_yahoo.com>
Date: 23 Feb 2006 02:38:45 -0800
Message-ID: <1140691125.050282.74650@t39g2000cwt.googlegroups.com>


while (condition) loop
begin
insert into
exception
when others then
end;
end;
should work.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Thu Feb 23 2006 - 04:38:45 CST

Original text of this message

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