Oracle Backup and Recovery Question:
Why more redos are generated when the oracle database is in begin backup mode?

Answer:
During begin backup mode datafile headers get freezed and as a result row information cannot be retrieved as a result the entire block is copied to redo logs as a result more redo generated and more log switch and in turn more archive logs.
Previous Question | Next Question |
What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle? | What is an Oracle database Partial Backup? |