V$ENCRYPTION_WALLET

V$ENCRYPTION_WALLET displays information on the status of the wallet and the wallet location for transparent data encryption.

Column Datatype Description
WRL_TYPE VARCHAR2(20) Type of the wallet resource locator (for example, FILE)
WRL_PARAMETER VARCHAR2(4000) Parameter of the wallet resource locator (for example, absolute filename if WRL_TYPE = FILE)
STATUS VARCHAR2(9) Status of the wallet:
  • CLOSED

  • OPEN

  • OPEN_NO_MASTER_KEY

  • UNDEFINED