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...

Change DBID for an Oracle database

While cloning from Production to Non Production Databases, we come across same DBID being generated for the Non Prod Database. This would result in RMAN backup related errors, if you are using the same catalog database for both Production and Non Production Databases....

Roll Forward your Standby Oracle RAC database

Due to network issues or any other temporary issues, the synchronization between your Primary and Standby database might not be in SYNC. Here we would discuss, how to Roll Forward your Standby Database in Oracle RAC to ensure syncup with the Primary Database. Please...

RMAN Tasks in AWS RDS Oracle

Since AWS RDS is a PaaS, we donot have login to the Database host, rather we can connect to the database and there are some built-in queries which can help make our life easier to perform the Backup Operations in AWS RDS For more posts on AWS RDS please check...