What is OBLOADER?
OBLOADER is a client data import tool developed in Java. OBLOADER provides extensive command-line options that allow you to import definitions and data to OceanBase Database in many complex scenarios. We recommend that you use OBLOADER along with OBDUMPER. However, in external services, OBLOADER can also import CSV files that are exported by third-party tools such as Navicat, MyDumper, and SQL Developer. OBLOADER fully exploits the features of the distributed OceanBase Database system. The tool is particularly optimized in import performance and stability, and is enhanced to provide more operation monitoring information, bringing better user experience.
What is OBDUMPER?
OBDUMPER is a client data export tool developed in Java. You can use it to export data and the DDL statements of objects in OceanBase Database to files.
OBDUMPER has the following advantages over other export tools such as MyDumper and SQL Developer:
Higher performance: OBDUMPER is specifically optimized for partitioned tables and tables without a primary key.
More features: OBDUMPER provides various features, including data preprocessing, support for various data formats, and global consistent nonlocking export.
Supported OceanBase Database versions
The following table describes OceanBase Database versions and modes that are supported.
| OceanBase Database mode | Supported version |
|---|---|
| Oracle mode | V2.2.30, V2.2.52, V2.2.7x, V3.1.x, V3.2.x, and V4.0.0 |
| MySQL mode | V1.4.70, V1.4.72, V1.4.75, V1.4.78, V1.4.79, V2.2.30, V2.2.50, V2.2.70, V2.2.71, V2.2.72, V2.2.76, V3.1.x, V3.2.x, and V4.0.0 |
Notice
OBLOADER & OBDUMPER V3.0.0 supports OceanBase Database Community Edition V3.1.2 and later.