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

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