InterviewSolution
Saved Bookmarks
| 1. |
How Can You Bug A Procedure Or Function For Errors? |
|
Answer» The procedures or functions can be DEBUGGED using the SHOW_ERROR COMMAND or the DBMS_OUTPUT command WITHIN the SUBPROGRAM code. The procedures or functions can be debugged using the SHOW_ERROR command or the DBMS_OUTPUT command within the subprogram code. |
|