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: oracle 10g and oracle 9i RMAN

Re: oracle 10g and oracle 9i RMAN

From: peter <hhh.database_at_gmail.com>
Date: Tue, 10 Jul 2007 04:15:27 -0700
Message-ID: <1184066127.786596.27650@c77g2000hse.googlegroups.com>


On Jul 10, 3:49 pm, sybrandb <sybra..._at_gmail.com> wrote:
> On 10 jul, 12:39, peter <hhh.datab..._at_gmail.com> wrote:
>
> > According to oracle increment backup in oracle 10g RMAN is faster then
> > oracle 9i RMAN,
> > because after enable block change tracking... oracle starts recording
> > changes in blocks in a file.
> > But in oracle 9i also oracle record changes in database to REDO LOG
> > files and how is it different.
>
> The answer to this question is obvious (as with all of your questions,
> as you never RTFM and if you RTFM, don't try to *understand* the
> documentation).
> The redo log is a *chronological* collection of what Oracle calls
> change vectors.
> If you would need to determine which blocks have been changed since
> last backup, you *obviously* would have to scan through *ALL* redologs
> since last backup.
> The block change tracking file is a bitmapped file only stating the
> fact a specific block has changed.
>
> --
> Sybrand Bakker
> Senior Oracle DBA

First of it is not given in documents... oracle 9i says, it records all changes in redo log....
but from your answer I understand.... what is the different. Thanks You are rude.... but your answers help me a lot... so thanks a lot Received on Tue Jul 10 2007 - 06:15:27 CDT

Original text of this message

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