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: How to break line ?

Re: How to break line ?

From: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Fri, 25 Jan 2002 22:37:22 GMT
Message-ID: <C6l48.10654$Xw4.2420722@news1.news.adelphia.net>


There sure is, put a "|| chr( 10 ) ||" where you want the line to split

"RYenn" <ryenn50265_at_yahoo.com> wrote in message news:3f69ec0b.0201251341.6883fcd7_at_posting.google.com...
> While raising application error ( from a Pl/Sql trigger), I am
> displaying a big message which is about 200 char long.
> Is there a way I can split the message into multiple lines?
> For example: my message is
> " You have tried to Insert rows Into %$%$%$^% table where there are
> transactions in @#$@##@ table waiting to be approved. Contact Helpdesk
> with the Item Information "
>
> I want to display it as
> " You have tried to Insert rows Into %$%$%$^% table where there are
> transactions "in @#$@##@ table waiting to be approved."
> Contact Helpdesk with the Item Information "
>
> Is there a way I can break messages ? Right now, its a stream of line
> and I need a way to control it.
> Any help is appreciated.
> RYenn.
Received on Fri Jan 25 2002 - 16:37:22 CST

Original text of this message

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