Skip to content

Commit 5deef21

Browse files
Update README.md
spell checking
1 parent 3ff326c commit 5deef21

File tree

1 file changed

+12
-14
lines changed
  • data-platform/mission-critical-database/disaster-recovery

1 file changed

+12
-14
lines changed

data-platform/mission-critical-database/disaster-recovery/README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,46 @@
11
# Disaster Recovery
22

3-
Oracle Data Guard or Active Data Guard is the most effective solution to protect the data of any enterprise and make it available on a 24x7 basis in the face of disasters and other calamities. Data Guard or Active Data Guard is essential for Mission Critical Enterprise Database. Data Guard Cloud functionality includes MAA configuration, Data Guard role transitions, and Monitoring.
3+
Oracle Data Guard or Active Data Guard is the most effective solution to protect the data of any enterprise and make it available on a 24x7 basis in the face of disasters and other calamities. Data Guard or Active Data Guard is essential for mission-critical enterprise databases. Data Guard Cloud functionality includes MAA configuration, Data Guard role transitions, and Monitoring.
44
A database disaster is an event that causes DATA LOSS or SERIOUS DISRUPTION to applications and services. There can be various causes: power failure, hardware failure, cyber-attacks, natural disasters, fire, earthquakes, vandalism, human error, planned maintenance, or anything else. Most database server disasters cannot be prevented. Disaster Recovery provides SERVICE CONTINUITY in case of geographical disasters or planned outages by recovering or resuming services from a geographically different location. This page will help you get started to understand some basic requirements for Disaster Recovery Opportunities with Data Guard/Active Data Guard.
55

6+
Reviewed: 02.05.2024
7+
68
# Team Publications
79

810
## Training Videos
911

1012
- [Provision Data Guard or Active Data Guard Virtual Machine Database Systems in OCI - Youtube](https://youtu.be/FKaJGB4IYDo?si=02tJyYj7GzR_6JVN)
11-
- This video shows how to create a Data Guard or Active Data Guard in Oracle Cloud Infrastructure on a single node database system on Virtual Machine.
13+
- This video shows how to create a Data Guard or Active Data Guard in Oracle Cloud Infrastructure on a single-node database system on a Virtual Machine.
1214
- [Change Roles in Active Data Guard on Virtual Machine Database Systems- Switchover/Failover/Reinstate - Youtube](https://youtu.be/OqxQeIRCfIo?si=YQZuO-6VA8gkGWm7)
1315
- This video shows how to change roles in Data Guard or Active Data Guard in Oracle Cloud Infrastructure using the UI console. Oracle database operates in one of the two roles: primary or standby. Oracle Data Guard maintains the standby database by transmitting and applying redo data from the primary database.
1416
- [Provision Active Data Guard on Two Node RAC Virtual Machine Database Systems - Youtube](https://youtu.be/9bilFD2oQaQ?si=SCYQzP0NUmy9-yd-)
1517
- This video shows how to create an Active Data Guard in Oracle Cloud Infrastructure on two node RAC Virtual Machine Database Systems using the UI.
1618
- [Active Data Guard DML Redirection 19c - Youtube](https://youtu.be/VTuW0hWPRlM?si=6dfLBj4ejosRPvXj)
17-
- This video depicts Active Data Guard DML Redirection feature. This feature was introduced in 19c and allows you to perform occasional DML using a read only standby database.
19+
- This video depicts the Active Data Guard DML Redirection feature. This feature was introduced in 19c and allows you to perform occasional DML using a read-only standby database.
1820
- [Oracle Active Data Guard vs Storage Remote Mirroring - Youtube](https://youtu.be/xN4CkY2bJL0?si=nfu_TRhIW27J50tE)
19-
- Data replication is the process of copying data from one location to another, to ensure data availability and disaster recovery.Oracle Active Data Guard and Storage remote mirroring, are two common data replication solutions, used in enterprise environments.This video, is intended to provide a quick brief, as to why Oracle Active Data Guard is preferred, to traditional storage disaster recovery technologies.
21+
- Data replication is the process of copying data from one location to another, to ensure data availability and disaster recovery. Oracle Active Data Guard and Storage remote mirroring, are two common data replication solutions, used in enterprise environments. This video is intended to provide a quick brief, as to why Oracle Active Data Guard is preferred, to traditional storage disaster recovery technologies.
2022
- [Snapshot standby database on Autonomous Database on Dedicated Exadata Infrastructure and ExaCC - Youtube](https://youtu.be/-dLYp9k7BOs?si=dv7cS0Q-oF0IJzPq)
2123
- This video shows how to convert a physical standby database to a snapshot standby database on ADB-D using the OCI console.
2224
- [Backup and restore from standby database for ExaDB-D and BaseDB - Youtube](https://youtu.be/8CVjWQ7lqsA?si=usFCqpBCu1XZUXmg)
2325
- In this short video let's explore the ability to backup and restore from a standby database for Oracle Exadata Database on Dedicated Infrastructure ExaDB-D and BaseDB with OCI Object storage as the backup destination.
2426
- [Part-1 Deploy a Manual Oracle Database Data Guard in OCI using RMAN Restore from Service - Youtube](https://youtu.be/seZ0YUMaX7U?si=n14lTqCr3VYzL5pb)
25-
- In this video I will show how you can seamlessly deploy a Manual Oracle data guard in OCI using RMAN Restore from Service. To make it simple to understand I have broken the entire Configuration into these few Topics - Architecture and Use Cases, Prerequisites, Prepare the network and the database, deploy and then DR Readiness. Standby databases across Regions ensures disaster recovery, higher resiliency in the event of a Disaster. Data Guard enables you to quickly restore your workload to the standby database in OCI. In this video, we will be emulating a disaster recovery scenario in OCI Base database environment using RMAN restore from service. This video focuses on some primary use cases such as Multiple Data Guard environments in OCI Base Database, Multicloud Oracle Database for Azure Base Database Disaster Recovery, Hybrid Data Guard.
27+
- In this video, we show how you can seamlessly deploy a Manual Oracle data guard in OCI using RMAN Restore from Service. To make it simple to understand the entire configuration has been broken into these few topics - Architecture and Use Cases, Prerequisites, Preparing the network and the database, Deployment and DR Readiness. Standby databases across Regions ensure disaster recovery and higher resiliency in the event of a disaster. Data Guard enables you to quickly restore your workload to the standby database in OCI. In this video, we will be emulating a disaster recovery scenario in the OCI Base database environment using RMAN restore. This video focuses on some primary use cases such as Multiple Data Guard environments in OCI Base Database, Multicloud Oracle Database for Azure Base Database Disaster Recovery, and Hybrid Data Guard.
2628
- [Part-2 Deploy a Manual Oracle Database Data Guard in OCI using RMAN Restore from Service - Youtube](https://youtu.be/KQg_qF5oSfg?si=mGu1YhgtK2JeybmS)
27-
- In this video we will see the DEMO to seamlessly deploy a Manual Oracle data guard in OCI using RMAN Restore from Service. Kindly refer to the video Part-1 - Deploy a Manual Oracle Database Data Guard in OCI using RMAN Restore from Service before watching this session. The primary database is in London and we are creating the standby database in Amsterdam. We are using putty to connect to the DB system VMs. The putty session with a grey background is the Primary system and the putty session with the white background is the standby system.
29+
- In this video, we will see the DEMO to seamlessly deploy a Manual Oracle data guard in OCI using RMAN Restore from Service. Kindly refer to the video Part-1 - Deploy a Manual Oracle Database Data Guard in OCI using RMAN Restore from Service before watching this session. The primary database is in London and we are creating the standby database in Amsterdam. We are using Putty to connect to the DB system VMs. The Putty session with the grey background is the primary system and the Putty session with the white background is the standby system.
2830
- [Disaster Recovery - Cross Region Active Data Guard on Exadata Database on Dedicated Infrastructure - Youtube](https://youtu.be/VsyjvJlBQzw?si=MP_5QXZEUULVsC9C)
29-
- This videos shows how to set up Cross Region Active Data Guard on Exadata Database on Dedicated Infrastructure in OCI using UI for Disaster Recovery.
30-
31-
31+
- This video shows how to set up Cross Region Active Data Guard on Exadata Database on Dedicated Infrastructure in OCI using the UI for Disaster Recovery.
3232

3333
## Technical Guides
3434

35-
36-
37-
## LiveLabs Workshops
35+
### LiveLabs Workshops
3836
- [Protect your data with Active Data Guard](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=625)
3937
- This workshop focuses on Creating Active Data Guard 19c in Oracle Cloud Infrastructure using the Oracle Cloud. Explore fundamentals of Active Data Guard on 19c. Perform switchover, failover, DML Redirection and more.
4038
- [Active/Passive Data Recovery](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=715)
4139
- This workshop will leverage rsync to sync application files between the primary and DR servers, set up DR failover using Oracle Data Guard through the OCI console, and simulate DR for solution verification.
4240
- [Oracle Database Hybrid Active Data Guard](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=609)
43-
- This workshop shows how to setup hybrid data guard from on-premise to Oracle Cloud Infrastructure. You will use a compute instance in the OCI to simulate the on-premise primary database, and provision a database system on OCI to act as the standby database in the cloud.
41+
- This workshop shows how to set up hybrid Data Guard from on-premises to Oracle Cloud Infrastructure. You will use a compute instance in the OCI to simulate the on-premises primary database and provision a database system on OCI to act as the standby database in the cloud.
4442
- [Setting Up Active Data Guard For On-Premises](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=873)
45-
- This workshop focuses on Creating Active Data Guard 19c on cloud compute systems. It will be similar to creating Active Data Guard on-premises. After creating the systems, you can proceed to the Active Data Guard Fundamentals LiveLab to explore the features such as DML redirect, automatic block media recovery.
43+
- This workshop focuses on creating Active Data Guard 19c on cloud compute systems. It will be similar to creating Active Data Guard on-premises. After creating the systems, you can proceed to the Active Data Guard Fundamentals LiveLab to explore features such as DML redirect, and automatic block media recovery.
4644
- [Full Stack Disaster Recovery](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3357)
4745
- Join this lab to learn how easily you can automate the Full Stack Disaster Recovery orchestration for a Cloud-native Application deployed in OCI.
4846

0 commit comments

Comments
 (0)