AWS Database Migration Services(DMS) provides an easy to use the web interface to create a database migration task. One can do wildcard include(All tables in a Schema) and exclude certain tables. DMS provides an option to Map Tables via Wizard or JSON Editor. Here is how the UI looks like: While it is less effort […]
Recently I encountered an issue while importing schema to AWS RDS Oracle. Where the size of the export dump file is approx 1.8 GB. Import failed with the following error: SQL> Connected. SQL> SQL> SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 […]