...
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Column Drop Action | FDORA_COL_DROP_ACTION | No | Determines what action to take for "dropping" columns. Can be set to Defaults to | ||
Revert to Baseline ID | FDORA_REVERT_TO_BASELINE_ID | No | Numeric ID of the baseline to revert an environment to. Leave blank to create a new baseline. | ||
Table Renames | FDORA_TABLE_RENAMES | No | Table rename string. The format is
| ||
Index Renames | FDORA_INDEX_RENAMES | No | Index rename string. The format is
| ||
Column Renames | FDORA_COLUMN_RENAMES | No | Column rename string. The format is
| ||
Trigger Renames | FDORA_TRIGGER_RENAMES | No | Trigger rename string. The format is
| ||
Constraint Renames | FDORA_CONSTRAINT_RENAMES | No | Constraint rename string. The format is
| ||
Synonym Renames | FDORA_SYNONYM_RENAMES | No | Synonym rename string. The format is
| ||
Sequence Renames | FDORA_SEQUENCE_RENAMES | No | Sequence rename string. The format is
| ||
View Renames | FDORA_VIEW_RENAMES | No | View rename string. The format is
| ||
Include Tablespaces | FDORA_TABLESPACE_FLG | No | Setting this to true causes create statements to include tablespace information where appropriate. This adds the tablespace clause to all creates. Defaults to false. Requires segments attributes to be enabled also. | ||
Include Segment attributes | FDORA_SEGMENT_ATTRIBUTES_FLG | No | Setting this to true causes create statements to include tablespace segment attribute information where appropriate. Defaults to false. | ||
Include Storage | FDORA_STORAGE_FLG | No | Setting this to true causes create statements to include storage information where appropriate. This adds the STOREAGE clause with its values on all creates. Defaults to false. Requires segments attributes to be enabled also. |
Outputs
Output Name | Required | Description |
---|---|---|
| No | Outputs the BaseLine ID which was built. |
FDORA_OUT_BL_TABLE_COUNT | No | Count of tables stored in the baseline. |
FDORA_OUT_BL_INDEX_COUNT | No | Count of indexes stored in the baseline. |
FDORA_OUT_BL_CONSTRAINT_COUNT | No | Count of constraints stored in the baseline. |
FDORA_OUT_BL_SEQUENCE_COUNT | No | Count of sequences stored in the baseline. |
FDORA_OUT_BL_PROCEDURES_COUNT | No | Count of procedures stored in the baseline. |
FDORA_OUT_BL_VIEWS_COUNT | No | Count of views stored in the baseline. |
FDORA_OUT_BL_SYNONYMS_COUNT | No | Count of synonyms stored in the baseline. |
FDORA_OUT_BL_MVIEW_COUNT | No | Count of materialized views stored in the baseline. |
FDORA_OUT_BL_MVIEW_LOG_COUNT | No | Count of materialized view logs stored in the baseline. |
FDORA_OUT_BL_PRIVILEGES_COUNT | No | Count of privileges stored in the baseline. |
...