createSnapshotClone

Create an Exadata Sparse Clone Database.

emcli db_clone_management 
-createSnapshotClone
-target_name="database target name"
-target_type="<oracle_database | rac_database>"
-input_file=<input file path>
-print_properties
Examples:
  • Print the input properties required to create an Exadata Sparse Clone from the Test Master MYTEST:
    emcli db_clone_management 
    -createSnapshotClone 
    -target_name="MYTEST" 
    -target_type="oracle_database" 
    -print_properties
  • Create an Exadata Sparse Clone from the Test Master MYTEST:
    emcli db_clone_management 
    -createSnapshotClone 
    -target_name="MYTEST" 
    -target_type="oracle_database" 
    -input_file=data:/u01/inputs/sparse_input.prop