Note
This view is available starting with V4.0.0.
Purpose
This view displays the archive path configuration of the current tenant.
Columns
Column |
Type |
Nullable |
Description |
|---|---|---|---|
| DEST_NO | NUMBER(38) | NO | Identifies log_archive_dest_n |
| NAME | VARCHAR2(1024) | NO | Field name. The field contains the following items:
|
| VALUE | VARCHAR2(4096) | NO | Value of the field specified by name |
Sample query
A user tenant queries the archive path configuration of the current tenant.
obclient [SYS]> SELECT * FROM SYS.DBA_OB_ARCHIVE_DEST;
The query result is as follows:
+---------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------+
| DEST_NO | NAME | VALUE |
+---------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------+
| 0 | binding | OPTIONAL |
| 0 | dest_id | 1002 |
| 0 | path | oss://example_patharchive?host=cn-******.aliyuncs.com&access_id=******&access_key=*****&checksum_type=md5&enable_worm=true |
| 0 | piece_switch_interval | 1d |
| 0 | state | ENABLE |
+---------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------+
5 rows in set
References
For detailed steps and descriptions of viewing archive parameters, see View archive parameters.
For detailed descriptions of the parameter values in archive paths, see SET LOG_ARCHIVE_DEST.
