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: can dbms_output.put_line output > 255 characters ?

Re: can dbms_output.put_line output > 255 characters ?

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Thu, 22 Apr 1999 10:11:32 +0100
Message-ID: <7fmllk$roa$1@news.inet.tele.dk>


tedchyn_at_yahoo.com wrote in message <7fm5ja$ffo$1_at_nnrp1.dejanews.com>...
>Sir, Is there a way to get around dbms_output.put_line to output more than
255
>characters ?
>
>Thanks in advance Ted Chyn(respond to tedchyn_at_yahoo.com)
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own

More specifically, it's 243 characters. You have to write your own wrapper procedure that breaks up long lines into shorter lines, like 80 characters.

HTH. Finn Received on Thu Apr 22 1999 - 04:11:32 CDT

Original text of this message

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