- Oracle Database 12c Backup and Recovery Survival Guide
- Francisco Munoz Alvarez Aman Sharma
- 118字
- 2021-04-02 10:19:57
Redo generation and recoverability
The purpose of redo generation is to ensure recoverability. This is the reason why Oracle does not give the DBA a lot of control over redo generation. If the instance crashes, then all the changes within the SGA will be lost. Oracle will then use the redo entries in the online redo log files to bring the database to a consistent state. The cost of maintaining the redo log records is an expensive operation involving latch management operations (CPU) and frequent write access to the redo log files (I/O). You can avoid redo logging for certain operations using the NOLOGGING
feature. We will talk more about the NOLOGGING
feature in Chapter 2, NOLOGGING Operations.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Java應用與實戰
- Windows系統管理與服務配置
- Programming ArcGIS 10.1 with Python Cookbook
- Mastering ServiceNow(Second Edition)
- Create React App 2 Quick Start Guide
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 編程可以很簡單
- Java圖像處理:基于OpenCV與JVM
- Laravel Application Development Blueprints
- C# 7.0本質論
- TypeScript全棧開發
- Software Architecture with Python
- Responsive Web Design with jQuery