ora2pg 4.8 (Default branch)
Ora2Pg is a Perl module to export an Oracle
database schema to a PostgreSQL compatible schema.
It connects your Oracle database, extracts its
structure, and generates an SQL script that you
can load into your PostgreSQL database. It dumps
the database schema (tables, views, sequences,
indexes, grants) with primary, unique, and foreign
keys into PostgreSQL syntax without editing the
SQL code generated. It also dump Oracle data into
PostgreSQL DB as online process or into a file.
You can choose what columns can be exported for
each table.
License: Perl License
Changes:
This release adds a SYSUSERS configuration option
to exclude more Oracle System users from export.
It also adds support for binary mode output other
than ":raw", which is useful if you have UTF-8
records. Double escaping of special characters was
fixed.