DBA_OB_FREEZE_INFO

2024-04-19 08:42:49  Updated

Purpose

The DBA_OB_FREEZE_INFO view displays the version information generated by major compactions.

Note

This view is introduced since OceanBase Database V4.0.0.

Columns

Column Type Nullable? Description
FROZEN_SCN NUMBER(38) NO The version number generated by a major compaction.
CLUSTER_VERSION NUMBER(38) NO The cluster version number when the major compaction was performed.
SCHEMA_VERSION NUMBER(38) NO The schema version number when the major compaction was performed.
GMT_CREATE TIMESTAMP(6) WITH LOCAL TIME ZONE NO The time when the record was created.
GMT_MODIFIED TIMESTAMP(6) WITH LOCAL TIME ZONE NO The time when the record was modified the last time.

Contact Us