As it is DBD::Oracle returns rather non-helpful error
messages that don't include line number info, etc. With
SQL*Plus you get the line number, and a pointer to exactly
where the parser failed. Is there any way to get this same
functionality with DBD::Oracle? Like is there some
function I can call to get that info from oracle.