| |
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 | |