Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
TDE change encryption MK

Paulo Pires
Member Posts: 4 Green Ribbon
Dear community,
I have successfully implemented TDE encryption with local wallet in my environment with high availability (Data Guard). Later I migrated to HSM (with auto-login) and started having problems.
I definitely can't access the encryption key from the standby server. The idea we had now was to create some keys directly in HSM and change in Oracle to one of those newly created keys. The problem with Oracle is that I can only access my initially migrated key and I don't see the others.
SELECT WRL_TYPE,WRL_PARAMETER,STATUS,WALLET_TYPE FROM V$ENCRYPTION_WALLET; SELECT KEY_ID,TAG,KEYSTORE_TYPE FROM V$ENCRYPTION_KEYS;
How can I change my encryption key to one created in HSM?
Thanks
Paulo