How can I check the contents of my master key that is within the Oracle ASM?
I have an Oracle RAC 12C with 3 nodes, ASM and TDE configured.
I'm trying to verify the contents of my wallet running the following command:
occurs follow error:
------------------------------------------------------------------------------
$ orapki wallet display -wallet +DATA/CMS/WALLET -pwd ****************
Oracle PKI Tool : Version 12.1.0.2
copyright (c) 2004,2014, Oracle and/or its affiliates. All rights reserved.
+DATA/CMS/WALLET (No such file or directory)
------------------------------------------------------------------------------
How do I check the contents of my master key that is within the ASM?
my sqlnet.ora is configured in this way
------------------------------------------------------------------------------
ENCRYPTION_WALLET_LOCATION=
(SOURCE=
(METHOD=FILE)
(METHOD_DATA=
(DIRECTORY=+DATA/CMS/WALLET)))
------------------------------------------------------------------------------
and the TDE functions normally have columns of tables that are encrypted and can recover the data normally.