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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Advanced replication vs Logical standby

Re: Advanced replication vs Logical standby

From: Mark Bole <makbo_at_pacbell.net>
Date: Tue, 26 Apr 2005 05:50:15 -0700
Message-ID: <426E3907.9030400@pacbell.net>


A Joshi wrote:

> Hi,
> We are currently using advanced replication with a primary and secondary. We plan to move to Logical standby. We are hoping logical standby will support more data types and will be better in general maintenance then advanced replication. Does anyone have any other experience with it? Any catches? Thanks
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> --
> http://www.freelists.org/webpage/oracle-l
>

I doubt the maintenance will be any less, but at least it will be different. Logical standby is based on Streams (LCRs) while Advanced Replication will most likely become deprecated in some future release, so it's a good direction to go in.

In version 9i, I used logical standby for a production reporting database but there are some bugs that may require you to use the DBMS_LOGSTDBY.SKIP* procedures more often than you'd like. The one thing that helped most was a white paper off of Metalink titled "Oracle 9i Data Guard: SQL Apply Best Practices".

You will have to turn on FORCE LOGGING and add supplemental logging to your primary, but you can eliminate the snapshot logs and such, so overall it should reduce the workload on your primary.

-- 
Mark Bole
http://www.bincomputing.com



--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 26 2005 - 08:54:31 CDT

Original text of this message

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