createFullClonePDB

Clone a non-CDB as a PDB.

emcli db_clone_management 
-createFullClonePDB 
-target_name="source database target name" 
-target_type="<oracle_database | rac_database>" 
-input_file=<input file path> -print_properties
Examples:
  • Print the input properties required to clone a non-container database PROD to a pluggable database:
    emcli db_clone_management 
    -createFullClonePDB 
    -target_name="PROD" 
    -target_type="oracle_database" 
    -print_properties
  • Clone the non-container database PROD as a pluggable database:
    emcli db_clone_management 
    -createFullClonePDB 
    -target_name="PROD" 
    -target_type="oracle_database" 
    -input_file=data:/u01/inputs/clone_noncdb_pdb.prop