ORA-28374: typed master key not found in wallet
How to unplug and plug the tde enabled PDB from one server to another server CDB.
I have in server 1 -- CDB1/ PDB1 with TDE enabled.
And in server 2 -- CDB2/PDB2 with TDE enabled.
I am able unplug with the below procedure.
On server 1:
- set container PDB1
- export encryption keys with secret
- close the PDB1
- connect as cdb
- unplug pdb
When plugging on the server 2.
I used the below statement which errored with the
create pluggable database PDB1 as clone using '<location of xml file>.xml' file_name_convert=('<source>','<target>');
create pluggable database PDB1 USING '<location of xml file>.xml' NOCOPY TEMPFILE REUSE;