You want to migrate your Oracle 11g database as a pluggable database (PDB. In a multitenant container database (CDB..Examine the steps required to perform the migration:
1/Use Data Pump export to perform a full transportable export on the source database with the export parameter version=12.
2/Place all tablespaces in read-only mode on the sourcedatabase.
3/Upgrade the source database to Oracle Database 12c.
4/Copy the dump file and data files to the desired location in the target database.
5/Create a new PDB In the target CDB.
6/Synchronize the PDB on the target CDB.
7/Use Data Pump import on the new PDB by using the full transportable import options. Identify the required steps in the correct order.