Your cart is currently empty!
Author: alien
-
Khóa học miễn phí Amazon RDS – Oracle DB Data Import nhận dự án làm có lương
Amazon RDS – Oracle DB Data Import
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
After connecting to the AWS RDS Oracle DB, choose tools and Database Export.
Step-2
The next step asks for the type of export where we decide the export format.
Step-3
Next we decide on the DB objects to be exported.
Step-4
We can further decide on the name of the objects to be exported.
Step-5
We can further decide on the objects attributes to be exported.
Step-6
Finally we get the summary screen where we can revisit the objects we have choosen.
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.
Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án vừa nhận lương: Khóa học lập trình nhận lương tại trung tâm Toidayhoc
Khóa học miễn phí Amazon RDS – Oracle Connecting to DB nhận dự án làm có lương
Amazon RDS – Oracle Connecting to DB
To connect to Amazon RDS Oracle DB we need a client software. In this case we use Sql Developer. Install it using the link .
After it is successfully installed we follow the steps below to connect it to the Amazon RDS.
Step-1
From the DB instance details get the end point.

Step-2
Use the end point and the master user credentials as the connection details.

Step-3
Once connected, we get the following window.

Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án vừa nhận lương: Khóa học lập trình nhận lương tại trung tâm Toidayhoc