delete_dbprofile

Deletes an existing database profile component.

Format

emcli delete_dbprofile     -comp_loc="Database Profile component location and name in software library"     [-version="Database Profile component version name"]

[ ]  indicates that the parameter is optional.

Options

  • comp_loc

    Combination of database profile component location and name.

  • version

    Database profile component version name.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example deletes Database profile component with the profile name "RMAN_Profile", version "RMAN_Backup_10_04_14_12_40_PM" and location "Database Provisioning Profiles/11.2.0.4.0/linux_x64".

emcli delete_dbprofile -comp_loc="Database Provisioning Profiles/11.2.0.4.0/linux_x64/RMAN_Profile" -version="RMAN_Backup_10_04_14_12_40_PM"