Standard Backup Configuration
Configuration: Non-Data Guard database sending backups and (optionally) redo to one Recovery Appliance

Configure non-Data Guard database SalesDB to send backups and redo to Recovery Appliance Chicago_ZDLRA using the virtual private catalog user vpcuser1. 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="vpcuser1" -db_cred="DB_USER" -db_host_cred="DB_HOST_USER"
-ship_redo=YES