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 Migration Service

V4.0.2Enterprise 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 Migration Service
    3. V4.0.2
    iconOceanBase Migration Service
    V 4.0.2Enterprise Edition
    Enterprise Edition
    • V 4.3.2
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.4
    • V 4.2.3
    • V 4.0.2
    • V 3.4.0
    Community Edition
    • V 4.2.13
    • V 4.2.12
    • V 4.2.11
    • V 4.2.10
    • V 4.2.9
    • V 4.2.8
    • V 4.2.7
    • V 4.2.6
    • V 4.2.5
    • V 4.2.4
    • V 4.2.3
    • V 4.2.1
    • V 4.2.0
    • V 4.0.0
    • V 3.3.1

    Create an IDB data source

    Last Updated:2026-04-14 07:36:47  Updated
    share
    What is on this page
    Background information
    Procedure

    folded

    share

    Create an IDB data source

    You must configure data sources before you create a data migration project. To migrate data from or to an IDB database, you must create the IDB database as the source or destination data source. This topic describes how to create an IDB database as a data source in OceanBase Migration Service (OMS).

    Background information

    OMS allows you to create an IDB data source and synchronize the data of the IDB data source to a MySQL tenant of OceanBase Database and DataHub. An IDB database manages the metadata of logical databases and tables. As OMS accesses a logical table by using its GUID, OMS can obtain the physical topology corresponding to the GUID from the IDB database. All physical tables corresponding to the logical table that is specified by the GUID can be obtained from the physical topology. Bagualu allows you to obtain the information of a physical OceanBase cluster. OMS pulls the cluster logs during the incremental synchronization stage by using the configurl parameter on ConfigServer. The value of the configurl parameter contains the URLs of all nodes in the cluster.

    Procedure

    1. Log on to the OMS console.

    2. In the left-side navigation pane, click Data Source Management.

    3. On the Data Sources page, click New Data Source in the upper-right corner.

    4. In the New Data Source panel, select OceanBase for Data Source Type .

    5. Select Logical Data Source , and select IDB from the drop-down list.

    6. Specify the following parameters.

      Parameter Description
      Data Source Identifier The name of the data source. The name must be 1 to 32 characters in length and can contain Chinese characters, digits, and case-sensitive English letters.
      Environment Valid values: PROD, DEV, and SIT.
      IDB URL The endpoint of the IDB data source.
      IDB Username The username used to access the IDB data source.
      IDB Password The password used to access the IDB data source.
      Bagualu URL The endpoint of Bagualu.
      Bagualu Username The username used to access Bagualu.
      Bagualu Password The password used to access Bagualu.
      obproxy Address Optional. The endpoint of obproxy that is used to access all physical tables corresponding to a logical table from the IDB data source.
      Full Synchronization User Optional. The username used to access the physical tenant in the logical table to be synchronized. This parameter is checked during the precheck of a full synchronization task, but not during the connection test.
      Full Synchronization Password Optional. The password used to access the physical tenant in the logical table to be synchronized. This parameter is checked during the precheck of a full synchronization task, but not during the connection test.
      Remarks Optional. Additional information about the data source.
    7. Click Test Connection to test the service status of the IDB data source, Bagualu, and obproxy. In addition, make sure that you have entered the correct usernames and passwords to ensure the normal execution of subsequent steps.

    8. After the connection test succeeds, click OK.

    Previous topic

    Create a DBP data source
    Last

    Next topic

    Create a MySQL data source
    Next
    What is on this page
    Background information
    Procedure