using RMAN DUPLICATE to duplicate a DB with TDE.
I'm in search of a methodology to create a copy of a TDE-enabled database on a second host. EXPDP/IMPDP works but I can't get the system for long enough to get a relatively non-fuzzy copy.
I have created a key on the second database which is identical to the one on the first DB> The backup is not encryped. However I continue to get the ORA-19913 (unable to decrypt backup) and ORA-28365 (wallet is not open) messages. I attempted to create an auto-login wallet using orapki to no avail.
Does anyone have any clues or should I just byte the bullet and use expdp ?