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_nameName of the Container Database (CDB) that will be synced 
- target_typeType of the container database target for the operation. Eg: Oracle Database, RAC Database 
- syncRemovedPdbsRemoves the deleted PDBs from Enterprise Manager and updates the PDB attributes NAMEandSERVICEif modified outside Enterprise Manager post discovery. The attributes are updated based on the uniquePDB GUIDdefined at the PDB level.
Example
emcli sync_pdb -cdb_target_name="DB_19C_Example" -target_type="oracle_database"