You must configure data sources before you create a data migration project. To migrate data from or to an OceanBase database, you must add the OceanBase database as the source or destination data source. This topic describes how to create an OceanBase data source in OceanBase Migration Service (OMS).
Prerequisites
You have obtained the IP address and port number of the related database.
You have created a database user for data migration.
We recommend that you create a dedicated database user for the data migration project and grant the required data operation privileges to the user. For more information, see Create and authorize a database user.
Procedure
Log on to the OMS console.
In the left-side navigation pane, click Data Source Management.
On the Data Source Management page, click Create Data Source in the upper-right corner.
In the Create Data Source dialog box, specify the parameters. Data Source Type is set to OceanBase and Physical Data Source is selected by default.
Parameter Description Data Source Identifier We recommend that you set it to a combination of Chinese characters, digits, and letters. It must not contain any spaces and cannot exceed 32 characters in length. Region Select the region where the data source resides from the drop-down list. The region is the value that you set for the cm_regionparameter when you deploy OMS Community Edition.
Notice- This parameter is displayed only when multiple regions are available.
- Make sure that the mappings between the data source and the region are consistent. Otherwise, the migration and synchronization performance can be poor.
Tenant Type The type of the OceanBase database tenant. Valid values: Oracle and MySQL. OCP Cluster Optional. The OceanBase Cloud Platform (OCP) cluster associated with the data source. Select an OCP cluster from the drop-down list.
Note- Check whether the data source is managed in the selected OCP cluster.
- This parameter ensures that OMS obtains the incremental data of the OceanBase database. If you do not set this parameter, you cannot select Incremental Migration, Incremental Synchronization, or Reverse Incremental Migration.
Connection Mode Valid values: Manual Input and Command-line Connection String. - Manual Input: Enter the public IP address and port number of the OceanBase database.
- Command-line Connection String: Enter a command-line connection string.
Host IP Address The IP address of the host where the database is located. Port The port number of the host where the database is located. Tenant Name The name of the OceanBase Database tenant. Cluster Name The name of the cluster to which the OceanBase database tenant belongs. Database Username The username of the OceanBase database user for data migration or synchronization. We recommend that you create a dedicated database user for data migration or synchronization. Database Password The password of the database user. Database Name Optional. The name of the database. This parameter is required only when the Tenant Type parameter is set to MySQL. Schema Name Optional. The name of the schema. This parameter is required only when the Tenant Type parameter is set to Oracle. Remarks Optional. The additional information about the data source. (Optional) In the Create Data Source dialog box, click Show next to Advanced Options to set the parameters as needed.
Parameter Description Configurl Optional. The actual IP address of the server that runs OceanBase Database. - If you select OCP Cluster, this parameter is not displayed. OMS obtains the configurl from the OCP cluster to which the server belongs by default.
- If you do not specify OCP Cluster, you can specify the Username and Password parameters, click Search in OBServer next to the ConfigUrl field to obtain the IP address from the corresponding OBServer.
If the query fails, you can run theshow parameters like 'obconfig_url'command in the sys tenant of OceanBase Database. The returned value is the configurl.
Username Optional. The user reads the incremental logs of OceanBase Database. You must create the user in the sys tenant. Password Optional. The password of the user specified by the drc_user parameter. _OCEANBASE_INNER_DRC_USER Password Optional. The admin user is used to migrate tables without unique keys in OceanBase Database. When you migrate a table without a unique key, you must enter the password of the _OCEANBASE_INNER_DRC_USERuser.When you create a project to migrate or synchronize data from an OceanBase database, you must perform the following operations:
For schema migration, schema synchronization, or incremental synchronization, specify the username and password. If you do not specify OCP Cluster, you must specify Configurl.
For the migration of a table without a primary key, specify the password of
_OCEANBASE_INNER_DRC_USER.
When you create a project to migrate data to an OceanBase database, you must specify the username and password for reverse incremental migration. If you do not specify OCP Cluster, you must specify Configurl.
Click Test Connection to test the network connection between OMS and the source, and the validity of the username and password.
After the connection test succeeds, click OK.