darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
991 stars 342 forks source link

Fix for Issue #1637 #1638

Closed simonpane closed 1 year ago

simonpane commented 1 year ago

Fix for Issue #1637

Fix removes the trailing "s" from the $ltype variable in the generated export_schema.sh and import_all.sh files.

Only relevant for the $EXPORT_TYPE variable (as that is the only one with a plural/trailing "s" in the list of values).

darold commented 1 year ago

Close #1637