Submitted Questions

  • If we call oracle package inside another package

    We have a oracle package that package is calling in user defined package ?from this user defined package how will u debug the oracle package?

    ChandraSekhar thimmapthruni

    • Apr 16th, 2015

    Use DBMS_UTILITY.FORMAT_ERROR_BACKTRACE

    Rohit

    • Jan 6th, 2013

    Using trace_on utility

    eg:- For HRMS hr_utility.trace_on ;
    expression(here call the package which you want to debug);
    HRMS hr_utility.trace_off;