How to debug a concurrent job's PLSQL package body flow.
I am attempting to find a problem in a package - it is submitted as a concurrent job, and need to trace the progam flow. I can see compile for debug, but can this be used for a submitted concurrent job?
If not, how do Oracle Developers break-point and step through this type of scenario? This is a common need in developing software, so I have to reason there is a technique. Maybe an article or white paper link to get me started is a direction.