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: CTAS question

Re: CTAS question

From: Stefan Knecht <knecht.stefan_at_gmail.com>
Date: Wed, 31 May 2006 12:20:33 +0200
Message-ID: <486b2b610605310320g50dbaf8fof7a4c4b336169db5@mail.gmail.com>


CTAS is optimized, sort of like INSERT /*+ APPEND */ - plus the already mentioned network lag between your client and the server.

Stefan

On 5/31/06, Yechiel Adar <adar666_at_inter.net.il> wrote:
>
> How much time it take to:
> Select * from result_table;
>
> This will give you an indication how much time it take to move the data
> to the client.
>
> Adar Yechiel
> Rechovot, Israel
>
>
>
> Allen, Brandon wrote:
>
> >Maybe it's taking 7 minutes to return the data to your client over the
> >network if it's a lot of data and/or you have a slow network connection.
> >How long does it take if you just spool the output to a file on the
> >server (set term off)?
> >
> >Regards,
> >Brandon Allen
> >
> >
> >
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 31 2006 - 05:20:33 CDT

Original text of this message

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