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;