Note
This view is available starting with V4.0.0.
Purpose
This view displays the data backup parameters of the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| NAME | varchar2(1024) | NO | The parameter name. |
| VALUE | CLOB | NO | The parameter value. |
Sample query
Query the data backup parameters of the current user tenant.
obclient [SYS]> SELECT * FROM SYS.DBA_OB_BACKUP_PARAMETER;
The query result is as follows:
+------------------+--------------------------------------------+
| NAME | VALUE |
+------------------+--------------------------------------------+
| data_backup_dest | file:///home/admin/oceanbase/backupdataorc |
+------------------+--------------------------------------------+
1 row in set