When querying the database view, VSECRYPTION_WALLET, the status Is OPEN_NO_MASTER _KEY. What does this mean?
A.
You do not have select privileges on this database view.
B.
The master key has been corrupted.
C.
The key store is not open.
D.
The master key has not been created.
E.
This is expected behavior for this view.
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D 2 votes
50%
E
50%
Discussions
0/ 1000
econdeal
9 months, 2 weeks ago
If the keystore is open but you have not created a TDE master encryption key yet , the STATUS column of the V$ENCRYPTION_WALLET view reminds you with an OPEN_NO_MASTER_KEY status.
OR
If WALLET_LOCATION is set for SSL wallet in sqlnet.ora and you have created the SSL wallet using orapki then also V$ENCRYPTION_WALLET is shows OPEN_NO_MASTER_KEY even when TDE is NOT configured .
Want to join our community?
Please log in or signup in order to use this feature
If the keystore is open but you have not created a TDE master encryption key yet , the STATUS column of the V$ENCRYPTION_WALLET view reminds you with an OPEN_NO_MASTER_KEY status.
OR
If WALLET_LOCATION is set for SSL wallet in sqlnet.ora and you have created the SSL wallet using orapki then also V$ENCRYPTION_WALLET is shows OPEN_NO_MASTER_KEY even when TDE is NOT configured .