How can I use RMAN DUPLICATE to create encrypted tablespaces when target is unencrypted?
Hello --
I'm Oracle Linux 7.9, EE 11.2.0.4 on both target and auxiliary in the scenario below.
RMAN DUPLICATE is being used to migrate Database "A" on host "A" to Database "B" on host "B".
[Target} Database "A" does not use encryption.
[Auxiliary] Database "B" must have encrypted tablespaces.
Is there a way to make RMAN backup the non-encrypted database "A" and DUPLICATE it to database "B", where the tablespaces that are created on database "B" as a part of the DUPLICATE operation are created with TDE?