Purpose
The DBA_OB_ARCHIVELOG view displays the log archiving status for each path.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| DEST_ID | NUMBER(38) | NO | The ID of the path. |
| ROUND_ID | NUMBER(38) | NO | The ID of the backup round. |
| INCARNATION | NUMBER(38) | NO | The Nth incarnation of the database after the Flashback Database operation. |
| DEST_NO | NUMBER(38) | NO | The log archive destination number. |
| STATUS | VARCHAR2(64) | NO | The backup status. Valid values:
|
| START_SCN | NUMBER(38) | NO | The SCN at which the backup starts. |
| START_SCN_DISPLAY | TIMESTAMP(9) | NO | The value of START_SCN after being converted into the unit of time. |
| CHECKPOINT_SCN | NUMBER(38) | NO | The current archive checkpoint. |
| CHECKPOINT_SCN_DISPLAY | TIMESTAMP(9) | NO | The value of CHECKPOINT_SCN after being converted into the unit of time. |
| COMPATIBLE | NUMBER(38) | NO | The compatibility version. |
| BASE_PIECE_ID | NUMBER(38) | NO | The ID of the first piece of the round. |
| USED_PIECE_ID | NUMBER(38) | NO | The ID of the piece used by the round. |
| PIECE_SWITCH_INTERVAL | NUMBER(38) | NO | The switching interval of pieces. |
| UNIT_SIZE | NUMBER(38) | NO | The size of the log block into which archived log data is compressed or encrypted. At present, this column is not supported. |
| COMPRESSION | VARCHAR2(128) | NO | The compression algorithm. Valid values:
|
| INPUT_BYTES | NUMBER | NO | The volume of data that is read. At present, this column is not supported. |
| INPUT_BYTES_DISPLAY | VARCHAR2(42) | NO | The unit of INPUT_BYTES after conversion, which can be MB, GB, TB, or PB. At present, this column is not supported. |
| OUTPUT_BYTES | NUMBER | NO | The volume of the output data. At present, this column is not supported. |
| OUTPUT_BYTES_DISPLAY | VARCHAR2(42) | NO | The unit of OUTPUT_BYTES after conversion, which can be MB, GB, TB, or PB. At present, this column is not supported. |
| COMPRESSION_RATIO | NUMBER | NO | The compression ratio. At present, this column is not supported. |
| DELETED_INPUT_BYTES | NUMBER(38) | NO | The volume of raw data deleted. |
| DELETED_INPUT_BYTES_DISPLAY | VARCHAR2(42) | NO | The volume of raw data deleted. |
| DELETED_OUTPUT_BYTES | NUMBER(38) | NO | The volume of valid data deleted. |
| DELETED_OUTPUT_BYTES_DISPLAY | VARCHAR2(42) | NO | The volume of valid data deleted. |
| COMMENT | VARCHAR2(262144) | NO | The error prompt. |
| PATH | VARCHAR2(2048) | NO | The archive path. |