Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Property Code

Required

Description

Oracle Database URL

FDORA_URL

Yes

The JDBC URL for the target Oracle database.

Oracle Database UserFDORA_USERYesThe TheFDORA_DRIVER_PATH username that will be used to connect to the target Oracle Database.
Oracle Database PasswordFDORA_PASSWORDYesThe password for Oracle Database User.
Target JDBC Driver Path.FDORA_DRIVER_PATHYesPath containing JDBC driver for target database connection.
DDL Repo JDBC Driver PathFDORA_DDL_DRIVER_PATHYesPath containing JDBC driver for DDL repository database connection.
DDL Repository URLFDORA_DRIVERDDL_PATHURLYesThe JDBC URL for the DDL repository.
DDL Repository UserFDORA_DDL_DRIVER_PATHUSERYesThe userid used to connect to the DDL repository.
DDL Repository PasswordFDORA_SCHEMADDL_NAMEPASSWORDYesThe password for the DDL repository userid.

Project Properties

DDL Repository User

Property Name

Property Code

Required

Description

Oracle Object TypesFDORA_OBJECT_TYPESYes

The Oracle object types which are being managed.

Select multiple from FUNCTION,INDEX,PACKAGE,PACKAGE BODY,PROCEDURE,SEQUENCE,SYNONYMN,TABLE,TRIGGER,TYPE,TYPE BODY,VIEW

FDORA_DDL_URLYes
Oracle Database Schema Name(s)FDORA_DDLSCHEMA_USERYesThe userid used to connect to the DDL repository.
DDL Repository PasswordFDORA_DDL_PASSWORDYesThe password for the DDL repository userid.

Project Properties

Description

Property Name

Property Code

Required

NAME

Yes

Comma-separated list of schemas controlled by this project.

Inputs

Input Name

Input Code

Required

Description

Column Drop ActionFDORA_COL_DROP_ACTIONNo

Determines what action to take for "dropping" columns.

Can be set to SET UNUSED or DROP.

Defaults to SET UNUSED

Create BaselineFDORA_CREATE_BASELINE_FLG
Whether to generate a baseline on the target environment and compare to new baseline.
Preview ExecutionFDORA_PREVIEW_EXECUTION
Whether to bypass actual execution of the DDL, and simply run the compare.

...