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;