GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Backup and Recovery
Go To First  |  Previous Question  |  Next Question 
 Backup and Recovery  |  Question 18 of 42    Print  
what is the difference between recovery and restoring of the database.

  
Total Answers and Comments: 12 Last Update: November 22, 2009     Asked by: ebymon 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: pras
 
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)

Above answer was rated as good by the following members:
bassem_farouk, ashutosh.gupte
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
April 13, 2006 07:01:31   #1  
Prabha Shrama        

RE: what is the difference between recovery and restor...
The basic difference between recovery and restore is that in recovery the updated value from the database is removed while in resstore the value which is errased from database is restore.
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 2Overall Rating: -2    
April 18, 2006 23:56:26   #2  
pras Member Since: April 2006   Contribution: 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)
 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
June 21, 2006 04:55:21   #3  
Risham        

RE: what is the difference between recovery and restor...

both the answers given seems to be contradictory

according to first one is we can get the changes made during restore

while according to the second one the changes are reflected during recovery.

please clear which one is write


 
Is this answer useful? Yes | No
July 07, 2006 10:53:24   #4  
skumarpenugonda Member Since: July 2006   Contribution: 4    

RE: what is the difference between recovery and restor...

Here is a scenario to understand Restore & Recovery

Sunday 10pm : Database is backed up. and is running fine.

Monday 11am : Went down / crashed due to some reason.

To bring up the database we have 2 options:

1. Simple Restore : copying files from backup taken sunday night and open the database. Here we loose all the changes that are done since sunday night.

2. Restore and Recovery: Copying files from backup taken sunday night and applying all the archivelog and redo log files to bring up the database to the point of failure. Here you dont loose the changes done until monday 11 am.

Restore : copying files from the backup overwriting the existing database files

Recovery: applying the changes to the database till point of failure. these changes are recorded in online redolog and archivelog ( which are the backups of redolog) files.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
August 20, 2006 11:55:12   #5  
Padmanathan        

RE: what is the difference between recovery and restor...

Hi

Restore means copying already backed up files from tape to respective location.

recovery means rollforward the database by appying the redo logfiles

to bring the DB to latest stat.

Regards

Padmanathan


 
Is this answer useful? Yes | No
September 17, 2006 09:21:50   #6  
shabirwani Member Since: September 2006   Contribution: 2    

RE: what is the difference between recovery and restor...
simply the restoration means copy the database object from the backup media to the destination where actually it is required. whereas recovery means to apply the database object copied earlier in order to bring the database to the consistent state.
 
Is this answer useful? Yes | No
September 19, 2006 07:18:58   #7  
arun        

RE: what is the difference between recovery and restor...
restore is replacing the corrupted or missing files. recovery is apply the redo logs
 
Is this answer useful? Yes | No
March 30, 2007 18:10:06   #8  
Chiranjeevi Manne        

RE: what is the difference between recovery and restor...
1. Restoring the datafiles involves in copying the datafiles to their original locations from the last full backup.
2. Recovery involves in applying all the changes that we happen on the database after that full backup from which the datafiles are restored.

 
Is this answer useful? Yes | No
September 18, 2007 04:49:28   #9  
Mohammed Abdul Afroze        

RE: what is the difference between recovery and restor...

Restore means that you are copying either datafiles(or)controlfile from one database to another database. It is possible only through RMAN. While connecting through RMAN this stage require only at nomount.
Recover means that you are trying the recover database at mount stage.


 
Is this answer useful? Yes | No
December 11, 2008 10:37:23   #10  
fftoli Member Since: December 2008   Contribution: 1    

RE: what is the difference between recovery and restoring of the database.

The terms "recover" and "restore" both refer to retrieving files from a
backup device such as a hard disk external hard drive or other storage media.


However recovering files typically refers to salvaging one or more files while
a restore usually refers replacing a complete system or hard drive from a full
system backup.


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape