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

RMAN's CONFIGURE ... CLEAR command resets the configuration to its default value. For retention policy, the default configuration is REDUNDANCY 1. It does not remove retention policy entirely (which would be NONE) nor does it cause DELETE OBSOLETE to fail.