Home » Interview » Technology

Explain how to debug PL/SQL program.

Correct Answer: One can debug PL/SQL program by printing the output using DBMS_OUTPUT package Put_line can be used to display a line as shown below: BEGIN dbms_outputput_line(‘Sample line'); END;

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion