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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Limiting the Display Width in Oracle

Re: Limiting the Display Width in Oracle

From: Jack Ploeg <jploeg_at_wxs.nl>
Date: 24 Jul 1998 07:11:37 GMT
Message-ID: <01bdb6d2$45c57dc0$7f2579c3@NL1217.europe.logica.com>


have you tried SET ARRAYSIZE 1 ?

Jack

Michael Samuel Tam <mstam_at_unixg.ubc.ca> wrote in article <6p88ch$4ia$1_at_nntp.ucs.ubc.ca>...
> HI there everyone,
> I have a slight prblem that I am hoping someone here can answer.
> When writing a customized PL/SQL function, I am unable to run it although
> it compiles properly. The problem is when I go to run it, I get the
> following error:
>
> "buffer overflow. Use SET command to reduce ARRAYSIZE or increase
MAXDATA."
>
> The dilemma is that the function isn't returning that many characters
> when the function is run. Instead, I think the display width may be
> overflowing the buffer when I run the function, because the dashes that
> are usually displayed under the column names extend past the width of
> the screen. Can anyone tell me how to limit the display width (i.e. the
> number of dashes outputted to the screen)?!?
>
> Thank you in Advance
>
> --
> Michael
>
Received on Fri Jul 24 1998 - 02:11:37 CDT

Original text of this message

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