Tools for homogeneous database migrations
Notice
As of April 30, 2024, VMware Cloud on AWS is no longer resold by AWS or its channel partners. The service will continue to be available through Broadcom. We encourage you to reach out to your AWS representative for details.
A number of tools and technologies are available for data migration. You can perform the migration in a single phase or in multiple phases, based on your database size, consistency, the bandwidth of the network connection between your on-premises environment and AWS, and the allowed time for database migration. The following chart provides a list of tools and information to help you choose the option that best meets your needs.
Migration tool |
Database size |
Supports |
Recommended for |
Oracle SQL Developer (Database Copy feature) |
Up to 200 MB |
Amazon RDS Amazon EC2 |
Small databases with any number of objects. |
Up to 10 GB |
Amazon RDS Amazon EC2 |
Small to medium-size databases with a limited number of objects. |
|
Up to 10 GB |
Amazon RDS Amazon EC2 |
Small to medium-size databases with a large number of objects. |
|
Up to 20 TB |
Amazon RDS Amazon EC2 |
Preferred method for any database that's 10 GB – 20 TB in size. |
|
Any size |
Amazon RDS Amazon EC2
|
Minimal downtime migration. Database size is limited by bandwidth. You can use AWS DMS with Oracle Data Pump for large database migrations. |
|
Any size |
Amazon RDS Amazon EC2 VMware Cloud on AWS
|
Minimal downtime migration. Used with Oracle Data Pump for large database migrations. |
|
Any size |
Amazon RDS Custom Amazon EC2 VMware Cloud on AWS |
Minimal downtime migration. Used with Oracle RMAN to replicate changes after initial data transfer. |
|
Any size
|
Amazon RDS Custom Amazon EC2 VMware Cloud on AWS |
Databases over 2 TB, or if database backup is already in Amazon Simple Storage Service (Amazon S3). |
|
AWS Application Migration Service |
Any size |
Amazon EC2 |
Fast replication with minimal downtime during cutover. For more information, see the Application Migration Service documentation. |
Any size |
VMware Cloud on AWS |
HCX vMotion provides online or offline migration of a single virtual machine (VM) at a time with no downtime. |
The following subsections provide more information about each tool.
Oracle SQL Developer
Oracle SQL Developer
Oracle SQL Developer supports both Amazon RDS for Oracle and Oracle databases on Amazon EC2.
Oracle SQL*Loader
Oracle SQL*Loader
Oracle SQL*Loader supports both Amazon RDS for Oracle and Oracle databases on Amazon EC2.
Oracle Export and Import
Oracle Export and Import utilities
You can use this tool for both Amazon RDS for Oracle and Oracle databases on Amazon EC2.
Oracle Data Pump
Oracle Data Pump
You can use this tool for both Amazon RDS for Oracle and Oracle databases on Amazon EC2. You can also use Oracle Data Pump with AWS DMS and Oracle GoldenGate to handle the initial data transfer for large databases.
For Amazon RDS for Oracle, after the data is exported into dump files using the Oracle Data Pump export utility, the Oracle Data Pump import utility requires the data files to be available in the database server instance to import them into the database. You can't access the file system in the Amazon RDS DB instance directly, so you will need to transfer the dump files to Amazon RDS using one of these options:
-
Use a database link between the two databases. This process uses Oracle Data Pump and the Oracle DBMS_FILE_TRANSFER
package. It creates a database link between the source (on-premises) Oracle database and the target Amazon RDS for Oracle database. This option requires higher bandwidth connectivity between source and target databases; we recommend that you use AWS Direct Connect. This option is recommended only for small databases. For more information, see Importing data with Oracle Data Pump and a database link in the Amazon RDS documentation. -
Use an Amazon S3 bucket. Amazon RDS for Oracle supports Amazon S3 integration. This option is recommended when you have large data dump files and your database size is in terabytes. You can then copy the data dump files from on premises to your S3 bucket by using AWS Direct Connect (if your data size is from 10 GB to 5 TB) or AWS Snowball (if your data size is more than 5 TB) depending on the required migration time for your database.
After the data pump file is uploaded to Amazon S3, you can download it to the DATA_PUMP_DIR directory on the target Amazon RDS for Oracle DB instance, and then import the data into the DB instance. For more information, see Importing data with Oracle Data Pump and an Amazon S3 bucket in the Amazon RDS documentation.
With Oracle Data Pump, you can migrate larger databases in phases, on a schema-by-schema basis. You can migrate to a different version of the Oracle Database software and also migrate to platforms that have different hardware and software configurations.
AWS DMS
AWS Database Migration Service (AWS DMS) is a managed service that helps you move data to and from AWS easily and securely. AWS DMS supports most commercial and open-source databases, and facilitates both homogeneous and heterogeneous migrations. AWS DMS offers both one-time full database copy and change data capture (CDC) technology to keep the source and target databases in sync and to minimize downtime during a migration.
AWS DMS can perform a full copy of your Oracle database schema for small (10-20 GB) to medium (100-200 GB) sized databases. For very large databases, you can migrate the data to Amazon RDS or Amazon EC2 by using Oracle Data Pump, and then use the AWS DMS CDC feature for ongoing replication with minimal downtime. When the data is synchronized, you can cut over to the target database.
The following diagram shows how you can use Oracle Data Pump and AWS DMS together to migrate an on-premises database to Amazon RDS for Oracle with minimal downtime. The Oracle Data Pump export utility exports the schema to database dump files, and then transfers those files to Amazon S3 by using either AWS Direct Connect or AWS Snowball (depending on the size of the database, network bandwidth, and allowed migration time). After the dump files are loaded into Amazon S3, you can upload the files over to an Amazon RDS for Oracle DB instance. The Oracle Data Pump import utility then imports the data to Amazon RDS for Oracle, and AWS DMS CDC replicates all the changes from the source database to the target Amazon RDS for Oracle database.

For more information about using AWS DMS to migrate Oracle source databases, see Using an Oracle database as a source for AWS DMS in the AWS documentation.
Oracle GoldenGate
Oracle GoldenGate
You can run Oracle GoldenGate from your on-premises server in your source environment. However, we recommend that you install and run this tool from an EC2 instance, which serves as the GoldenGate hub, on AWS for better performance. You can have multiple GoldenGate hubs, especially if you are migrating data from one source database to multiple destinations. You can use GoldenGate with Amazon RDS for Active-Active database replication, zero-downtime migration and upgrades, disaster recovery, data protection, and in-region and cross-region replication. For details, see Using Oracle GoldenGate with Amazon RDS in the AWS documentation.
The following diagram shows how to use Oracle Data Pump and Oracle GoldenGate together to migrate an on-premises Oracle database to Amazon RDS for Oracle.

Oracle GoldenGate requires a separate license from Oracle.
Oracle GoldenGate supports both Amazon RDS for Oracle and Oracle databases running on Amazon EC2 or VMware Cloud on AWS.
Oracle Data Guard
Oracle Data Guard
When the primary on-premises Oracle database is in sync with the target standby database on the EC2 instance, you can switch over to the target database, which will convert it to a read-write database. You can then point your application connections to the new primary database. With this option, you can achieve minimum downtime and get an exact physical copy of your database on AWS. The migration is illustrated in the following diagram.

Oracle Data Guard supports Oracle databases running on Amazon EC2, Amazon RDS Custom, and VMware Cloud on AWS.
Oracle RMAN
Oracle Recovery Manager (RMAN)
You can place the Oracle RMAN backup of your on-premises Oracle database directly in an S3 bucket by using the Oracle Secure Backup (OSB) Cloud module, AWS Storage Gateway, or AWS DataSync. You can then use an AWS Identity and Access Management (IAM) role to give the S3 bucket access to your target Oracle database on an EC2 instance, and restore the database by using the RMAN backup files. You can take incremental backups from your on-premises Oracle database and apply them to the target Oracle database on the EC2 instance until the on-premises and target databases are in sync. You can then perform the switchover at a convenient time.
Oracle RMAN supports Amazon EC2, Amazon RDS Custom, and VMware Cloud on AWS migrations. It's the recommended approach when you can allow enough downtime for migrating your data to AWS.
VMware HCX
VMware Hybrid Cloud Extension
(HCX
HCX is available free of charge to VMware Cloud on AWS customers.