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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Sqlplus arraysize is like odbc ????

Re: Sqlplus arraysize is like odbc ????

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Fri, 27 Feb 2004 11:57:41 -0500
Message-ID: <20040227165741.GA17667@mladen.wangtrading.com>


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Production  

SQL> set arraysize 32
SQL> select
  2 * from emp;  

     EMPNO ENAME JOB MGR HIREDATE SAL COMM ---------- ---------- --------- ---------- -------- ---------- ----------

    DEPTNO


      7369 SMITH      CLERK           7902 19801217        800
        20
 
      7499 ALLEN      SALESMAN        7698 19810220       1600        300
        30
 
      7521 WARD       SALESMAN        7698 19810222       1250        500
        30

On 02/27/2004 11:01:58 AM, "Boivin, Patrice J" wrote:
> Is there an equivalent for ODBC to the arraysize parameter in sqlplus?
>
> Just curious.
>
> Patrice
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Feb 27 2004 - 10:55:36 CST

Original text of this message

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