25.4 Update CDB (SSA Admin and SSA User Operations)

This section lists the Update CDB operations:

  • Update PDB — SSA Admin

    emcli db_cloud_maintenance -performOperation -purpose="UPDATE_PDB" -pool_name="PDB_POOL" -pool_type="pdbaas_pool" -name="Update PDB to new CDB" -target_type=oracle_pdb -description="Relocates the PDB from its inactive CDB to newly active CDB" -target_list="crm.us.oracle.com_SDB1"

    The SSA Admin can update a PDB from its predecessor to the newly activated CDB.

  • Update PDB – SSA User – UI

    The SSA User will see an Update Database button on the PDB home page once the new CDB has been activated and is available for update. The SSA User can schedule an update of the PDB with no additional inputs.

  • Update PDB – SSA User — RESTful API

    The SSA can submit a Update PDB request using the RESTful API request.

    https://<host>:<port>/em/cloud/dbaas/pluggabledbplatforminstance/byrequest/<requestid>
    Content-Type: application/oracle.com.cloud.common.PluggableDbPlatformInstance+json
    Accept: application/oracle.com.cloud.common.PluggableDbPlatformInstance+json
    Body:
    {
    "operation" : "UPDATE_DATABASE",
    "update_schedule" : ""
    }
    Method: POST