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: Loading 300 million records

Re: Loading 300 million records

From: Anurag Varma <avoracle_at_gmail.com>
Date: 6 Jun 2005 11:14:39 -0700
Message-ID: <1118081679.953548.251960@g14g2000cwa.googlegroups.com>

I briefly read parts of the paper and do not find a single example which
might be faster than OP's original technique. Also, the paper seems to be doing "insert /*+ append nologging */" ... nologging is *not* a valid hint afaik. A table can be logging / nologging .. however one cannot make an individual insert statement as nologging.

I believe he needs to start with tuning the select statement and go forward from there (i.e. look at disk i/o). A 10046 trace would be helpful in identifying the wait times.

Anurag Received on Mon Jun 06 2005 - 13:14:39 CDT

Original text of this message

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