Performing a full database disaster recovery with RMAN1. Make the RMAN backup set pieces available.2. Restore the database spfile from autobackups. --先恢复参数文件3. Restore the control file from autobackups.--再恢复控制文件4. Run the RMAN restore and recover co…
http://neeraj-dba.blogspot.com/2011/10/ora-10456-cannot-open-standby-database.html Once while starting my standby database i found that database is not opening in normal mode. It throws the error-10456 :cannot standby database. On performing some…
In this Document Purpose Scope Details Overview of the RMAN EnvironmentDeciding Whether to Use a Flash Recovery Area (FRA)Deciding Whether to use a Recovery CatalogStarting and Exiting RMANConfiguring Persistent Settings for the RMAN EnvironmentBacki…
Disaster Recovery, High Availability, and Continuous Availability - What's the Difference? Posted bydavid ton September 7, 2010 at 12:30am View Blog Last month I posted a video that gave a brief overview of how data replication is used for continuous…
http://msdn.microsoft.com/en-us/library/azure/jj870962.aspx Microsoft Azure virtual machines (VMs) with SQL Server can help lower the cost of a high availability and disaster recovery (HADR) database solution. Most SQL Server HADR solutions are suppo…
PURPOSE The purpose of this document is to give a quick guide for using RMAN on RAC databases. We will follow this points: 1. Verify the database mode and archive destination.2. Verify connectivity using sqlnet for target and catalog.3. Determine the…
搭建DG最后一步打开时报错如下: SQL> alter database open read only; alter database open read only * ERROR at line 1: ORA-10458: standby database requires recovery ORA-01152: file 1 was not restored from a sufficiently old backup ORA-01110: data file 1: '/data/ora…