OceanBase logo
  • Products
    OceanBase database

    Products

    High-quality database products to meet full lifecycle enterprise data management needs.

    OceanBase Cloud
    A highly scalable, multi-cloud database for hybrid workloads.
    OceanBase Enterprise
    Run and manage OceanBase on your own infrastructure for mission-critical workloads.
  • Solutions
    OceanBase database

    Solutions

    Enterprise data management solutions for all scenarios

    View All
    Multi-Scenario General OLTP
    The next-generation native distributed architecture provides users with high scalability with low costs.
    Real-time Analytics
    Use one set of data for both OLTP and OLAP tasks, realizing real-time analytics while saving ETL process.
    Database Consolidation
    The distributed multi-tenant architecture realizes resource pooling while ensuring isolation and availability.
    Multi-cloud Architecture
    Support multi-cloud, cross-cloud, or hybrid cloud deployment architecture.
    Cold Data Archiving
    The intelligent archive database solution helps users quickly archive cold data with reduced costs.
    Database Scaling
    Real-time high concurrency, multi-level elastic scaling with minimum cost implementation for massive online promotions.
    Database Active Geo-redundancy
    High availability architecture to support the core business scenarios with fast recovery, and zero data loss.
  • Customers
    OceanBase database

    Customers

    Check our successful cases to inspire your business

    View All
    Fintech
    GCash
    DANA
    Alipay
    Easypaisa
    Digital Economy
    Haidilao
    POP MART
    Kwai
    Ctrip
    Enterprise
    ICBC
    China Mobile Jiangsu
    Sinopec
  • Resources
    OceanBase database

    Resources

    Various types of resources about OceanBase and the database industry

    White Paper
    Find white papers about OceanBase and the distributed database technology.
    Blog
    Find the product features, best practices, customer cases and latest distributed database insights from the experts in OceanBase Blog.
    Training and Certification
    Learn about OceanBase's core technologies and distinctive features, get your skill certificate.
    GitHub
    View the source code of OceanBase, participate in co building open source projects.
  • Docs
    OceanBase database

    Docs

    Rich content to meet the content demands of using products and solving product usage problems

    View All
    Products
    OceanBase DatabaseOceanBase Cloud
    OceanBase DatabaseOceanBase Database
    Tools
    Connectors and Middleware
    Quick Start
    OceanBase Cloud
    OceanBase Database
    Best Practices
    Utilize OceanBase products more effectively and conveniently
OceanBase logo
search-icon
编组
icon

OceanBase Loader and Dumper

V3.0.0Community Edition
 
箭头

  • Document Overview
  • OBLOADER
    • Overview
    • User Guide
      • Environment preparation
      • Run OBLOADER
      • Command-line options
      • Data processing
        • Define control files
        • Preprocessing functions
        • Conditional expressions
      • Performance tuning
      • Scenarios
    • FAQ
  • OBDUMPER
    • Overview
    • User Guide
      • Environmental Preparation
      • Run OBDUMPER
      • Command-line options
      • Data
        • Define control files
        • Preprocessing functions
        • Conditional expressions
      • Performance tuning
      • Scenarios
    • FAQ

Download PDF

Document OverviewOverview Environment preparation Run OBLOADER Command-line options Performance tuning Scenarios FAQ Overview Environmental Preparation Run OBDUMPER Command-line options Performance tuning Scenarios FAQ
OceanBase

OceanBase, A Highly Scalable Database for Transactional, Analytical, and AI Workloads.

Company

About OceanBaseContact UsPartner

Product

OceanBase CloudOceanBase EnterpriseQuick StartDownloadPricing

Resources

DocsBlogWhite PaperTrust Center

Follow us

linkedinLinkedIntwitterTwitterDiscordDiscordforumForumyoutubeYoutubegithubGitHubStack OverflowStack Overflow

© OceanBase 2024. All rights reserved | Cloud Service Agreement | Privacy Policy | Legal | Security

Document Feedback
  1. Documentation Center
  2. OceanBase Loader and Dumper
  3. V3.0.0
iconOceanBase Loader and Dumper
V 3.0.0Community Edition
  • V4.3.4
  • V4.3.3.1
  • V4.3.3
  • V4.3.2.1
  • V4.3.2
  • V4.3.1
  • V4.2.8
  • V4.2.7
  • V4.2.6
  • V4.2.5 Enterprise Edition
  • V4.2.4 Enterprise Edition
  • V4.2.5 Community Edition
  • V4.2.4 Community Edition
  • V4.1.0 Community Edition
  • V4.0.0 Community Edition
  • V3.0.0 Community Edition

FAQ

Last Updated:  Updated
share
What is on this page
FAQ related to products
What are the differences among the files in the CSV, SQL, DDL, CUT, POS, and MIX formats?
What is the relationship between the format of a data file and the extension of the file?
What do I need to pay attention to when I use OBLOADER to import data that is exported by using a third-party tool such as Mydumper and SQL Developer?
What do I need to pay attention to when I specify the --table option?
What are the differences between using OBLOADER in Alibaba Cloud and Private Cloud?
FAQ related to features
How do I run OBLOADER or OBDUMPER in debugging mode?
After data in a large table is exported by partition into several files with indefinite extensions, how do I import them by using OBLOADER?
How do I use OBLOADER to import a data file whose name is different from the table?
Why does the control file configured for a table fail to take effect when I import data to or export data from the table?
Why are command-line options not parsed as expected when I run the OBLOADER or OBDUMPER script?
When do I need to enclose options in single quotation marks (' ') or double quotation marks (" ") when I run the OBLOADER or OBDUMPER script?
What do I do if external files fail to be imported due to invalid file formats?
What do I need to pay attention to when I import table schemas or data?
FAQ related to coding
What do I do if garbled characters occur after I truncate long strings of Chinese characters?
What do I do if OBLOADER imports data to an incorrect table?
FAQ related to errors
What do I do if the following error is reported when I start OBLOADER or OBDUMPER: Access denied for user 'root'@'xxx.xxx.xxx.xxx'?
What do I do if the following error is reported when OBLOADER is running: Over tenant memory limits?
What do I do if the following error is reported when OBLOADER is running: No memory or reach tenant memory limit?
What do I do if the following error is reported when OBLOADER is running: No tables are exists in the schema: "xxx"?
What do I do if the following error is reported when OBLOADER is running: The xxx files are not found in the path: "xxx"?
What do I do if the following error is reported when OBLOADER is running: The manifest file: "xxx" is missing?
What do I do if the following error is reported when I use OBLOADER to import a delimited text file: Index: 0, Size: 0?

folded

share
Preview
What is on this page
FAQ related to products
What are the differences among the files in the CSV, SQL, DDL, CUT, POS, and MIX formats?
What is the relationship between the format of a data file and the extension of the file?
What do I need to pay attention to when I use OBLOADER to import data that is exported by using a third-party tool such as Mydumper and SQL Developer?
What do I need to pay attention to when I specify the --table option?
What are the differences between using OBLOADER in Alibaba Cloud and Private Cloud?
FAQ related to features
How do I run OBLOADER or OBDUMPER in debugging mode?
After data in a large table is exported by partition into several files with indefinite extensions, how do I import them by using OBLOADER?
How do I use OBLOADER to import a data file whose name is different from the table?
Why does the control file configured for a table fail to take effect when I import data to or export data from the table?
Why are command-line options not parsed as expected when I run the OBLOADER or OBDUMPER script?
When do I need to enclose options in single quotation marks (' ') or double quotation marks (" ") when I run the OBLOADER or OBDUMPER script?
What do I do if external files fail to be imported due to invalid file formats?
What do I need to pay attention to when I import table schemas or data?
FAQ related to coding
What do I do if garbled characters occur after I truncate long strings of Chinese characters?
What do I do if OBLOADER imports data to an incorrect table?
FAQ related to errors
What do I do if the following error is reported when I start OBLOADER or OBDUMPER: Access denied for user 'root'@'xxx.xxx.xxx.xxx'?
What do I do if the following error is reported when OBLOADER is running: Over tenant memory limits?
What do I do if the following error is reported when OBLOADER is running: No memory or reach tenant memory limit?
What do I do if the following error is reported when OBLOADER is running: No tables are exists in the schema: "xxx"?
What do I do if the following error is reported when OBLOADER is running: The xxx files are not found in the path: "xxx"?
What do I do if the following error is reported when OBLOADER is running: The manifest file: "xxx" is missing?
What do I do if the following error is reported when I use OBLOADER to import a delimited text file: Index: 0, Size: 0?