Database Security Products (MOSC)

MOSC Banner

Cloning a Pluggable Database from an RMAN Container Database Backup with TDE enabled

Hello,

i done a clone of one pdb from a production cdb to test cdb and i imoport the encryption key of the cdb

the stepts are below:

SQL> select name,cause,type,status,message,action from pdb_plug_in_violations;

 

STEPTAR        Wallet Key Needed                                               ERROR    PENDING

PDB needs to import keys from source.

Import keys from source.

SQL> ADMINISTER KEY MANAGEMENT IMPORT ENCRYPTION KEYS WITH SECRET "$export_secret " FROM '/u02/stepp.exp' IDENTIFIED BY "$keystorepassdes" " WITH BACKUP;

keystore altered.

After importing the key for the pdb and reopen the wallet

I checked the status of the wallet

 

SQL> alter session set container=STEPTAR;

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