Migration from IBM DB2 9.5 using AWS Database Migration Service

0

I have a IBM DB2 9.5 system that I want to migrate to RDS using DMS. The documentation says that the Schema Conversion Tool (SCT) will work with IBM DB2 version 9.5, but it is not listed as a supported DB2 version for a data source in the documentation about data sources ( https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html ). Does anyone know why there is an inconsistency here regarding support for IBM DB2 9.5? Do i need to upgrade the DB2 database to a supported version to be able to migrate to a MySQL database on RDS using DMS?

已提問 2 年前檢視次數 446 次
1 個回答
0

Hi Chris, AWS SCT and AWS DMS are related but yet different products. AWS Schema Conversion Tool (SCT), as the name suggests, is used for migrating schemas (it is also used for data warehouse migration but that's a different topic). AWS Database Migration Service is used for database migration i.e. the data within the tables. DMS can perform some schema conversion like table definitions and indexes. However, you will need SCT to perform schema conversion of other objects like procedures, functions and more.

The sources for AWS SCT are listed here here. The link you provided are the sources for AWS DMS. You are right in identifying that Db2 9.5 is not listed as a source for DMS. Reach out to your AWS account team to help with alternate solutions.

AWS
vg
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南