Versions Compared

Key

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

Finalizes for Online Patch. With EBS 12.2, manual changes can be applied using online patching. FlexDeploy supports both traditional and online patching as a way of deploying your customizations and personalizations. Use this operation to finalize manual changes after deploy (apply) operation. In this phase, system performs any actions required to prepare for cutover.

Runs adop phase=finalize command.

Target Properties

Property Name

Property Code

Required

Description

EBS Source Script

FDEBS_SOURCE_SCRIPT

Yes

Source Script with full path. 
e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env

If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default.

e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env run

EBS Database Password

FDEBS_DB_PASSWORD

Yes

DB User to connect with privileges.
eg: Apps.
Make sure you have permission to execute sqls with this user for all schemas.

System Database Password

FDEBS_SYSTEM_PASSWORD

Yes

SYSTEM Password for AD Online Patching.

Weblogic Admin Password

FDWLS_ADMIN_PASSWORD

Yes

The password for the WebLogic admin user.

Project Properties

Property Name

Property Code

Required

Description

Inputs

Input Name

Input Code

Required

Description

Finalize Mode

Code Block
FDEBS_FINALIZE_MODE

No

Perform additional optimizations during Finalize phase. Quick mode will provide the shortest execution time, by skipping non-essential actions. Full mode performs additional actions such as gathering statistics that may improve performance after cutover.

ADOP Additional Parameters

Code Block
FDEBS_INP_ADOP_ADDITIONAL_PARAMS

No

Pass additional parameters to the adop command as key=value pairs with each pair in a new line. Parameters already available as explicit inputs(finalize_mode for adopFinalize) will be ignored.

e.g. analytics=yes

      allowcoredump=yes

      patchtop=/custom/patch/top

ADOP Additional Prompt Values

Code Block
FDEBS_INP_ADDITIONAL_PROMPT_VALUES

No

Pass additional values to prompts that may show up for ADOP phase operations. Each unique prompt value must be separated by a new line.

e.g. Y

      N

Outputs

Output Name

Required

Description

Artifacts

This operation doesn't consume or produce any artifacts.

...