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

question about plsql exceptions

From: <stefanomnn_at_yahoo.it>
Date: 23 Feb 2006 02:28:14 -0800
Message-ID: <1140690494.575777.36520@t39g2000cwt.googlegroups.com>


good morning...
is ti possible catch an exception into a while statement?

eg

while(condition) loop

    insert into...
   exception

     when others then
      ....

end;

Thanks! Received on Thu Feb 23 2006 - 04:28:14 CST

Original text of this message

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