---
title: "Save or update config file"
method: POST
path: "/ora2pg/project/{project}"
tags: ["API"]
---

# Save or update config file

`POST /ora2pg/project/{project}`

Saves an encrypted copy of the config json file in the project directory

## Path parameters

- `project` string, required

## Request body

- Ora2pgConfig
  - `COMMON` object
    - `values` object
      - `title` string
      - `IMPORT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `INPUT` object
    - `title` string
    - `class` string
    - `values` object
      - `INPUT_FILE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORACLE_HOME` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORACLE_DSN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORACLE_USER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORACLE_PWD` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USER_GRANTS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEBUG` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORA_INITIAL_COMMAND` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `SCHEMA` object
    - `title` string
    - `class` string
    - `values` object
      - `EXPORT_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `CREATE_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `COMPILE_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `POSTGIS_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `SYSUSERS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `LOOK_FORWARD_FUNCTION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NO_FUNCTION_METADATA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `ENCODING` object
    - `title` string
    - `class` string
    - `values` object
      - `NLS_LANG` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NLS_CHAR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `CLIENT_ENCODING` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `EXPORT` object
    - `title` string
    - `class` string
    - `values` object
      - `TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DISABLE_COMMENT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ALLOW` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `EXCLUDE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `VIEW_AS_TABLE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NO_VIEW_ORDERING` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `GRANT_OBJECT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `EXTERNAL_TO_FDW` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TRUNCATE_TABLE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_TABLESPACE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REORDERING_COLUMNS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REPLACE_QUERY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `FULL_TEXT_SEARCH` object
    - `title` string
    - `class` string
    - `values` object
      - `CONTEXT_AS_TRGM` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FTS_INDEX_ONLY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FTS_CONFIG` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_UNACCENT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_LOWER_UNACCENT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `DATA_DIFF` object
    - `title` string
    - `class` string
    - `values` object
      - `DATADIFF` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_UPDATE_BY_PKEY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_DEL_SUFFIX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_UPD_SUFFIX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_WORK_MEM` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_TEMP_BUFFERS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_BEFORE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_AFTER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATADIFF_AFTER_ALL` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `CONSTRAINT` object
    - `title` string
    - `class` string
    - `values` object
      - `SKIP` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `KEEP_PKEY_NAMES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PKEY_IN_CREATE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FKEY_ADD_UPDATE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FKEY_DEFERRABLE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEFER_FKEY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DROP_FKEY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `TRIGGERS_AND_SEQUENCES` object
    - `title` string
    - `class` string
    - `values` object
      - `DISABLE_SEQUENCE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DISABLE_TRIGGERS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `OBJECT_MODIFICATION` object
    - `title` string
    - `class` string
    - `values` object
      - `MODIFY_STRUCT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REPLACE_TABLES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REPLACE_COLS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PRESERVE_CASE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `INDEXES_SUFFIX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `INDEXES_REMAINING` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_INDEX_OPCLASS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PREFIX_PARTITION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PREFIX_SUB_PARTITION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DISABLE_PARTITION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `WITH_OID` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORA_RESERVED_WORDS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_RESERVED_WORDS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DISABLE_UNLOGGED` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `OUTPUT` object
    - `title` string
    - `class` string
    - `values` object
      - `PG_DSN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_USER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_PWD` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `OUTPUT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `OUTPUT_DIR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `BZIP2` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FILE_PER_CONSTRAINT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FILE_PER_INDEX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FILE_PER_FKEYS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FILE_PER_TABLE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FILE_PER_FUNCTION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `BINMODE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `STOP_ON_ERROR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `COPY_FREEZE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `CREATE_OR_REPLACE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_INIT_COMMAND` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `TYPE` object
    - `title` string
    - `class` string
    - `values` object
      - `DATA_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_NUMERIC_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_INTEGER_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEFAULT_NUMERIC` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ENABLE_MICROSECOND` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REPLACE_AS_BOOLEAN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `BOOLEAN_VALUES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REPLACE_ZERO_DATE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `MODIFY_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TO_NUMBER_CONVERSION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `GRANT` object
    - `title` string
    - `class` string
    - `values` object
      - `GEN_USER_PWD` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FORCE_OWNER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FORCE_SECURITY_INVOKER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `DATA` object
    - `title` string
    - `class` string
    - `values` object
      - `DATA_LIMIT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `BLOB_LIMIT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NOESCAPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TRANSACTION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `STANDARD_CONFORMING_STRINGS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `LONGREADLEN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `LONG_TRUNCOK` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NO_LOB_LOCATOR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `LOB_CHUNK_SIZE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `XML_PRETTY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `LOG_ON_ERROR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TRIM_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TRIM_CHAR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `INTERNAL_DATE_MAX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FUNCTION_CHECK` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NO_BLOB_EXPORT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DATA_EXPORT_ORDER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PSQL_RELATIVE_PATH` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `PERFORMANCE` object
    - `title` string
    - `class` string
    - `values` object
      - `JOBS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ORACLE_COPIES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PARALLEL_TABLES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEFAULT_PARALLELISM_DEGREE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PARALLEL_MIN_ROWS` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEFINED_PK` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DROP_INDEXES` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `SYNCHRONOUS_COMMIT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `PLSQL` object
    - `title` string
    - `class` string
    - `values` object
      - `EXPORT_INVALID` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PLSQL_PGSQL` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `NULL_EQUAL_EMPTY` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `EMPTY_LOB_NULL` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PACKAGE_AS_SCHEMA` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `REWRITE_OUTER_JOIN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `FUNCTION_STABLE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `COMMENT_COMMIT_ROLLBACK` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `STRING_CONSTANT_REGEXP` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `ALTERNATIVE_QUOTING_REGEXP` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `USE_ORAFCE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `AUTONOMOUS_TRANSACTION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `ASSESSMENT` object
    - `title` string
    - `class` string
    - `values` object
      - `ESTIMATE_COST` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `COST_UNIT_VALUE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DUMP_AS_HTML` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `TOP_MAX` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `HUMAN_DAYS_LIMIT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `AUDIT_USER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `UUID_FUNCTION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `POSTGRESQL` object
    - `title` string
    - `class` string
    - `values` object
      - `PG_VERSION` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `BITMAP_AS_GIN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_BACKGROUND` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DBLINK_CONN` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `PG_SUPPORTS_SUBSTR` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `SPATIAL` object
    - `title` string
    - `class` string
    - `values` object
      - `AUTODETECT_SPATIAL_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `CONVERT_SRID` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `DEFAULT_SRID` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `GEOMETRY_EXTRACT_TYPE` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `FDW` object
    - `title` string
    - `class` string
    - `values` object
      - `FDW_SERVER` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
  - `MYSQL` object
    - `title` string
    - `class` string
    - `values` object
      - `MYSQL_PIPES_AS_CONCAT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1
      - `MYSQL_INTERNAL_EXTRACT_FORMAT` Ora2pgConfigVal
        - `value` string — The value for this configuration parameter
        - `description` string — Text to display in UI hint
        - `include` boolean — Should this property be included or commented out in the Config file
        - `class` string — Set to 'basic' to show in UI when not in Advanced mode
        - `type` string — Set to 'password' to for password fields
        - `flag` boolean — Set to true to indicate the field has valid values of 0 or 1

## Response `201`

Created/saved

## Other responses

- `400` — Invalid configuration

---

[API](https://skmtc.dev/visulate/apis/visulate-ora2pg.md) · [All operations](https://skmtc.dev/visulate/apis/visulate-ora2pg/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/visulate/visulate-ora2pg/revisions/7a46868b88ab/schema)
