Note
This view is available starting with V4.0.0.
Purpose
This view displays the archive path configuration of the current tenant. Since the sys tenant does not contain user data and is used for cluster management, it does not support backup and restore. Therefore, the query result of this view under the sys tenant is always empty.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| DEST_NO | bigint(20) | NO | The identifier of log_archive_dest_n. |
| NAME | varchar(1024) | NO | The name of the archive destination, which contains the following fields:
|
| VALUE | varchar(4096) | NO | The value corresponding to the name field. |
References
For more information about how to view archive parameters, see View archive parameters.
For more information about the parameters in the archive path, see SET LOG_ARCHIVE_DEST.