Note
This view is available starting with V4.0.0.
Purpose
This view displays the data backup parameters configured for the current tenant.
Columns
Column |
Type |
Nullable |
Description |
|---|---|---|---|
| NAME | varchar2(1024) | NO | Parameter name |
| VALUE | CLOB | NO | Parameter value |
Sample query
A user tenant views the data backup parameter information of the current tenant.
obclient [SYS]> SELECT * FROM SYS.DBA_OB_BACKUP_PARAMETER;
The query result is as follows:
+------------------+---------------------------------------------------------------------------------------------------------------------------+
| NAME | VALUE |
+------------------+---------------------------------------------------------------------------------------------------------------------------+
| data_backup_dest | oss://example_path/data?host=cn-heyuan.aliyuncs.com&access_id=******&access_key=******&checksum_type=md5&enable_worm=true |
+------------------+---------------------------------------------------------------------------------------------------------------------------+
1 row in set
References
For descriptions of the parameter values in backup paths, see SET DATA_BACKUP_DEST.
