When compiling PL/SQL Package Specification and Body, compiler errors reported in Script Output and Compiler Log give incorrect line numbers and columns, in the current case by several hundred lines. As a result, identification of which line has the error is not possible.
Review of web search suggests line numbers might be incorrect because comment lines are ignored when calculating the line number (which doesn't help solve the problem) or to use F5 to run as a script. F5 results in same issue.
Thoughts?