Purpose
The DBA_WR_SNAPSHOT view displays the snapshots of the current tenant.
Note
This view is introduced since OceanBase Database V4.2.1.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CLUSTER_ID | NUMBER(38) | NO | The ID of the cluster. |
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| SNAP_ID | NUMBER(38) | NO | The ID of the snapshot. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port of the server. |
| BEGIN_INTERVAL_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The start time of the snapshot. The value is a timestamp accurate to milliseconds. |
| END_INTERVAL_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The end time of the snapshot. The value is a timestamp accurate to milliseconds. |
| SNAP_FLAG | NUMBER(38) | YES | The reason for triggering the snapshot. |
| STARTUP_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | YES | The time when the process was started. The value is a timestamp accurate to milliseconds. |