You need to migrate a non-CDB to a PDB in an existing CDB. Which package should you use to check for compatibility issues before starting the migration?
This procedure checks if a non-CDB is compatible with the target CDB.
Why this answer
DBMS_PDB.CHECK_PLUG_COMPATIBILITY is the standard procedure for pre-migration validation.