Release date: 2024-03-25
This release provides optimizations and bug fixes. Major changes are as follows.
Fully redesigned implementation of package export and import. Now Oracle packages are converted to Postgres Pro packages automatically as correctly as possible, with messages in code parts that require programmer's attention.
Implemented the ability to export VARRAY as Postgres Pro
arrays.
Implemented the ability to export Oracle collections of associative arrays as collections from pg_variables.
Added the --offline option that allows converting
exported data without the connection to the Oracle database.
ora2pgpro processes functions and procedures
not defined in a package in the same way as previous versions. No support
for VARRAY or Oracle collections of associative arrays was
added. The new functionality is available in package conversion only.