Прочие директивы

DEBUG

Со значением 1 выводятся подробные сообщения.

IMPORT

Общие директивы ora2pgpro можно записать в отдельном файле и импортировать этот файл в другие файлы конфигурации, используя директиву IMPORT следующим образом:

IMPORT  commonfile.conf

При этом все директивы из файла commonfile.conf будут импортированы в текущий файл конфигурации.

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.

FAQ