Multiple choice technology databases

Consider this RMAN command: RMAN> CONFIGURE RETENTION POLICY CLEAR; What is the effect of this command?

  1. Backups will never expire.

  2. It removes any retention policy.

  3. The DELETE OBSOLETE command will fail with an error.

  4. It sets the retention policy to the default of REDUNDANCY 1.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The CONFIGURE ... CLEAR command in RMAN resets the specified configuration parameter back to its default value. For the retention policy, the default setting is REDUNDANCY 1. It does not remove the retention policy entirely, nor does it cause the DELETE OBSOLETE command to fail.