disableTestMaster

Disable a Database as Test Master.

emcli db_clone_management 
-disableTestMaster
-target_name="database target name"
-target_type="<oracle_database | rac_database>"
-input_file=<input file path>
-print_properties

Note:

  • -disableTestMaster can only be used for clones created using the Database Clone Management flow.
  • -input_file is a mandatory parameter if the Database is on Exadata.
Examples:
  • Disable the database MYDB as Test Master:
    emcli db_clone_management 
    -disableTestMaster 
    -target_name="MYDB" 
    -target_type="oracle_database"
  • Print the input properties required to disable EXACLONE as Test Master:
    emcli db_clone_management 
    -disableTestMaster 
    -target_name="EXACLONE" 
    -target_type="oracle_database" 
    -print_properties
  • Disable the database EXACLONE as Test Master:
    emcli db_clone_management 
    -disableTestMaster 
    -target_name="EXACLONE" 
    -target_type="oracle_database" 
    -input_file=data:/u01/inputs/dis_tm.prop