V$OB_ENCRYPTED_TABLES

2024-12-02 03:48:27  Updated

Note

This view is introduced since OceanBase Database V4.0.0.

Purpose

The V$OB_ENCRYPTED_TABLES view displays the encryption status of tables with encryption enabled.

Columns

Column Type Nullable? Description
TABLE_ID NUMBER(38) NO The ID of the table.
TABLE_NAME VARCHAR2(256) NO The name of the table.
TABLESPACE_ID NUMBER(38) NO The ID of the tablespace.
ENCRYPTIONALG VARCHAR2(30) NO The name of the encryption algorithm. Valid values:
  • AES-128
  • AES-192
  • AES-256
  • SM4
  • ENCRYPTED VARCHAR2(3) NO Indicates whether the encryption is completed. Valid values:
  • YES
  • NO
  • ENCRYPTEDKEY VARCHAR2(32) NO The encryption key encrypted by the master key.
    MASTERKEYID NUMBER(38) NO The ID of the master key.
    BLOCKS_ENCRYPTED NUMBER NO The number of encrypted macroblocks.
    BLOCKS_DECRYPTED NUMBER NO The number of macroblocks that are not encrypted.
    STATUS VARCHAR2(10) NO The encryption status. Valid values:
  • NORMAL: normal
  • ENCRYPTING: being encrypted
  • DECRYPTING: being decrypted
  • CON_ID NUMBER(38) NO The ID of the tenant.

    Contact Us