 |
|
Oracle Tips by Burleson |
Oracle10g Flashback Re-instantiation
SQL> alter
database flashback on;
-
Enable transport from the new primary
database (Instance B)
SQL>
ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_1=ENABLE;
-
On the new standby database (Instance A),
start real time apply.
SQL>
RECOVER MANAGED STANDBY DATABASE using current logfile
DISCONNECT;
-
The Managed Recovery process (MRP) will hit
the End-Of-Redo and then need to be restarted.
SQL>
RECOVER MANAGED STANDBY DATABASE using current logfile
DISCONNECT;
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|