adspace
What is the difference between recovery and restoring of the oracle database?
Answer Posted / Kunjan Bharti
Recovery in Oracle Database refers to the process of making a corrupted or inconsistent database consistent after an error, failure, or disaster. Recovery involves applying redo log entries or archived redo logs to restore the database to a consistent state. Restoring, on the other hand, is the process of replacing the entire database files with backup copies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers