Looking for your inputs and valuable suggestions for migrating webMethods adapter DB from SYBASE to SQL RDS.
Stored Procedures internally call SP and make use of JDBC Adapter connection dependent adapter services.
From migration perspective
Will it be change in config?
or it will involve DB type or version change – which could result in multiple other changes in the integration code.
FYI, Sybase is a SAP RDBMS product, there is no way you can migrate to Amazon RDS directly with any migration tool. There is no portability between different database products from different vendors.
The reason is Amazon RDS has only flavors for:
Amazon Aurora
PostgresSQL
MySQL
MariaSQL
Oracle
MS SQL Server
As such when you plan to migrate over, all the database objects and setup needs to be created from scratch.
Theoretically the steps you have mentioned are correct. If you can confirm that there is no issue with thE database objects and procedures,then the steps are correct.