OceanBase logo

OceanBase

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

Product Overview
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

OceanBase

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

Product Overview
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 - V4.2.5

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogWhite PaperLive DemosTraining & CertificationTicket
    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. V4.2.5
    iconOceanBase Database
    SQL - V 4.2.5
    Databases
    • OceanBase Database
    • OceanBase Cloud
    • OceanBase Tugraph
    • Interactive Tutorials
    • OceanBase Best Practices
    Tools
    • OceanBase Cloud Platform
    • OceanBase Migration Service
    • OceanBase Developer Center
    • OceanBase Migration Assessment
    • OceanBase Admin Tool
    • OceanBase Loader and Dumper
    • OceanBase Deployer
    • Kubernetes operator for OceanBase
    • OceanBase Diagnostic Tool
    • OceanBase Binlog Service
    Connectors and Middleware
    • OceanBase Database Proxy
    • Embedded SQL in C for OceanBase
    • OceanBase Call Interface
    • OceanBase Connector/C
    • OceanBase Connector/J
    • OceanBase Connector/ODBC
    • OceanBase Connector/NET
    SQL
    KV
    • V 4.6.0
    • 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

    V$OB_LOG_TRANSPORT_DEST_STAT

    Last Updated:2026-04-27 03:14:13  Updated
    Share
    What is on this page
    Purpose
    Columns
    Sample query
    References

    folded

    Share

    Note

    This view was introduced in OceanBase Database V4.2.5.

    Purpose

    The V$OB_LOG_TRANSPORT_DEST_STAT view displays the information about downstream log synchronization links (OceanBase Change Data Capture, obcdc for short, or a standby tenant) of the current OBServer node in all tenants.

    Columns

    Column
    Type
    Nullable?
    Description
    TENANT_ID bigint(20) NO The ID of the tenant.
    SVR_IP varchar(46) NO The IP address of the OBServer node.
    SVR_PORT bigint(20) NO The remote procedure call (RPC) port number of the OBServer node.
    LS_ID bigint(20) NO The log stream ID of the request.
    CLIENT_IP varchar(46) NO The IP address of the OBServer node where the client process resides.
    CLIENT_PID bigint(20) NO The ID of the client process.
    CLIENT_TENANT_ID bigint(20) NO The tenant ID of the client.
    CLIENT_TYPE varchar(7) NO The type of the client. Valid values:
    • STANDBY: indicates a standby tenant.
    • CDC: indicates obcdc.
    • UNKNOWN: indicates an unknown client type.
    START_SERVE_TIME timestamp(6) NO The time when the record was created.
    LAST_SERVE_TIME timestamp(6) NO The time when the record was last modified.
    LAST_READ_SOURCE varchar(7) NO The source where logs are read during the last request processing. Valid values:
    • ONLINE: indicates online logs.
    • ARCHIVE: indicates archive logs.
    • UNKNOWN: indicates an unknown source.
    LAST_REQUEST_TYPE varchar(24) NO The RPC type of the last request. Valid values:
    • 0: SEQUENTIAL_READ_SERIAL, which indicates that logs were sequentially read through serial log transport.
    • 1: SEQUENTIAL_READ_PARALLEL, which indicates that logs were sequentially read through parallel log transport.
    • 2: SCATTERED_READ, which indicates that the last request read scattered logs.
    • Other values: indicates an unknown RPC type.
    LAST_REQUEST_LOG_LSN bigint(20) unsigned NO The log sequence number (LSN) of the last request.
    LAST_REQUEST_LOG_SCN bigint(20) unsigned NO The log system change number (SCN) of the last request.
    LAST_FAILED_REQUEST longtext NO The RPC information of the last failure, such as the sending time, trace ID, and error code.
    AVG_REQUEST_PROCESS_TIME bigint(20) NO The average RPC processing time.
    AVG_REQUEST_QUEUE_TIME bigint(20) NO The average RPC queuing time.
    AVG_REQUEST_READ_LOG_TIME bigint(20) NO The average RPC log read time.
    AVG_REQUEST_READ_LOG_SIZE bigint(20) NO The average RPC log read size.
    AVG_LOG_TRANSPORT_BANDWIDTH varchar(29) NO The average log transport bandwidth.

    Sample query

    Query the information about downstream log synchronization links (obcdc or a standby tenant) of the current OBServer node in all tenants.

    obclient [oceanbase]> SELECT * FROM oceanbase.V$OB_LOG_TRANSPORT_DEST_STAT;
    

    The query result is as follows:

    +-----------+----------------+----------+-------+----------------+------------+------------------+-------------+----------------------------+----------------------------+------------------+--------------------------+----------------------+----------------------+---------------------+--------------------------+------------------------+---------------------------+---------------------------+-----------------------------+
    | TENANT_ID | SVR_IP         | SVR_PORT | LS_ID | CLIENT_IP      | CLIENT_PID | CLIENT_TENANT_ID | CLIENT_TYPE | START_SERVE_TIME           | LAST_SERVE_TIME            | LAST_READ_SOURCE | LAST_REQUEST_TYPE        | LAST_REQUEST_LOG_LSN | LAST_REQUEST_LOG_SCN | LAST_FAILED_REQUEST | AVG_REQUEST_PROCESS_TIME | AVG_REQUEST_QUEUE_TIME | AVG_REQUEST_READ_LOG_TIME | AVG_REQUEST_READ_LOG_SIZE | AVG_LOG_TRANSPORT_BANDWIDTH |
    +-----------+----------------+----------+-------+----------------+------------+------------------+-------------+----------------------------+----------------------------+------------------+--------------------------+----------------------+----------------------+---------------------+--------------------------+------------------------+---------------------------+---------------------------+-----------------------------+
    |      1002 |  xx.xx.xx.xx   |     9708 |     1 |  xx.xx.xx.xx   |      44307 |                0 | CDC         | 2024-10-17 17:09:04.517703 | 2024-10-17 17:30:18.328740 | ONLINE           | SEQUENTIAL_READ_SERIAL   |             15055628 |  1729157418188928000 | NULL                |                       86 |                     35 |                        53 |                        70 | 1.35KB/S                    |
    |      1002 |  xx.xx.xx.xx   |     9708 |  1001 |  xx.xx.xx.xx   |      79983 |             1004 | STANDBY     | 2024-10-17 17:08:10.964547 | 2024-10-17 17:30:18.347842 | ONLINE           | SEQUENTIAL_READ_PARALLEL |              1667072 |  1729157418206776001 | NULL                |                        5 |                     41 |                         5 |                      2088 | 40.77KB/S                   |
    |      1002 |  xx.xx.xx.xx   |     9708 |  1001 |  xx.xx.xx.xx   |      44307 |                0 | CDC         | 2024-10-17 17:09:05.936290 | 2024-10-17 17:30:18.329034 | ONLINE           | SEQUENTIAL_READ_SERIAL   |              1667375 |  1729157418206776000 | NULL                |                       81 |                     46 |                        49 |                        61 | 1.20KB/S                    |
    |      1002 |  xx.xx.xx.xx   |     9708 |     1 |  xx.xx.xx.xx   |      79983 |             1004 | STANDBY     | 2024-10-17 17:08:00.415960 | 2024-10-17 17:30:18.347866 | ONLINE           | SEQUENTIAL_READ_PARALLEL |             15052800 |  1729157418206776000 | NULL                |                        7 |                     34 |                         6 |                      1986 | 38.41KB/S                   |
    +-----------+----------------+----------+-------+----------------+------------+------------------+-------------+----------------------------+----------------------------+------------------+--------------------------+----------------------+----------------------+---------------------+--------------------------+------------------------+---------------------------+---------------------------+-----------------------------+
    6 rows in set (0.01 sec)
    

    References

    GV$OB_LOG_TRANSPORT_DEST_STAT

    Previous topic

    V$OB_LOG_STAT
    Last

    Next topic

    V$OB_LS_LOG_RESTORE_STATUS
    Next
    What is on this page
    Purpose
    Columns
    Sample query
    References