| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_OUTPUT , 5 of 6
This procedure puts an end-of-line marker. GET_LINE(S) returns "lines" as delimited by "newlines". Every call to PUT_LINE or NEW_LINE generates a line that is returned by GET_LINE(S).
DBMS_OUTPUT.NEW_LINE;
| Error | Description |
|---|---|
ORA-20000, ORU-10027: |
Buffer overflow, limit of < |
ORA-20000, ORU-10028: |
Line length overflow, limit of 255 bytes per line. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|