DBMS_OUTPUT
The DBMS_OUTPUT package enables you to send messages from stored procedures and packages. The package is useful for displaying PL/SQL debugging information.
Table 7-3 describes the DBMS_OUTPUT subprograms.
Table 7-3 DBMS_OUTPUT Subprograms
| Subprogram | Description |
|---|---|
|
|
Disables message output. |
|
|
Enables message output. |
|
|
Retrieves one line from the buffer. |
|
|
Retrieves an array of lines from the buffer. |
|
|
Terminates a line created with |
|
|
Places a line in the buffer. |
|
|
Places a partial line in the buffer. |