Background information
OceanBase Developer Center (ODC) allows you to import schemas and data of database objects in batches.
You can create import tasks in ODC to import both schemas and data, only data, or only schemas of database objects.
Import schemas and data: You can import both the definition statements and data of database objects.
Import only data: You can import only the data of table or view objects.
Import only schemas: You can import only definition statements of database objects.
Import formats
ODC supports importing ZIP (batch import and single-table import), SQL (batch import), and CSV (single-table import) files.
A ZIP file here is a compressed package that is suffixed with .zip. In the
SQL files supported for batch data import are suffixed with .sql and contain statements that can be directly executed in the database. These statements include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.
CSV files supported for single table import are data files that are suffixed with .csv or .txt. These files support custom delimiters.
Considerations
The maximum size of files imported in one batch in Web ODC cannot exceed 2 GB after compression. To import data of a larger size, use the data import tool OBLOADER.
At most five concurrent import tasks are supported. Subsequent tasks need to wait in the queue.
By default, files related to import tasks are retained for 14 days.
In OceanBase V4.0.0 and earlier versions, configuring the sys tenant account and password in the data source can improve import speed. ODC can calculate the optimal parallel import strategy based on partition locations, and OceanBase V4.0.0 and earlier versions require querying and determining partition locations through the sys tenant.
For OceanBase versions after V4.0.0, it is not necessary to configure the sys tenant account and password in the data source. ODC supports querying and determining partition locations through the views of the business tenant.
Create an import task
Import schemas and data of an OceanBase database
Example: Import the schemas and data of the employee and salary tables on the local disk to the odc_test database.
| Parameter | Example value |
|---|---|
| Data source | mysql4.2.0 |
| Database name | odc_test |
| Table name | employee and salary |
On the
Tickets tab, chooseData Import >Create New .
In the task panel that appears, select the format of the file to be imported.

Note
- In ODC V4.2.3 and later, you can import schemas and data of a MySQL database.
- At present, ODC supports importing CSV, SQL, and ZIP files in batches.
- If you select
CSV Files forImport Format , header fields of the first row can be skipped during the import. - If you select
ZIP Files forImport Format , you can import a single table or multiple tables and skip existing schemas.
Upload the file to be imported.
Click the file pool to go to the file explorer and select the file to be imported. You can also directly drag the file to the file pool to upload it. The format of the uploaded file must be the same as the value you specified for
Import Format . Upload a file suffixed with.zipif you have selectedZIP Files forImport Format , upload a file suffixed with.sqlif you have selectedSQL Files forImport Format , and upload a file suffixed with.csvif you have selectedCSV Files forImport Format .Specify
File Encoding .ODC supports the following encoding standards:
ASCII ,ISO-8859-1 ,GB2312 ,GBK ,GB18030 ,Unicode (UTF-8) ,Unicode (UTF-16) ,Unicode (UTF-32) , andBIG5 .Go to the
Import Settings panel.Click Next: Import Settings to complete file import settings.
Specify
Import Content .
Note
- You must specify this parameter when you select
ZIP Files forImport Format . - At present, ODC supports three import modes:
Import Data Only ,Import Schema Only , andImport Data and Schema . The Import Schema Only mode specifies to import the definition statement of the target object.
- You must specify this parameter when you select
Select the database.
Select the database to which the data object is to be imported. The name of the data source for the database to which the task belongs is also displayed.
Complete the settings in the
Import Data Settings section.If you select
ZIP Files forImport Format andImport Data Only orImport Schema and Data forImport Content , you must configure data import settings. You need to specify the following fields:Clear Data Before Import : If you select this option, the original data in the destination object is cleared during data import.Batch Commit Quantity : You can clickAdvanced next toImport Data Settings to specify this field. After you specify this field, aCOMMITstatement is executed when the number of exported data rows reaches the specified quantity.Skipped Data Type (Optional): You can specify the data types to be skipped during data import. The data types that can be skipped are different in MySQL and Oracle modes. You can select multiple data types.
Specify the
Import Schema Settings field.You cannot specify this field if you select
Import Data Only forImport Content . This field involves operations on schemas that already exist. If you selectSkip , the system skips the schema definition statement in the file to be imported and directly imports the data. The original data in the object is retained. If you selectReplace , the system executes the schema definition statement in the file to be imported to re-create an object and replace the original one. Data in the original object is cleared.Specify the error handling method and execution mode.
ODC supports two error handling methods:
Abort Task andIgnore Error and Continue . You need to select the handling method as required.Select
Execute Now orScheduled Execution .
Choose whether to retain the current settings.
You can select
Retain Current Configuration in the lower-left corner to save the current data file and schema file settings.Generate the import task.
After you specify all preceding information, you can click
Submit in the lower-right corner of the panel to create an import task.View the import task.
After the task is generated, the
Tickets tab automatically appears, where you can view the task information.
Import schemas and data of a MySQL database
Note
In ODC V4.2.3 and later, you can import schemas and data of a MySQL database.
Example: Import the schemas and data of the employee and salary tables on the local disk to the odc_test database.
| Parameter | Example value |
|---|---|
| Data source | mysql4.2.2 |
| Database name | odc_mysql |
| Table name | employee and student |
On the
Tickets tab, chooseData Import > Create New.
In the task panel that appears, select the format of the file to be imported.

Note
- At present, ODC supports importing CSV, SQL, and ZIP files in batches.
- If you select
CSV Files forImport Format , header fields of the first row can be skipped during the import. - If you select
ZIP Files forImport Format , you can import a single table or multiple tables and skip existing schemas.
Upload the file to be imported.
Click the file pool to go to the file explorer and select the file to be imported. You can also directly drag the file to the file pool to upload it. The format of the uploaded file must be the same as the value you specified for
Import Format . Upload a file suffixed with.zipif you have selectedZIP Files forImport Format , upload a file suffixed with.sqlif you have selectedSQL Files forImport Format , and upload a file suffixed with.csvif you have selectedCSV Files forImport Format .Specify
File Encoding .ODC supports the following encoding standards:
ASCII ,ISO-8859-1 ,GB2312 ,GBK ,GB18030 ,Unicode (UTF-8) ,Unicode (UTF-16) ,Unicode (UTF-32) , andBIG5 .Go to the
Import Settings panel.Click
Next: Import Settings to complete file import settings.Specify
Import Content .
Note
- You must specify this parameter when you select
ZIP Files forImport Format . - At present, ODC supports three import modes:
Import Data Only ,Import Schema Only , andImport Data and Schema . The Import Schema Only mode specifies to import the definition statement of the target object.
- You must specify this parameter when you select
Select the database.
Select the database to which the data object is to be imported. The name of the data source for the database to which the task belongs is also displayed.
Complete the settings in the
Import Data Settings section.If you select
ZIP Files forImport Format andImport Data Only orImport Schema and Data forImport Content , you must configure data import settings. You need to specify the following fields:Clear Data Before Import : If you select this option, the original data in the destination object is cleared during data import.Batch Commit Quantity : You can clickAdvanced next toImport Data Settings to specify this field. After you specify this field, aCOMMITstatement is executed when the number of exported data rows reaches the specified quantity.
Specify the
Import Schema Settings field.You cannot specify this field if you select
Import Data Only forImport Content . This field involves operations on schemas that already exist. If you selectSkip , the system skips the schema definition statement in the file to be imported and directly imports the data. The original data in the object is retained. If you selectReplace , the system executes the schema definition statement in the file to be imported to re-create an object and replace the original one. Data in the original object is cleared.Specify the error handling method and execution mode.
ODC supports two error handling methods:
Abort Task andIgnore Error and Continue . You need to select the handling method as required.Select
Execute Now orScheduled Execution .
Choose whether to retain the current settings.
You can select
Retain Current Configuration in the lower-left corner to save the current data file and schema file settings.Generate the import task.
After you specify all preceding information, you can click
Submit in the lower-right corner of the panel to create an import task.View the import task.
After the task is generated, the
Tickets tab automatically appears, where you can view the task information.
Import schemas and data of an Oracle database
Note
In ODC V4.2.4 and later, you can import schemas and data of an Oracle database.
Example: Import the schemas and data of the employee and student tables on the local disk to the ODC_TEST database.
| Parameter | Example value |
|---|---|
| Data source | oracle424 |
| Database name | ODC_TEST |
| Table name | employee and student |
On the
Tickets tab, chooseData Import > Create New.In the task panel that appears, select the format of the file to be imported.
Note
- At present, ODC supports importing CSV, SQL, and ZIP files in batches.
- If you select
CSV Files forImport Format , header fields of the first row can be skipped during the import. - If you select
ZIP Files forImport Format , you can import a single table or multiple tables and skip existing schemas.
Upload the file to be imported.
Click the file pool to go to the file explorer and select the file to be imported. You can also directly drag the file to the file pool to upload it. The format of the uploaded file must be the same as the value you specified for
Import Format . Upload a file suffixed with.zipif you have selectedZIP Files forImport Format , upload a file suffixed with.sqlif you have selectedSQL Files forImport Format , and upload a file suffixed with.csvif you have selectedCSV Files forImport Format .Specify
File Encoding .ODC supports the following encoding standards:
ASCII ,ISO-8859-1 ,GB2312 ,GBK ,GB18030 ,Unicode (UTF-8) ,Unicode (UTF-16) ,Unicode (UTF-32) , andBIG5 .Go to the
Import Settings panel.Click
Next: Import Settings to complete file import settings.Specify
Import Content .Note
- You must specify this parameter when you select
ZIP Files forImport Format . - At present, ODC supports three import modes:
Import Data Only ,Import Schema Only , andImport Data and Schema . The Import Schema Only mode specifies to import the definition statement of the target object.
- You must specify this parameter when you select
Select the database.
Select the database to which the data object is to be imported. The name of the data source for the database to which the task belongs is also displayed.
Complete the settings in the
Import Data Settings section.If you select
ZIP Files forImport Format andImport Data Only orImport Schema and Data forImport Content , you must configure data import settings. You need to specify the following fields:Clear Data Before Import : If you select this option, the original data in the destination object is cleared during data import.Batch Commit Quantity : You can clickAdvanced next toImport Data Settings to specify this field. After you specify this field, aCOMMITstatement is executed when the number of exported data rows reaches the specified quantity.Skipped Data Types (Optional) : You can specify to skip the BLOB and CLOB types during data import.
Specify the
Import Schema Settings field.You cannot specify this field if you select
Import Data Only forImport Content . This field involves operations on schemas that already exist. If you selectSkip , the system skips the schema definition statement in the file to be imported and directly imports the data. The original data in the object is retained. If you selectReplace , the system executes the schema definition statement in the file to be imported to re-create an object and replace the original one. Data in the original object is cleared.Specify the error handling method and execution mode.
ODC supports two error handling methods:
Abort Task andIgnore Error and Continue . You need to select the handling method as required.Select
Execute Now orScheduled Execution .
Choose whether to retain the current settings.
You can select
Retain Current Configuration in the lower-left corner to save the current data file and schema file settings.Generate the import task.
After you specify all preceding information, you can click
Submit in the lower-right corner of the panel to create an import task.View the import task.
After the task is generated, the
Tickets tab automatically appears, where you can view the task information.
View an import task
Task list
Note
- The task list displays tasks of the last 48 hours.
- At most three concurrent import tasks are supported. Subsequent tasks need to wait in the queue.
After an import task is generated, the
The following table describes the information displayed in the import task list.
| Parameter | Description |
|---|---|
| No. | The ID of the import task. |
| Type | The type of the task specified when you created the task. |
| Ticket Description | The description entered when the task was initiated. |
| Current Reviewer | The approver. You can click the Search icon to search for or filter tasks by a specific reviewer. |
| Created By | The user who created the import task. You can click the search icon to search for or filter tasks by a specific creator. |
| Created At | The date and time when the task was generated. |
| Status | The current status of the task. ODC provides different management actions for tasks in different states. |
| Actions | Click
|
Task information
In the import task list shown in the preceding figure, click
View in theActions column of a task to view information about the task.In the
Task Details panel, click theTask Information tab to view the basic task information, file import information, and object information.Item Description Basic task information The execution status, ID, database, type, risk level, execution method, creator, and creation time of the task are displayed. File import information The import format, file to be imported, file encoding standard, data format, and error handling method specified when the import task was created are displayed. Object information The information about the import objects is displayed in the following columns: Object Name ,Object Type ,Actual Processing Quantity , andData Processing Status .
Task process
In the
Task logs
In the
| Tab | Description |
|---|---|
| All Logs | Displays the complete information of all task logs, including
|
| Alert Logs | Displays the
|
In addition, the toolbar provides the following icons:
| Icon | Description |
|---|---|
| Search | Click this icon to search for logs. |
| Download | Click this icon to download logs. |
| Copy | Click this icon to copy logs. |