GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Backup and Recovery

 Print  |  
Question:  Recovery Catalog

Answer: What is recovery catalog? Why do you need this?


July 07, 2008 05:36:11 #4
 g.mrunalini   Member Since: February 2008    Total Comments: 8 

RE: Recovery Catalog
 
Recovery catalog is a repository of metadata that is available in the control file of the target database. Whenver we take backups using RMAN, the copy of the backup is placed in the control file in the form of reusable records and as well as in the recovery catalog in the form of tables. So that while taking recovery also, these table info is useful to apply the backup data.
     

 

Back To Question