Replace SQLERRM with the much better DBMS_UTILITY.format_error_stack. Now you will see the full error stack information -- but if the string exceeds 255 characters, you get an ERROR!
DBMS_OUTPUT.PUT_LINE (DBMS_UTILITY.format_error_stack);
It is all about Oracle. I will try to share my experiences here. Main subjects will be Development, E-Business Suite, ADF, SOA, Fusion etc.
DBMS_OUTPUT.PUT_LINE (DBMS_UTILITY.format_error_stack);
Posted by tekmen at 8:52 PM
Labels: Developer, E-Business, Tips
0 comments:
Post a Comment