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

  • From: Tanel Põder <tanel.poder.003@xxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 8 Apr 2004 19:40:38 +0300

> Um, in the physical standby case, aren't the archivelogs simply =
> transferred to the standby server in their entirety?  To the best of my =
> knowledge, physical standby doesn't do logmining, right?

It doesn't do logmining, but however, in both cases the changes have to be
constructed from change vectors (and supplemental information) in redo
records, the difference is that in logical apply scenario sql statements are
constructed and passed to higher layer for sql processing, but in physical
apply just datablocks are read and changes are applied to them directly
(using kernel cache layer?).

The point I was trying to make was, that in both cases you have to parse the
redo records to get the changes, that way you'd detect corruptions equally
in both cases as well... yes SQL apply ignores some of the redo vectors in
logs but on the other hand, it requires additional, supplemental records for
its operations...

Tanel.


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: