"ORA-28374: typed master key not found in wallet" after plugging PDB to new CDB
Hi,
Hit the above issue executing the following set of steps.
1. Take a backup of the PDB1 on CDB1 using RMAN
2. Start up a new instance and recover the PDB1 on CDB1 (using RMAN)
3. Export the encryption keys from PDB1
4. Unplug the PDB1 from CDB1
5. Plug the PDB1 to CDB2 (Yes, CDB2 does not yet have the keys. Import would be done after the step 6, when plug in violation is reported.)
6. Open the PDB1.
Step 6 results in the error instead of plug-in violations.
Could someone help me on why I am getting error in the step 6, rather than a plug-in violation?