Is it possible to export a TDE encrypted table using expdp / impdp to a database without TDE / walle
Scenario:
Source database with TDE / wallet, column-encryption in some tables
Destination database - TDE not enabled, no wallet
Is it possible to export / import data using data pump from the source to the target?
I have tried using ENCRYPTION_MODE=DUAL and ENCRYPTION_MODE=PASSWORD when exporting
Regardless of option used, I get the following in the impdp in the target database (no TDE / wallet in target database)
ORA-39083: Object type TABLE:"MYSCHEMA"."MYTABLE" failed to create with error:
ORA-28365: wallet is not open