Importing data into Oracle on Amazon RDS
How you import data into an Amazon RDS for Oracle DB instance depends on the following:
-
The amount of data you have
-
The number of database objects in your database
-
The variety of database objects in your database
For example, you can use the following tools, depending on your requirements:
-
Oracle SQL Developer – Import a simple, 20 MB database.
-
Oracle Data Pump – Import complex databases, or databases that are several hundred megabytes or several terabytes in size. For example, you can transport tablespaces from an on-premises database to your RDS for Oracle DB instance. You can use Amazon S3 or Amazon EFS to transfer the data files and metadata. For more information, see Migrating using Oracle transportable tablespaces, Amazon EFS integration, and Amazon S3 integration.
-
Amazon Database Migration Service (Amazon DMS) – Migrate databases without downtime. For more information about Amazon DMS, see What is Amazon Database Migration Service and the blog post Migrating Oracle databases with near-zero downtime using Amazon DMS
.
Important
Before you use the preceding migration techniques, we recommend that you back up your database. After you import the data, you can back up your RDS for Oracle DB instances by creating snapshots. Later, you can restore the snapshots. For more information, see Backing up, restoring, and exporting data.
For many database engines, ongoing replication can continue until you are ready to switch over to the target database. You can use Amazon DMS to migrate to RDS for Oracle from either the same database engine or a different engine. If you migrate from a different database engine, you can use the Amazon Schema Conversion Tool to migrate schema objects that Amazon DMS doesn't migrate.