Feature
This view displays the version information generated by major freezes.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| FROZEN_SCN | bigint(20) unsigned | NO | The version number generated by a major freeze. |
| CLUSTER_VERSION | bigint(20) | NO | The cluster version number when the major freeze was performed. |
| SCHEMA_VERSION | bigint(20) | NO | The schema version number when the major freeze was performed. |
| GMT_CREATE | timestamp(6) | NO | The time when the record was created. |
| GMT_MODIFIED | timestamp(6) | NO | The time when the record was last modified. |