by infra xpertzz | Feb 12, 2021 | AWS
In this post we will see how we can migrate an On-premise Oracle database to AWS RDS using Oracle Datapump utility and integration with S3. For more posts on AWS RDS please check the INDEX page or visit our YouTube channel There are various methods to migrate your...
by infra xpertzz | Jan 6, 2021 | AWS
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...
by infra xpertzz | Dec 23, 2020 | AWS
In this post we will see how we can migrate and replicate ongoing changes from an On-Premise Oracle Database to AWS RDS, before which we need to be well aware of the below constraints which you might face while migrating your databases. For more posts on AWS RDS...
by infra xpertzz | Dec 20, 2020 | AWS
In this post we will see how we can migrate an On-Premise Oracle Database to AWS RDS, before which we need to be well aware of the below constraints which you might face while migrating your databases For more posts on AWS RDS please check the INDEX page or visit...
by infra xpertzz | Dec 18, 2020 | 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)...