Applying Datafile resize in logical standby

March 30, 2009

Well,with the record_unsupported_operations-true . I was able to capture the commands that oracle skipped. using that info i was able to write a simple piece of code to use that information to getAlter database datafile commands executed on my logical standby database which in this case has exactly the same structure as my primary. /* [...]

DBMS_LOGSTDBY and recording unsupported operations

March 23, 2009

DBMS_LOGSTDBY is the heart and soul of the logical standby management infrastructure . While trying to figure out how to get my alter database datafile operations . i bumped in a record unsupported operations in $logstdby_stats . There seems to be no mention in the documentation and no reference to this parameter being set anywhere [...]