AWS DMS – Target TableName Differs
AWS DMS is a tool that supports both homogenous and heterogeneous migration, helping to migrate to aws cloud. During most of the migrations, the source and target table names remain the same, in which case the Mappings.json file is pretty simple. As an example (Oracle to PostgreSQL) { “rules”: [ { “rule-type”: “selection”, “rule-id”: “1”, […]