Deploys EBS Artifacts to the specified EBS server. This operation checks each file for changes and only deploys each file if it has changed or is set to forced. This operation is equal to apply phase if you are using adop phases for applying manual changes. The Target property for the source script can be used to choose what patch mode is used. If the source script is just the path to the source script, the deployment is equivalent to apply_mode=online, and the files are applied to the patch edition. If instead, " run" is appended to the source script, the deployment can be done equivalently to either downtime or hotpatch apply_mode by either leaving the server running, or stopping it before the operation. If you do not wish to use ADOP, append the " run" to the end of the source script.
...
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. Adding patch to the end is not allowed. This is because it will be added automatically if run is not added, and you are deploying.
| ||
EBS Database User |
| Yes | DB User to connect with privileges. | ||
EBS Database Password |
| Yes | Password to connect for | ||
EBS System Password |
| For ADOP | SYSTEM Password for AD Online Patching. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
EBS Application Short Name |
| App short name (e.g. XXAR). If source includes multiple custom tops, leave it empty and make sure top directory matches top name. | |
OAF Java Root Destination Directory |
| No | Target directory for java,class,xml files. |
OAF Java Classpath |
| No | Set the classpath, if needed for Java Compilation. |
OAF MDS Root Destination Directory |
| No | Target directory for MDS files (webui xmls). Default is PROD_TOP/mds. (e.g. $XXHR_TOP/mds). |
Concurrent Program SQL Root Destination Directory |
| No | Target directory for Concurrent Program's SQLs (Not executed after deploy). |
Java Stored Procedure Root Destination Directory |
| No | Target directory for Java Stored Procedure files. |
SQL Root Destination Directory |
| No | Target directory for SQL and PLS files. |
SQL Retry Count |
| No | Retry count for SQLs and PL/SQLs. Default is 5 |
SQL Ignore Compile Errors |
| No | Ignore SQL compilation errors. |
SQL*Loader Root Destination Directory |
| No | Target directory for control (ctl) files. |
AOL Root Destination Directory |
| No | Target directory for AOL (ldt) files. |
Forms Root Destination Directory |
| No | Target directory for form files (fmx). |
Forms Root Stage Directory |
| No | Stage directory for form files (fmb). |
Forms Classpath |
| No | Set the classpath, if needed for Forms compilation. |
Reports Root Destination Directory |
| No | Target directory for report files. |
Workflow Root Destination Directory |
| No | Target directory for workflow files. |
Workflow Upload Mode |
| No | Upload Mode for WFLOAD. [UPLOAD, UPGRADE, FORCE] Default is UPLOAD. |
Workflow Classpath |
| No | Set the classpath, if needed for Workflow Load (WFXLoad). |
Libraries Root Destination Directory |
| No | Target directory for form library files (plx). Default is PROD_TOP/forms. (e.g. $XXAR_TOP/forms). |
Publisher Root Destination Directory |
| No | Target directory for Publisher files. |
Publisher Default Custom Mode |
| No | When populating or evaluating files deployed with XDOLoader, set the CUSTOM_MODE of publisher files to this. [FORCE, NOFORCE] Default is FORCE. |
Fonts Root Destination Directory |
| No | Target directory for font files. |
Scripts Root Destination Directory |
| No | Target directory for script files. |
Perl Module Root Destination Directory |
| No | Target directory for perl modules. |
Media Root Destination Directory |
| No | Target directory for image files. |
HTML Root Destination Directory |
| No | Target directory for html files. |
JSP Compile Option |
| No | The selected option will be used while generating deploy command for JSP files. Default is No. Jsp files will not be compiled. If set to Compile, the JSP files will be compiled. The other option is Compile with Flush which will compile all deployed jsp files and their parents. |
Data Fix Root Source Directory |
| No | The source directory to recognize files as data fixes defaults to datafix |
Data Fix Root Destination Directory |
| No | The destination directory to copy file to. Leave blank to not copy file anywhere |
Stop on Error |
| No | Stop deploying, if any error occurs. If false or not specified, deploying of other files will be continued. |
Ignore Errors File List |
| No | List of files (allowing wildcards) to ignore errors. (e.g: DropHRTables.sql, CreateTables.sql, *_ddl.sql) |
File Permissions |
| Target File Permission. The target file will be set to this permission level after deployment using chmod. eg: 755 |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Include Object Types |
| No | Select types that should be deployed. If nothing selected, all types will be deployed. Package-Based Deployments only. Select one or more object types. This option is useful when files are deployed selectively across application tier nodes. |
Exclude Object Types |
| No | Select types that should not be deployed. Package-Based Deployments only. Select one or more object types. This option is useful when files are deployed selectively across application tier nodes. |
Include Files |
| No | Provide comma separated list of files that should be deployed. If nothing is provided, all files will be deployed. Use * to indicate wildcard. Package-Based Deployments only. You can use wild card like /java/*, /java/oracle/apps/pos/* |
Exclude Files |
| No | Provide comma separated list of files that should not be deployed. Use * to indicate wildcard. Package-Based Deployments only. Use ALL to skip all files. You can use wild card like /java/*, /java/oracle/apps/pos/* |
Force Deploy Files |
| No | List of files to force to be deployed even if they haven't changed. The value This is used by Full Deployment Projects only. |
Fail if patching in progress |
| No | Fail the workflow step if a patching cycle is in progress and deploying to RUN edition (defaults to TRUE). Applies to EBS 12.2+ only. If patch cycle is active then
If patch cycle is not active then
|
Copy Files to Patch File System |
| No | Option to sync files with patch file system. If selected, Operation will use deploy command for Program Files and HTML types but other types are simply copied onto patch file system. For Java files, class files will be copied. For form files, fmb and fmx files will be copied. |
...