Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORacle 8 dbms_output ORU-10028 problem (urgent help reqd)

Re: ORacle 8 dbms_output ORU-10028 problem (urgent help reqd)

From: Christopher M. Day <christopher.day_at_rdbms.freeserve.co.uk>
Date: Mon, 12 Apr 1999 23:36:58 +0100
Message-ID: <3712758A.AAE40A85@rdbms.freeserve.co.uk>


An

Problem is with buffer overflow - might be worth breaking the string into multiple calls to DBMS_OUTPUT.PUT, then end the string with a call to DBMS_OUTPUT.NEW_LINE

Chris.
anu padki wrote:
>
> I am trying to do
>
> dbms_output.put_line ()
>
> I get the message
>
> ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per
> line
>
> I find it in some manuals but no remedy .
>
> Thanking in advance.
>
> An
Received on Mon Apr 12 1999 - 17:36:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US