Promotes Patch Edition for new Run Edition. 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 cutover manual changes after deploy (apply)
and adopFinalize
operations.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
EBS Source Script |
| Yes | Source Script with full path. 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. |
EBS Database Password |
| Yes | DB User to connect with privileges. |
System Database Password |
| Yes | SYSTEM Password for AD Online Patching. |
Weblogic Admin Password |
| Yes | The password for the WebLogic admin user. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Application Restart |
| Yes | Specifies whether to restart application tier servers after cutover phase. Defaults to true. Leave as default unless you need to perform any manual steps during downtime. |
Concurrent Manager Wait |
| No | Specifies the number of minutes to wait for Concurrent Manager shutdown. Defaults to forever. Adop cutover starts by requesting a concurrent manager shutdown and then waits for in-progress requests to complete. If Concurrent Manager does not shutdown within the specified time limit, remaining concurrent requests will be killed and cutover will proceed. |
ADOP Additional Parameters |
| 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(mtrestart and cm_wait for adopCutover) will be ignored. e.g. analytics=yes allowcoredump=yes patchtop=/custom/patch/top loglevel=statement Note: loglevel allowed values (statement,procedure,event,warning,error,unexpected) |
ADOP 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 |
...