The DBMS_OUTPUT package is a standard package provided by Oracle specifically for the purpose of debugging stored programs.
| Feature | Description | 
|---|---|
| Insert a DBMS_OUTPUT.PUT_LINE statement in the code | Edit Menu | Insert | DBMS_OUTPUT.PUT_LINE ('') | 
| Create a DBMS_OUTPUT.PUT_LINE statement for the selected variable in the editor. | In the Code Editor 
 | 
| Capture output from DBMS_OUTPUT | The SQL Navigator Output Window captures output from DBMS_OUTPUT. | 
| 
 | Note: The SYS schema owns this package. To view the procedure and parameter definitions of this package you can display it in the Code editor. |