OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Database

SQL - V2.2.77Enterprise Edition

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogLive DemosTraining & Certification
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Database
    3. SQL
    4. V2.2.77
    iconOceanBase Database
    SQL - V 2.2.77Enterprise Edition
    SQL
    KV
    • V 4.4.2
    • V 4.3.5
    • V 4.3.3
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.2
    • V 4.2.1
    • V 4.2.0
    • V 4.1.0
    • V 4.0.0
    • V 3.1.4 and earlier

    oceanbase.CDB_OB_BACKUP_PIECE_FILES

    Last Updated:2023-08-18 09:26:34  Updated
    share
    What is on this page
    Description
    Fields

    folded

    share

    Description

    oceanbase.CDB_OB_BACKUP_PIECE_FILES displays the status of backup pieces in the backup set.

    Fields

    Field Type Nullable Description
    INCARNATION bigint(20) NO Indicates the nth incarnation of the database after the Flashback Database operation.
    TENANT_ID bigint(20) NO The ID of the tenant.
    ROUND_ID bigint(20) NO The nth complete clog backup data flow.
    BACKUP_PIECE_ID bigint(20) NO The ID of the log backup piece.
    COPY_ID bigint(20) NO The copy ID of the log backup piece.
    CREATE_DATE bigint(20) NO The date when the backup piece was created.
    START_TS varchar(26) NO The timestamp of when the log backup started.
    CHECKPOINT_TS varchar(26) NO The maximum timestamp of the committed transactions in the backup piece. The value is null for a backup piece in the ACTIVE state.
    MAX_TS varchar(26) NO The maximum timestamp of the log backup piece. The value is null for a backup piece in the ACTIVE or FREEZING state.
    STATUS varchar(64) NO The status of the piece when the log is split. Valid values: * ACTIVE: The backup piece is active. * FREEZING: The backup piece is being frozen. * FROZEN: The backup piece is frozen. The status of a frozen piece no long changes.
    FILE_STATUS varchar(64) NO The file status of the backup piece. Valid values: * AVAILABLE: indicates a valid backup that can be used for restoration. * COPYING: indicates that the log file is being backed up. * INCOMPELTE: indicates that only a portion of the log file has been copied. This status is applicable only in regular secondary backup of log backups. The value of checkpoint_ts for the copy is earlier than that for the original backup, and the copy can be used for restoring the file to a point in time before the value of checkpoint_ts of the copy. * DELETING: indicates that the log file is being deleted. * BROKEN: indicates that the backup file is incomplete and cannot be used. * DELETED: indicates that the log file has been deleted.
    COMPATIBLE bigint(20) NO The log version number supported by the log backup.
    START_PIECE_ID bigint(20) NO The ID of the first backup piece in the same log backup round.

    Previous topic

    oceanbase.CDB_OB_BACKUP_BACKUP_ARCHIVELOG
    Last

    Next topic

    oceanbase.CDB_OB_BACKUP_SET_FILES
    Next
    What is on this page
    Description
    Fields