Overview
v$ob_timestamp_service displays the clock sources of different tenants in the system and their values.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| tenant_id | BIGINT(20) | No | The ID of the tenant. |
| ts_type | varchar(9) | No | The type of the clock source. Valid values: * LOCAL * GLOBAL * HA GLOBAL |
| ts_value | BIGINT(20) | No | The value of the clock. |