sync_pdb

sync_pdb adds any new PDBs in the specified CDB

Format

emcli sync_pdb 
-cdb_target_name="<target_name>" 
-target_type="oracle_database" 
-syncRemovedPdbs

Options

  • cdb_target_name

    Name of the Container Database (CDB) that will be synced

  • target_type

    Type of target for the operation. Eg: Database

  • syncRemovedPdbs

    Removes the deleted PDBs from Enterprise Manager

Example

emcli sync_pdb 
-cdb_target_name="DB_19C_Example" 
-target_type="oracle_database"