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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: Is it possible to delete parts of a table without using rollback??

Re: Is it possible to delete parts of a table without using rollback??

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Wed, 23 Mar 2005 17:53:05 -0800
Message-ID: <85ednTdbBJfHgN_fRVn-jw@comcast.com>

"Gert Schumann" <gertschumann_at_web.de> wrote in message news:e652ddaa.0503230543.221b6d4b_at_posting.google.com...
> I want to delete just parts of tables, so I can't use 'TRUNCATE'. As I
> want to delete about millions of lines, I need a very big rollback
> segment. The best way would be to delete without using rollback
> because the delete really takes a lot of time copying all data into
> the rollback file. Is this possible with oracle?
> Many thanks for any help!
> Gert

No, that would cause potential data inconsistencies. Jim Received on Wed Mar 23 2005 - 19:53:05 CST

Original text of this message

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