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

Home -> Community -> Usenet -> c.d.o.tools -> Question about spooling to flat file

Question about spooling to flat file

From: <joe17836_at_my-deja.com>
Date: Wed, 01 Nov 2000 19:08:29 GMT
Message-ID: <8tppn6$cp3$1@nnrp1.deja.com>

When spooling the results of a complex join to a flat file, is it faster to do:

create table MYTABLE as
  select a.field1,

         b.field2
    from table1 a,

         table2 b;

and then spool MYTABLE to a flat file? Or is it faster to simply do the join (i.e. without doing the create table as) and spool to the flat file?

Thank you in advance.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 01 2000 - 13:08:29 CST

Original text of this message

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