Google News
logo
PL/SQL - Interview Questions
How can you debug your PL/SQL code?
* 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.
Advertisement