Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

   
 

Data Guard creation of logical standby Tips

Oracle Database Tips by Donald BurlesonDecember 9, 2015

Oracle Data Guard

Simplified creation of logical standby in 10g and beyond

In earlier releases, it was difficult to create the logical Oracle instance without shutting down the primary database. If the online backup was used to create the logical standby, a quiesce of the database at the end of backup is needed, which also required the resource manager. The SCN must also be recorded. These actions necessitated the primary database shutdown.

With Oracle Database 10g, there is no need to quiesce the primary database. The required information is read through the logical standby control file. Oracle recommends the use of a new method to create a logical Oracle instance that is explained next.

his new method will allow the DBA to achieve 'zero down time instantiation' by using an online backup of the primary database and the logical standby control file.

The suggested steps are as follows:

  1. Take an online backup of the primary database. Optionally, the offline backup of the primary database can be used.  If the offline backup is used, all the archive log files from the time of the backup are needed.
     

  2. After the backup is obtained, create a logical standby control file with the newly provided CREATE LOGICAL CONTROL FILE command. For example, use the following statement:

ALTER DATABASE CREATE LOGICAL STANDBY CONTROL FILE AS 'mylogicalstandby.ctl';

The logical standby control file is similar to the physical control file but has additional information.

  1. Copy all the backup files, archive files, and logical standby control files to the standby host.
     

  2. After restoring all the files, mount the Oracle instance with the logical standby control file.
     

  3. Set up the log transport services on the primary.
     

  4. Start the managed recovery on the standby database. Execute the following statement.

ALTER DATABASE RECOVER MANAGED STANDBY DATABASE;

  1. Then, begin applying the redo logs. To start the log apply services, execute the statement:

ALTER DATABASE START LOGICAL STANDBY APPLY;


The above text is an excerpt from the book: Oracle Data Guard Handbook


��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.