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 […]
Author Archives: user
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 […]
Amazon RDS – Oracle Creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a Oracle DB can be done in three ways. Using AWS management console, AWS CLI or AWS API. We will look at each of these approaches one by one. Using […]