Can ORA-39173 be ignored?
Oracle database in version 19.3
Since we implemented TDE, we got below errors in our daily export jobs:
ORA-39173: Encrypted data has been stored unencrypted in dump file set.
Questions:
- Can we just ignore the warning and keep our daily jobs as is? We should be still able to use the dumpfile to import to the same database if needed, right? If we need to import to a different database, do we need any extra steps? (I think no but not sure)
- I understand by adding encryption_password parameter we can bypass the error. And we should be able to import to the same database by using the same encryption_password. What if we need to import to a different database, do we need any extra steps? What are the other impacts with this parameter?
Tagged:
2