Configure Command

What is configure command? When do you use this?

Questions by shanthiavari

Showing Answers 1 - 9 of 9 Answers

g.mrunalini

  • Jul 22nd, 2008
 

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;

CONFIGURE allows you to set options and have the setting stick around (persistence)

common things to set:
SNAPSHOT CONTROLFILE NAME
RETENTION POLICY
CHANNEL DEVICE TYPE
CONTROLFILE AUTOBACKUP

See what is set (or standing default values now)
SHOW ALL;

assumes the use of a recovery catalog

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions