Exception With Resume
hi,
Now iam doing migration of informix to Oracle.
I have a problem in Exception handling
In informix
On exception
--------
exception with resume
how to migrate in oracle.
and one more..
In informix
raise exception 10001//user defined exception --it is cached by fromt end
How to handle the same in Oracle.(with out using out variable)