Friday 25 May 2012

How can you bug a procedure or function for errors? | PL SQL

 The procedures or functions can be debugged using the SHOW_ERROR command or the DBMS_OUTPUT command within the subprogram code.