Migration Toolkit 55.9.0 release notes v55

Released: 21 Aug 2024

New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.9.0 include:

TypeDescriptionTicket
EnhancementMigration Toolkit now allows you to specify one or more options via an options file. This makes it easier to manage a long list of object names.
EnhancementThe validation capability of command-line options now reports more relevant error messages with a reference to the invalid option name/value and its usage.#38264
Bug fixFixed an issue where a column value that falls in the daylight saving time slot for an MS SQL Server timestamp column was being changed when migrating to EDB Postgres Advanced Server.#103780
#35739
Bug fixFixed an issue where the name of an Oracle database link was being truncated when migrated to EDB Postgres Advanced Server.#35924
Bug fixFixed an issue that caused a failure when migrating a source EDB Postgres Advanced Server table column containing comments to a SQL Server destination database.#37044
Bug fixFixed a corner case issue that caused an Oracle to EDB Postgres Advanced Server migration to fail with a “Connection closed” error when the source schema contained a fairly large number of objects.#35593
Bug fixFixed an issue where an Oracle table with multi-byte character name failed to migrate in dblinkOra mode.#101817
#35497
Bug fixFixed an issue that caused a migration from EDB Postgres Advanced Server to Oracle to fail for a TIMESTAMP type with explicit precision specification.
Bug fixFixed a corner case issue where NULL constraints failed to migrate when migrating from a SQL Server source database to an EDB Postgres Advanced Server destination database.