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:  Configure Command

Answer: What is configure command? When do you use this?


July 07, 2008 05:32:43 #1
 g.mrunalini   Member Since: February 2008    Total Comments: 8 

RE: Configure Command
 
Configure command is used in RMAN. This is used to configure the parameters for the RMAN database to work while taking backups and doing recoveries.Like:

1. configure controlfile autobackup on;
2. configure retention policy to redundancy 2;
     

 

Back To Question