Show information of additional Oracle database object types
Database links
Packages (specification and body)
Synonyms
Show procedures and functions as separate types (until now both types were shown under Functions)
Improve data transfer for Oracle BLOB, CLOB, NCLOB and BFILE columns for rows with big LOBs.
This may fix out-of-memory errors on the Oracle side, namely MSG: ORA-01062: unable to allocate memory for define buffer.
It also significantly reduces the Migrator memory footprint.
The transfer of a row containing a LOB bigger than 500MB will abort with an informative error message.
Resolved Bugs
Creating a migration of a database with invisible columns causes a failure during meta-data import
(null value in column "position" of relation "table_column" violates not-null constraint)