Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> trapping pl/sql errors with line numbers
I have been searching docs and sites but no luck.
When catching unhandled errors in PL/SQL procedures using 8.1.7, is there any internal function that can record the line number that failed?
If caught in an WHEN OTHERS THEN exception block, we record the SQLCODE, but it would be nice to know what line failed. Having the line from all_source would make it easier to debug.
Regards,
Jeff
Received on Thu Jun 19 2003 - 07:19:43 CDT
![]() |
![]() |