1.

How can you debug your PL/SQL code?

Answer»
  • We can USE DBMS_OUTPUT and DBMS_DEBUG statements for DEBUGGING our code:
    • DBMS_OUTPUT PRINTS the output to the STANDARD console.
    • DBMS_DEBUG prints the output to the log FILE.


Discussion

No Comment Found