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: Rollback and slow delete

Re: Rollback and slow delete

From: Telemachus <telemachus_at_ulysseswillreturn.net>
Date: Wed, 20 Nov 2002 18:40:33 -0000
Message-ID: <BGQC9.30065$zX3.73100@news.indigo.ie>


Yes, partitioning your data may help (on a date field and exchanging out older partitions)

but you need to design it properly. Jonathan Lewis' book is good.

So is Oracle Concepts.

Listen to what Sybrand says in another post. He's not making it up. only some things can be done nologging

"TC3 Racer" <gordonchapman_at_hotmailSENDNOSPAM.com> wrote in message news:SDPC9.7391$dz2.953129_at_stones...
> Using Oracle 8i/NT4, the amount of data being loaded as suddenly increased
> and we have started getting performance problems when deleting
>
> In 5 days we have 14,000,000 rows and we delete ( or try to delete) any
data
> old than 2.5 days, but are getting the error
>
> 'ORA-01555: snapshot too old: rollback segment number 5 with name "RBS4"
too
> small'
>
> I'm not bothered about recovering this so I've set 'nologging' but it
still
> writes to the redo log.
>
> Will partitioning the table also help
>
> Thanks
>
> GC
>
>
Received on Wed Nov 20 2002 - 12:40:33 CST

Original text of this message

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