thendrickson
Programmer
I am very new with Oracle and am trying to debug legacy procs.
The procs are not well designed in my opinion but it is what it is and I need to find out exactly where the errors occur.
What I would like to do is figure out a way to add the actual line Oracle fails on and log it along with the the usual informat5ion I currently log (proc name, error message error number, sysdate)
Currently, I have the line number of each Exception handler starting line hardcoded in each handler to enable me to determine which error handler catches the error. At best, this solution is confusing to other people.
Almost forgot, Thiis is Oracle 10g
The procs are not well designed in my opinion but it is what it is and I need to find out exactly where the errors occur.
What I would like to do is figure out a way to add the actual line Oracle fails on and log it along with the the usual informat5ion I currently log (proc name, error message error number, sysdate)
Currently, I have the line number of each Exception handler starting line hardcoded in each handler to enable me to determine which error handler catches the error. At best, this solution is confusing to other people.
Almost forgot, Thiis is Oracle 10g