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: [Q] what differtent between logical standby database and physical standby DB?

RE: [Q] what differtent between logical standby database and physical standby DB?

From: Riyaj Shamsudeen <rshamsud_at_jcpenney.com>
Date: Thu, 08 Apr 2004 09:45:59 -0500
Message-id: <003f01c41d78$356a0c80$212f200a@rshamsudxp>


Guess, I should have been careful in my wording :-) Let me reword it and correct me If I still get this wrong..

Physical standby database applies the changes from the redo log file just like a recovery does. So, there may be internal operations such as extent control, segment header changes, index splits etc, which also would be applied. If there is any corruption in these change vectors that will be propagated too.

But in a logical standby only non-internal SQL is reconstructed and so, the possibility of propagating the corruption is far less than the physical standby. Also, the SQL reconstruction will detect most corruption possibilities, whereas the physical standby might not capture most of that.

Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Tanel Põder Sent: Thursday, April 08, 2004 8:46 AM
To: oracle-l_at_freelists.org
Subject: Re: [Q] what differtent between logical standby database and physical standby DB?

Actually logical standby can propagate redo log corruption, since the SQL statements applied to standby are constructed from redo, archive or standby logs using logminer...

Tanel.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


-- Attached file included as plaintext by Ecartis --
-- Desc: Signature

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  If the reader of this message is not the intended recipient,
you are hereby notified that your access is unauthorized, and any review,
dissemination, distribution or copying of this message including any
attachments is strictly prohibited.   If you are not the intended
recipient, please contact the sender and delete the material from any
computer.


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Apr 08 2004 - 09:51:18 CDT

Original text of this message

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