Shell Scripting Tutorial – Part 1

BASH SCRIPT BASICS 1.1. Shell programs General shell functions – The UNIX shell program interprets user commands, which are either directly entered by the user, or which can be read from a file called the shell script or shell program. Shell scripts are...

Heterogeneous Database Migration using AWS SCT

In this post we will see how we can migrate an On-premise Oracle database to Mysql RDS using AWS SCT and AWS DMS Before we proceed with the migration, we need to know what is AWS SCT For more posts on AWS RDS please check the INDEX page or visit our YouTube channel...

Daily Tasks in AWS RDS Oracle

This blog is meant to have a deep understanding on the daily tasks you can perform in Oracle Database hosted in AWS RDS. For more posts on AWS RDS please check the INDEX page or visit our YouTube channel How does RDS work? To deliver a managed service experience,...

Steps to integrate S3 with Amazon Oracle RDS

You can transfer files between an Amazon RDS for Oracle DB instance and an Amazon S3 bucket. You can use Amazon S3 integration with Oracle features such as Data Pump. For example, you can download Data Pump files from Amazon S3 to the DB instance host. For more posts...