- Oracle Database 12c Backup and Recovery Survival Guide
- Francisco Munoz Alvarez Aman Sharma
- 179字
- 2021-04-02 10:19:56
Restore versus recovery
On several occasions, people have asked me about the differences between restore and recovery. Due to these questions, I will take this opportunity to explain the difference in some simple words to make it clear:
- Restore: It is the act that involves the restoration of all files that will be required to recover your database to a consistent state, for example, copying all backup files from a secondary location such as tape or storage to your stage area
- Recovery: It is the process to apply all transactions recorded in your archive logs, rolling your database forward to a point-in-time or until the last transaction recorded is applied, thus recovering your database to the point-in-time you need
You will see some examples of how restore and recovery work later in this book. Now let's take a closer look at what is redo log and the two possible modes your database could be operating in. This will help you understand in a bit more in depth what type of backup and recovery you could use on your environment.
推薦閱讀
- C及C++程序設計(第4版)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Rust實戰
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Elasticsearch for Hadoop
- Python High Performance Programming
- Cybersecurity Attacks:Red Team Strategies
- Learning Nessus for Penetration Testing
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 邊玩邊學Scratch3.0少兒趣味編程
- MATLAB 2020 GUI程序設計從入門到精通
- 計算機程序的構造和解釋(JavaScript版)
- RESTful Web API Design with Node.js
- 數據結構與算法詳解