| |
GeekInterview.com > Interview Questions > Oracle > Backup and Recovery
| Print | |
Question: what is the difference between recovery and restoring of the database.
|
| April 04, 2006 23:56:26 |
#2 |
| pras |
Member Since: April 2006 Total Comments: 1 |
RE: what is the difference between recovery and restor... |
| Restoring a database is copying the physical files from a backup medium (disk or tape) to the appropriate file locations for database operationRecovery is process of updating database files restored from backup w/changes made to the database since backup, typically using redo log files.(Restored backup files + changes = Recovery) |
| |
Back To Question | |