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?

Questions by santosh.rdg

Showing Answers 1 - 6 of 6 Answers

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;

  Was this answer useful?  Yes

ChandraSekhar thimmapthruni

  • Apr 15th, 2015
 

use DBMS_UTILITY.FORMAT_ERROR_BACKTRACE

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions