Database Security Products (MOSC)

MOSC Banner

Is export of TDE keys enough to recreate a lost wallet ?

Hi

I'm looking at various options for backing up the TDE wallet on 19c database (CDB)

If I export the keys from the wallet does that allow me to recreate the wallet and open a CDB database ?

i.e

ADMINISTER KEY MANAGEMENT EXPORT KEYS WITH SECRET "<password>" TO 'file' IDENTIFIED BY <wallet password>;

-------------

ADMINISTER KEY MANAGEMENT CREATE KEYSTORE '<encryption wallet path>' IDENTIFIED BY <wallet password>;

ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY <wallet password>; 

ADMINISTER KEY MANAGEMENT IMPORT KEYS WITH SECRET "<password>" FROM 'file' IDENTIFIED BY <wallet password> WITH BACKUP ;

ADMINISTER KEY MANAGEMENT USE KEY '<Key to be used>' IDENTIFIED by <wallet password> WITH BACKUP; 

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