Catching "ORU-10027: buffer overflow" exceptions in PL/SQL -
05-18-2006
, 06:49 AM
Is there a way to catch these exceptions when thrown by PL/SQL?
I get them on occasion and apparently the "WHEN OTHER" clause
of my final EXCEPTION region does not catch it, causing my script to
quit ungraciously. |