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

How to break line ?

From: RYenn <ryenn50265_at_yahoo.com>
Date: 25 Jan 2002 13:41:25 -0800
Message-ID: <3f69ec0b.0201251341.6883fcd7@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 - 15:41:25 CST

Original text of this message

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