Run the following command to migrate the listeners:Įmcli db_cloud_maintenance -performOperation -purpose='MIGRATE_LISTENER' -pool_name='PDB_POOL' -pool_type='pdbaas_pool' -name='Migrate Listeners' -description='Migrate the listeners to the new Oracle Home, if any' This step retrieves the list of Oracle Homes associated with the CDB members of the pool and creates a new Oracle Home for each, using the software image provided and creates a Oracle Home Lineage. The following parameters can be added if the prerequisite checks need to be skipped during the Deploy operation: NEW_ORACLE_HOME_LIST=/u01/app/oracle/product/patchedHome2
The contents of the deployoh.properties are: The PDBaaS pool operations that can be performed by SSA Admin are:ĭeploy the Oracle Home from the subscribed image on the targetsĮmcli db_cloud_maintenance -performOperation -purpose='DEPLOY_DB_SOFTWARE/DEPLOY_RAC_SOFTWARE' -pool_name='PDB_POOL' -pool_type='pdbaas_pool' -name='Deploy Patch OH for Pool' -target_type=oracle_home -description='Deploys the Patched Oracle home on target nodes' -input_file='data:/scratch/data_backup/deployoh.properties'