You want to export the pluggable database (PDB) hr pdb1 from the multitenant container database (CDB)CDB1 and import it into the cdb2 CDB as the emp_pdb1 PDB.
Examine the list of possible steps required to perform the task:
1) Create a PDB named emp_pdb1.
2) Export the hr_pdb1 PDB by using the full clause.
3) Open the emp_pdb1 PDB.
4) Mount the emp_pdb1 PDB.
5) Synchronize the emp_pdb1 PDB in restricted mode.
6) Copy the dump file to the Data Pump directory.
7) Create a Data Pump directory in the emp_pdb1 PDB.
8) Import data into emp_pdb1 with the full and remap clauses.
9) Createthe same tablespaces in emp_pdb1 as in hr_pdb1 for new local user objects.
Identify the required steps in the correct order.
A.
2, 1, 3, 7, 6, and 8
B.
2, 1, 4, 5, 3, 7, 6, 9, and 8
C.
2, 1, 3, 7, 6, 9, and 8
D.
2, 1, 3, 5, 7, 6, and 8
C
A Step 9 is not necessary because step 2 used full clause
A
A