Connecting Tech Pros Worldwide Forums | Help | Site Map

Catching "ORU-10027: buffer overflow" exceptions in PL/SQL

Ubiquitous
Guest
 
Posts: n/a
#1: Jun 27 '08
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.


Closed Thread