Which package enables to display debugging information and output?

Options
- DBMS_OUTPUT
- DBMS_PUT_LINE
- DBMS_OUTPUT.PUT
- DISABLE


CORRECT ANSWER : DBMS_OUTPUT

Discussion Board
DBMS_OUTPUT

The DBMS_OUTPUT package enables you to send messages from stored procedures, packages, and triggers. The package is especially useful for displaying PL/SQL debugging information.

Prajakta Pandit 02-21-2017 11:07 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement