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: delete five BIG tables and insert new records on same tables

Re: delete five BIG tables and insert new records on same tables

From: Christine <karistom_at_hotmail.com>
Date: 15 Nov 2004 17:29:49 -0800
Message-ID: <693b7163.0411151729.368d11e7@posting.google.com>


One more tip.

before you insert lots of data, delete Index/Constraints. after finishing data insert, recreate Index/Constraints.

(It may take long time to recreate Index/Constraints.)

"PC" <no_at_spam.com> wrote in message news:<cnalii$855$1_at_msunews.cl.msu.edu>...
> I need to delete five BIG tables and insert new records on same tables.
> Since it involved lot of computing, it will take long. I'm thinking it
> will take probably couple of days.
>
> What I want is minimal down time, if I have to have little down time.
> I have sql insert scripts to run.
>
> Any suggestions?
> Thanks.
> -Jay
Received on Mon Nov 15 2004 - 19:29:49 CST

Original text of this message

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