Amazonrds 简明教程

Amazon RDS - Oracle DB Data Import

要将数据导入 RDS Oracle 数据库,或从其中导出数据,我们需要考虑所涉及的数据大小,并使用适当的技术。我们用来连接到 AWS RDS Oracle 实例的 SQL 开发工具,可用于导出和导入 20MB 或如此大小的数据小批量。但是,为了导入 TB 级大小的数据,我们需要使用 Oracle 数据泵。

To import data into the RDS oracle database or export data from it, we need to consider the size of the data involved and use a appropriate technique. The Sql Developer tool which we use to connect to AWS RDS oracle instance, can be used for both export and import small volume of data like 20MB or so. But to import data of size in terabytes, we need to use oracle data pump.

Exporting Data Using SQL Developer

Step-1

连接到 AWS RDS Oracle DB 后,选择工具和数据库导出。

After connecting to the AWS RDS Oracle DB, choose tools and Database Export.

oracle export 1

Step-2

下一步会询问导出类型,届时我们决定导出格式。

The next step asks for the type of export where we decide the export format.

oracle export 2

Step-3

接下来我们决定要导出的数据库对象。

Next we decide on the DB objects to be exported.

oracle export 3

Step-4

我们可以进一步决定要导出的对象的名称。

We can further decide on the name of the objects to be exported.

oracle export 4

Step-5

我们可以进一步决定要导出的对象的属性。

We can further decide on the objects attributes to be exported.

oracle export 5

Step-6

最后,我们会看到摘要屏幕,在其中我们可以重新查看已选择的对象。

Finally we get the summary screen where we can revisit the objects we have choosen.

oracle export 6

单击上述步骤中的完成,将以所选格式将数据库导出到文件中。

Clicking finish on the above step will export the DB into a file in choosen format.

Importing Data Using SQL Developer

类似于上述导出步骤,我们可以通过来自工具菜单选项的数据库复制命令选择导入数据库。

Similar to the export steps above we can choose to import the db by using Database Copy command from the Tools menu option.