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
978 stars 341 forks source link

first row of file supplied to -a is skipped #1660

Closed johnrtian closed 11 months ago

johnrtian commented 11 months ago

When I supply a file containing a list of table names as the -a parameter, the first row of this file appears to be skipped by ora2pg. Have seen this behavior 3 ways so far:

Is this just a formatting mistake on my part? I didn't see explicit directions for how that file should look.

darold commented 11 months ago

Thanks, commit 1828391 fixes this issue.