Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 19970 invoked from network); 17 Dec 2007 08:03:25 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by static-ip-69-64-49-119.inaddr.intergenia.de with SMTP; 17 Dec 2007 08:03:23 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CFC967DA091;
 Mon, 17 Dec 2007 09:03:15 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 05063-05; Mon, 17 Dec 2007 09:03:15 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3F5D07DA07E;
 Mon, 17 Dec 2007 09:03:15 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Mon, 17 Dec 2007 08:15:49 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 4F8497D96B3;
 Mon, 17 Dec 2007 08:15:49 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 28538-01; Mon, 17 Dec 2007 08:15:49 -0500 (EST)
Received: from mx3.nominet.org.uk (mx3.nominet.org.uk [213.248.199.23])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C67677D9564;
 Mon, 17 Dec 2007 08:15:48 -0500 (EST)
X-IronPort-AV: E=Sophos;i="4.24,176,1196640000"; 
   d="scan'208";a="13432667"
Received: from notes1.nominet.org.uk ([213.248.197.128])
  by mx3.nominet.org.uk with ESMTP; 17 Dec 2007 13:15:47 +0000
In-Reply-To: <47666775.9060106@interia.pl>
To: grzegorzof@interia.pl
Cc: Alex Gorbachev <ag@oracloid.com>,
 oracle-l@freelists.org,
 oracle-l-bounce@freelists.org
Subject: Re: does FRA is really needed ?
MIME-Version: 1.0
Message-ID: <OFE306D386.A3581194-ON802573B4.004737F1-802573B4.0048E0D8@nominet.org.uk>
From: "Jason Arneil" <Jason@nominet.org.uk>
Date: Mon, 17 Dec 2007 13:16:01 +0000
X-MIMETrack: Serialize by Router on notes1/Nominet(Release 7.0.1FP1 | May 25, 2006) at
 17/12/2007 01:15:46 PM,
 Serialize complete at 17/12/2007 01:15:46 PM
Content-Type: text/plain; charset="US-ASCII"
X-archive-position: 3966
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: Jason@nominet.org.uk
Precedence: normal
Reply-to: Jason@nominet.org.uk
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

oracle-l-bounce@freelists.org wrote on 17/12/2007 12:11:33:

> Alex Gorbachev pisze:
> > Just two things to mention:
> >
> > - can have FRA but you don't have to backup your datafiles there or
> > even put your archivelogs there. you can manage all of it separately.
> > FRA is the only destination for flashback logs but that's it. Is
> > flashback logs what you need to restore quickly (i.e. without
> > rebuilding of the new standby) after switchover. You need to flashback
> > the database and flashback logs can only be stored in FRA. Thus, FRA
> > requirements but in fact it's enabled flashback logging that's
> > required. Am I right?
> > 
> I didnt know that. Can You elaborate ?  :)

The only reason for the FRA in a dataguard environment is if you would 
like, when you perform a failover, to have the ability to flashback the 
(now) old primary and reinstantiate it as a standby (assuming the hardware 
is useable). If you do not have flashback database set up on your primary 
when you perform a failover you will basically have to recreate a standby 
on your old primary using a backup.

By the way be careful with flashback database on 10.2.0.2 there is a bug 
whereby the logs are not deleted and you can end up filling up the FRA.


> I cant imagine how its suppose to work, never tried to unset 
> archive_log_destination_10 which in FRA configuration
> points to FRA. Moreover as far as I know the only way to backup FRA is 
> via SBT channel .
> > - Consider incrementally updated standby where you make often
> > incremental backups and ship them to standby. It's often the way to go
> > for DW applications but there is no automation with Data Guard.
> Thats great idea I'll investigate that. Looks like some scripts and 
> homegrown solution needed :).

I would think carefully, if you really want to go down the road of rolling 
your own, rather than relying on what you have already paid Oracle for. 
Why try and re-invent the wheel?

That being said, your previous email stated you generated 100GB/hour of 
redo with a bandwidth of 100MB, bandwidth is normally quoted in bits 
rather than bytes, so if those numbers are correct, and you are 
continually generating this quantity of redo, you ain't going to keep your 
standby up-to-date.

jason.

====
Dr. Jason F. Arneil
DBA
Nominet UK
http://jarneil.wordpress.com
====



> 
> Regards.
> Grzegorz
> 
> 
> 
> ----------------------------------------------------------------------  
> Najlepsze zdjecia listopada!
> Zobacz >> http://link.interia.pl/f1ca8
> 
> --
> http://www.freelists.org/webpage/oracle-l
> 
--
http://www.freelists.org/webpage/oracle-l


