4.13. Other Configuration Directives #

DEBUG #

Setting it to 1 enables verbose output.

IMPORT #

You can define common ora2pgpro configuration directives into a single file that can be imported into other configuration files with the IMPORT configuration directive as follows:

IMPORT  commonfile.conf

This will import all configuration directives defined into commonfile.conf into the current configuration file.