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

Check and remove Table Fragmentation in Oracle

 What is Table Fragmentation? Fragmentation is caused in table when we do update, delete operation within the table which make the space available in between the table which lead to fragmentation. When rows are inserted into the table, the high watermark(used blocks)...