Uma:

This is a restriction of DBMS_OUTPUT. It can only output a line of up to 255 
characters. To fix it, you'll need to break up the output into multiple lines or use 
DBMS_OUTPUT.PUT instead of DBMS_OUTPUT.PUT_LINE to concatonate several pieces together 
into one line.

HTH!

Jon Walthour
> 
> From: "Rao, UmaSankara S (CAP)" <[EMAIL PROTECTED]>
> Date: 2001/08/08 Wed AM 09:50:23 EDT
> To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
> Subject: PL/SQL length overflow prob
> 
> HI,
> 
> I am encountering the following problem in my pl/sql programme.Please let me
> know how to counter ths prob:
> 
> DECLARE
> 
> *
> 
> ERROR at line 1:
> 
> ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per
> line
> 
> ORA-06512: at "SYS.DBMS_OUTPUT", line 99
> 
> ORA-06512: at "SYS.DBMS_OUTPUT", line 65
> 
> ORA-06512: at line 30   
> 
> 
> Thanks in advance,
> Uma
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Rao, UmaSankara S (CAP)
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jon Walthour
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to