Sign InTry Free

Migrate from Amazon RDS for Oracle to TiDB Cloud Using AWS DMS

This document describes a step-by-step example of how to migrate data from Amazon RDS for Oracle to TiDB Serverless using AWS Database Migration Service (AWS DMS).

If you are interested in learning more about TiDB Cloud and AWS DMS, see the following:

Why use AWS DMS?

AWS DMS is a cloud service that makes it possible to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores.

If you want to migrate data from heterogeneous databases, such as PostgreSQL, Oracle, and SQL Server to TiDB Cloud, it is recommended to use AWS DMS.

Deployment architecture

At a high level, follow the following steps:

  1. Set up the source Amazon RDS for Oracle.
  2. Set up the target TiDB Serverless.
  3. Set up data migration (full load) using AWS DMS.

The following diagram illustrates the high-level architecture.

Architecture

Prerequisites

Read the following prerequisites before you get started:

Next, you will learn how to use AWS DMS to migrate data from Amazon RDS for Oracle into TiDB Cloud.

Step 1. Create a VPC

Log in to the AWS console and create an AWS VPC. You need to create Oracle RDS and DMS instances in this VPC later.

For instructions about how to create a VPC, see Creating a VPC.

Create VPC

Step 2. Create an Oracle DB instance

Create an Oracle DB instance in the VPC you just created, and remember the password and grant it public access. You must enable public access to use the AWS Schema Conversion Tool. Note that granting public access in the production environment is not recommended.

For instructions about how to create an Oracle DB instance, see Creating an Oracle DB instance and connecting to a database on an Oracle DB instance.

Create Oracle RDS

Step 3. Prepare the table data in Oracle

Using the following scripts to create and populate 10000 rows of data in the github_events table. You can use the github event dataset and download it from GH Archive. It contains 10000 rows of data. Use the following SQL script to execute it in Oracle.

After you finish executing the SQL script, check the data in Oracle. The following example uses DBeaver to query the data:

Oracle RDS Data

Step 4. Create a TiDB Serverless cluster

  1. Log in to the TiDB Cloud console.

  2. Create a TiDB Serverless cluster.

  3. In the Clusters page, click the target cluster name to go to its overview page.

  4. In the upper-right corner, click Connect.

  5. Click Generate Password to generate a password and copy the generated password.

Step 5. Create an AWS DMS replication instance

  1. Go to the Replication instances page in the AWS DMS console, and switch to the corresponding region.

  2. Create an AWS DMS replication instance with dms.t3.large in the VPC.

    Create AWS DMS Instance

Step 6. Create DMS endpoints

  1. In the AWS DMS console, click the Endpoints menu item on the left pane.

  2. Create the Oracle source endpoint and the TiDB target endpoint.

    The following screenshot shows the configurations of the source endpoint.

    Create AWS DMS Source endpoint

    The following screenshot shows the configurations of the target endpoint.

    Create AWS DMS Target endpoint

Step 7. Migrate the schema

In this example, AWS DMS automatically handles the schema, since the schema definition is simple.

If you decide to migrate schema using the AWS Schema Conversion Tool, see Installing AWS SCT.

For more information, see Migrating your source schema to your target database using AWS SCT.

Step 8. Create a database migration task

  1. In the AWS DMS console, go to the Data migration tasks page. Switch to your region. Then click Create task in the upper right corner of the window.

    Create task

  2. Create a database migration task and specify the Selection rules:

    Create AWS DMS migration task

    AWS DMS migration task selection rules

  3. Create the task, start it, and then wait for the task to finish.

  4. Click the Table statistics to check the table. The schema name is ADMIN.

    Check AWS DMS migration task

Step 9. Check data in the downstream TiDB cluster

Connect to the TiDB Serverless cluster and check the admin.github_event table data. As shown in the following screenshot, DMS successfully migrated table github_events and 10000 rows of data.

Check Data In TiDB

Summary

With AWS DMS, you can successfully migrate data from any upstream AWS RDS database following the example in this document.

If you encounter any issues or failures during the migration, you can check the log information in CloudWatch to troubleshoot the issues.

Troubleshooting

See also

Was this page helpful?

Download PDFRequest docs changesAsk questions on Discord
Playground
New
One-stop & interactive experience of TiDB's capabilities WITHOUT registration.
Products
TiDB
TiDB Dedicated
TiDB Serverless
Pricing
Get Demo
Get Started
© 2024 PingCAP. All Rights Reserved.
Privacy Policy.