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: Deletion of Records

Re: Deletion of Records

From: Georg Scholz <georg.scholz_at_vienna.at>
Date: Tue, 22 Apr 2003 11:28:40 GMT
Message-ID: <IH9pa.173799$UR.1664115@news.chello.at>


Some ideas:

setting for a single constraint:
SET CONSTRAINT xxxx DEFERRED

or for all constraints:
SET CONSTRAINTS ALL DEFERRED after committing, set back:
SET CONSTRAINTS ALL IMMEDIATE

--
Georg Scholz
www.scholz-informatik.at

"priya" <priya_at_informatic.com> schrieb im Newsbeitrag
news:b83687$dds3_at_news.emirates.net.ae...

> I have a table with 20 million records. I have one primary and 4 secondary
> indexes. If i try to delete certain records (80%) of the records. It takes
> days to delete. How to do it fast.
>
> Your help in this regard is appreciated.
>
> Thanks
>
>
Received on Tue Apr 22 2003 - 06:28:40 CDT

Original text of this message

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