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: Feedback of rows

Re: Feedback of rows

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Tue, 24 Jun 2003 14:20:46 +0100
Message-ID: <MPG.1962608a4458cf60989765@news.cis.dfn.de>


In article <1056455079.39745_at_ernani.logica.co.uk>, mash1830- yahoo_at_yahoo.com says...
> Hi ,
>
> Oracle 9.2.0 on SunOs 5.6
> ===================
>
> Wanted to know if there is any way of getting a feedback of rows created in
> a table during a "CREATE TABLE....AS SELECT...FROM TABLE" , instead of
> executing "SELECT COUNT(*) FROM TABLE" or Analysing the table after the
> create has finished .
>
> Just wanted to avoid another full scan of the table created as these are
> quite huge (around 20 mil records)
>
> Thanks in advance,
>
> Mahesh
> E: mash1830_at_yahoo.com
>
>
>

Create the table in one step and the populate separately using a

insert into ....
select from ....

statement?

-- 

jeremy
Received on Tue Jun 24 2003 - 08:20:46 CDT

Original text of this message

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