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
1.01k stars 343 forks source link

[NICE2HAVE] line-continuation character for config-file #1718

Closed nikodemusP closed 7 months ago

nikodemusP commented 9 months ago

If you have many many tables to exclude or to change only one line within the config-file gets a bit confusing. A line-continuation character will be useful

i.e.

EXCLUDE TABLE_1 - TABLE_2 - TABLE_3

thx

darold commented 9 months ago

Hi,

You can use as many as EXCLUDE or ALLOW lines you want in the configuration file, they will all be concatenated in a single corresponding list.

Here is the list of ora2pg.conf directives that can be repeated in the configuration file without erasing the previous one:

If there are directives that are not in this list and you want it to be used multiple time in ora2Pg.conf, just let me know.