Database Security Products (MOSC)

MOSC Banner

ORA-28374: typed master key not found in wallet

edited May 29, 2024 4:04AM in Database Security Products (MOSC) Question

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:

  1. set container PDB1
  2. export encryption keys with secret
  3. close the PDB1
  4. connect as cdb
  5. 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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center