Migration Portal 5.0.0 release notes v5.0.0

Released: 27 May 2026

New features, enhancements, bug fixes, and other changes in Migration Portal 5.0.0 include the following:

TypeDescription
Breaking changeUpdated EDB DDL Extractor to version 3.0.0. The script now extracts all table constraints and indexes as separate definitions rather than inline in CREATE TABLE statements, making it easier to disable or exclude constraints and indexes in data migration scenarios. SQL files extracted using older extractor versions (earlier than 3.0.0) are no longer accepted due to changes in the parser logic. Download the latest edb_ddl_extractor.sql from the Migration Portal Projects page and re-extract your schemas before uploading.
EnhancementYou can now upload DDL files extracted from Oracle 21c databases and select Oracle 21c as the source database when uploading a file. Additional Oracle 21c transformations will be available in future releases.
EnhancementYou can now perform an online schema migration to an existing target database. If the selected target database already exists, Migration Portal drops the selected schemas (if they exist) before applying the online migration.
Bug fixFixed an issue in which the Contact Us form didn't display terms and conditions.
Bug fixFixed an issue in which the link to an incompatible feature in the Assessment Report was broken.
Bug fixFixed an issue in which generating a Migration Portal report became non-responsive when the object dependency graph contained a large number of nodes. If the dependency graph exceeds 5,000 nodes, it's now truncated to 5,000 nodes to keep the report responsive.
Bug fixFixed an issue in which Migration Portal ignored ALTER TYPE ADD/MODIFY attribute statements, causing the original type definition to be used instead of the altered definition.