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: Building app around Flashback Versions Query

Re: Building app around Flashback Versions Query

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 1 Dec 2005 19:35:20 +0000 (UTC)
Message-ID: <dmnj9o$fb6$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com>


<mimmo.briganti_at_route1.com> wrote in message news:1133462411.054541.98940_at_f14g2000cwb.googlegroups.com...
> Volumes are low and the same record does not get changed very often --
> it's a small database, about 1 gb right now. I don't see it ever
> getting really big. If I enable block change tracking, incremental
> backups should be pretty fast if the undo tablespace gets huge. Thanks
> for your comments.
>
> Mimmo
>

Read consistency works at the block level - which includes index blocks. You don't have to change a record often to end up doing a lot of work getting a read-consistent copy of that record, you only have to change the rows in the same block, or the rows in the index block(s) which are going to help you identify that block.

Incremental backups can be pretty fast - especially if the rate of data change is low - but if you only take incremental backups, how long will a recovery take after six and a half years; so how often are you going to take a full backup to keep recovery time to a reasonable level.

This is a case of the technology making it look simple on paper, but not necessarily being realistic when you try to work out how to use it to meet your actual requirements. Make sure you do the arithmetic up front.

-- 
Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk/faq/ind_faq.html
The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html
Cost Based Oracle: Fundamentals

http://www.jlcomp.demon.co.uk/appearances.html
Public Appearances - schedule updated 4th Nov 2005
Received on Thu Dec 01 2005 - 13:35:20 CST

Original text of this message

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