Skip to content

Version 16.2

Compare
Choose a tag to compare
@darold darold released this 13 Jan 13:01
· 2018 commits to master since this release

This release fixes several issues, is more accurate on migration
assessment report and adds some new ora2pg command line options:

  • Add --pg_dsn, --pg_user and --pg_pwd to be able to set the
    connection to import directly into PostgreSQL at command line.
  • Add -f option to script import_all.sh to force to not check
    user/database existing and skip their creation.

Potential backward compatibility issues:

  • PG_SUPPORTS_CHECKOPTION is now enabled by default, you may want
    to migrate to PostgreSQL 9.4 or above.
  • Remove modification of CLIENT_ENCODING in generic configuration
    file with --init_project, use the default instead.
  • Remove modification of directive NLS_LANG to AMERICAN_AMERICA.UTF8
    in generic configuration file with --init_project, use the default
    instead.

See changelog the complete list of changes.