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 - V3.2.4Enterprise 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. V3.2.4
    iconOceanBase Database
    SQL - V 3.2.4Enterprise 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_SET_OBSOLETE

    Last Updated:2023-10-24 09:23:03  Updated
    share
    What is on this page
    Purpose
    Fields

    folded

    share

    Purpose

    oceanbase.CDB_OB_BACKUP_SET_OBSOLETE displays the backup sets that have expired.

    Fields

    Field Type Nullable? Description
    INCARNATION bigint(20) NO The nth incarnation of the database after the Flashback Database operation.
    TENANT_ID bigint(20) NO The ID of the tenant.
    BS_KEY bigint(20) NO The ID of the backup set.
    COPY_ID varchar(1) NO The nth copy of the backup set.
    BACKUP_TYPE NO
  • D: indicates full backup.
  • I: indicates incremental backup.
  • ENCRYPTION_MODE varchar(64) NO The encryption mode. Valid values:
  • NONE: indicates that encryption is not implemented.
  • PASSWORD: indicates that only the password is used for protection.
  • PASSWORD ENCRYPTION: indicates that encryption is implemented and the password is used for protection.
  • TRANSPARENT ENCRYPTION: indicates that TDE is used for encryption.
  • DUAL MODE ENCRYPTION: indicates that TDE is used for encryption and the password is also used for protection. Note
    In the current version, only the NONE and PASSWORD modes are supported.
  • START_TIME timestamp(6) NO The start time.
    COMPLETION_TIME timestamp(6) NO The completion time.
    ELAPSED_SECONDS decimal(21,0) NO The time consumed for the backup.
    KEEP varchar(2) NO
  • YES: indicates that the backup set will be kept permanently.
  • NO: indicates that the backup set will expire based on the retention time. At present, only NO is supported.
  • KEEP_UNTIL varchar(0) NO The duration for keeping the backup set.
    DEVICE_TYPE varchar(64) NO The medium for storing backup data.
    COMPRESSED varchar(2) NO Indicates whether the backup set is compressed. Valid values:
  • YES: indicates that the backup set is compressed.
  • NO: indicates that the backup set is not compressed.
  • OUTPUT_BYTES bigint(20) NO The number of output bytes.
    OUTPUT_RATE_BYTES decimal(34,4) NO The number of bytes that are output per second.
    COMPRESSION_RATIO decimal(23,2) NO The compression ratio.
    OUTPUT_BYTES_DISPLAY varchar(27) NO The size of the output data.
    OUTPUT_RATE_BYTES_DISPLAY varchar(39) NO The data output rate.
    TIME_TAKEN_DISPLAY time(6) NO The time consumed, in the format of hh:mm:ss.
    STATUS varchar(9) NO The status of the backup set. Valid values:
  • COMPLETED: indicates that the backup set has been backed up.
  • FAILED: indicates that the backup set failed to be backed up.
  • DELETING: indicates that the backup set is being deleted.
  • Previous topic

    oceanbase.CDB_OB_BACKUP_BACKUPSET_JOB
    Last

    Next topic

    oceanbase.CDB_OB_BACKUP_ARCHIVELOG
    Next
    What is on this page
    Purpose
    Fields