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: SQL*Plus and MAXDATA

Re: SQL*Plus and MAXDATA

From: AMARENDRA B NETTEM <nettama_at_charlie.cns.iit.edu>
Date: 1997/08/08
Message-ID: <33EB61AC.6B3A@charlie.cns.iit.edu>#1/1

Andrea Pallotta wrote:
>
> Hi there!!
>
> Some people in my group is working with Perl and HTML language to build
> some windows
>
> and access an Oracle 7.1.6 DB in that way.
>
> They build up a very large select ( some tables with many columns ), but
> SQL*Plus don't work and say something about MAXDATA.
>
> The question is simple: It's possible to bypass MAXDATA??
>
> There is a way to buil up large select over the limit of MAXDATA?
>
> Oracle documentation use too few words about this argument!!
>
> Thanks for any help
>
> -------------------------------
> Riccitelli Danilo
> Digital Italia
> Gruppo di sviluppo

Either you can increase the MAXDATA value or decrease the ARRAY value

SET ARRAY 2(default is 15)

Hope this helps

-- 
  AMARENDRA B NETTEM ( http://www.iit.edu/~nettama)
  Certified Oracle DBA
  WHITTMAN-HART Inc.
  CHICAGO.
Received on Fri Aug 08 1997 - 00:00:00 CDT

Original text of this message

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