Hi - I'm trying to determine how to find the true line number of the error being thrown in a PL/SQL package. Our QA group is testing in one of their environments so I'm not able to compile and step through the code to see exactly where it's failing, and I know the line number returned in the Oracle error does not correspond to what I'm seeing in TOAD (because of comments, etc.) Is there a way to determine/view the corresponding line numbers of the actual source code being executed?
↧