Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Creates a baseline of the input schema name.

Environment/Instance Properties

Property Name

Property Code

Required

Description

Oracle Database URL

FDORA_URL

Yes

The JDBC URL for the target Oracle database.

Oracle Database UserFDORA_USERYesThe 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_DDL_URLYesThe JDBC URL for the DDL repository.
DDL Repository UserFDORA_DDL_USERYesThe userid used to connect to the DDL repository.
DDL Repository PasswordFDORA_DDL_PASSWORDYesThe password for the DDL repository userid.

Project Properties

Property Name

Property Code

Required

Description

Oracle Database Schema Name(s)FDORA_SCHEMA_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.

Revert to Baseline IDFDORA_REVERT_TO_BASELINE_IDNo

Numeric ID of the baseline to revert an environment to.

Defaults to -1.

Table RenamesFDORA_TABLE_RENAMESNo

Table rename string.

Defaults to NONE.

Index RenamesFDORA_INDEX_RENAMESNo

Index rename string.

Defaults to NONE.

Column RenamesFDORA_COLUMN_RENAMESNo

Column rename string.

Defaults to NONE.

Trigger RenamesFDORA_TRIGGER_RENAMESNo

Trigger rename string.

Defaults to NONE.

Constraint RenamesFDORA_CONSTRAINT_RENAMESNo

Constraint rename string.

Defaults to NONE.

Synonym RenamesFDORA_SYNONYM_RENAMESNo

Synonym rename string.

Defaults to NONE.

Sequence RenamesFDORA_SEQUENCE_RENAMESNo

Sequence rename string.

Defaults to NONE.

View RenamesFDORA_VIEW_RENAMESNo

View rename string.

Defaults to NONE.

Outputs

Output Name

Required

Description

FDORA_OUT_BASELINE_ID

No


FDORA_OUT_BL_TABLE_COUNTNo
FDORA_OUT_BL_INDEX_COUNTNo
FDORA_OUT_BL_CONSTRAINT_COUNTNo
FDORA_OUT_BL_SEQUENCE_COUNTNo
FDORA_OUT_BL_PROCEDURES_COUNTNo
FDORA_OUT_BL_VIEWS_COUNTNo
FDORA_OUT_BL_SYNONYMS_COUNTNo
FDORA_OUT_BL_MVIEW_COUNTNo
FDORA_OUT_BL_MVIEW_LOG_COUNTNo
FDORA_OUT_BL_PRIVILEGES_COUNTNo

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

[Delete section if not needed]


Describe any dependencies between properties that may exist or anything that that isn’t really covered above but is relevant to this operation.


  • No labels