

# Importing data into Oracle on Amazon RDS
<a name="Oracle.Procedural.Importing"></a>

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](oracle-migrating-tts.md), [Amazon EFS integration](oracle-efs-integration.md), and [Amazon S3 integration](oracle-s3-integration.md).
+ Amazon Database Migration Service (Amazon DMS) – Migrate databases without downtime. For more information about Amazon DMS, see [ What is Amazon Database Migration Service](https://docs.amazonaws.cn/dms/latest/userguide/Welcome.html) and the blog post [Migrating Oracle databases with near-zero downtime using Amazon DMS](https://amazonaws-china.com/blogs/database/migrating-oracle-databases-with-near-zero-downtime-using-aws-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](CHAP_CommonTasks.BackupRestore.md).

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.

**Topics**
+ [Importing using Oracle SQL Developer](Oracle.Procedural.Importing.SQLDeveloper.md)
+ [Migrating using Oracle transportable tablespaces](oracle-migrating-tts.md)
+ [Importing using Oracle Data Pump](Oracle.Procedural.Importing.DataPump.md)
+ [Importing using Oracle Export/Import](Oracle.Procedural.Importing.ExportImport.md)
+ [Importing using Oracle SQL\$1Loader](Oracle.Procedural.Importing.SQLLoader.md)
+ [Migrating with Oracle materialized views](Oracle.Procedural.Importing.Materialized.md)