Standard Backup Configuration with Backup and Recovery Continuity

Configuration: Non-Data Guard database sending backups and (optionally) redo to one Recovery Appliance, with an alternate Recovery Appliance configured for backup and redo continuity


MAA Standard and ZDLRA Backup and Recovery Continuity Configuration

Configure a non-Data Guard database SalesDB to send backups and redo to Recovery Appliance Chicago_ZDLRA. Backup and recovery continuity is desired and the alternate Recovery Appliance is Bombay_ZDLRA. The common virtual private catalog user for both Recovery Appliances is commonvpc. Named credentials are provided for the database and the database host.

EMCLI Command:

emcli configure_db_ha -configureBackuptoRA -backup_config=NO_DG -target_name="SalesDB" 
      -target_type="oracle_database"  -ra_target_name="Chicago_ZDLRA"
      -ra_vpc_username="commonvpc"  -db_cred="DB_USER" -db_host_cred="DB_HOST_USER"
        -ship_redo=YES -br_continuity
        -alternate_ra_target_name="Bombay_ZDLRA"