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: data retrieval time from sql*plus command

Re: data retrieval time from sql*plus command

From: Damien Salvador <damien.salvador_at_via.ecp.fr>
Date: 29 Oct 2001 22:35:10 GMT
Message-ID: <slrn9trmcu.d2p.damien.salvador@zen.via.ecp.fr>


On 29 Oct 2001 13:48:57 -0800, SAS
<sumera.shaozab_at_lmco.com> a écrit:
>Hi,
>
>Does it normally take an hour to retrieve 1.2 million records from
>sqlplus command line?
>
>This is what I am doing;
>
>select field1,field2,field3,field4,field5 from table1 where field6 =
>1;

If you want to 'spool' it, and you're through a telnet or net8 connection, you'd better run it in a .sql file, with a 'set termout off' in order to save off some network traffic.

-- 
Damien
Received on Mon Oct 29 2001 - 16:35:10 CST

Original text of this message

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