error mystery
hi oracle lovers
my question is
how can i ignore the error in a pl/sql code and continue with the processing of the code which follows the error line.
i mean to say if there are n statements to be processed and if
i get an error in a line some where in the statement 10 ,i have to ignore the statement 10 and continue with the processing from 11 to n
thr
|