Monday 16 October 2017

Workflow download and upload commands in Oracle apps

Workflow upload
WFLOAD <apps/pwd>@<connect_string> 0 Y {UPLOAD | UPGRADE | FORCE} <filepath>[<file_name.wft>]
Example:
WFLOAD apps/pwd@<connect_string> 0 Y UPLOAD $XXDOY_TOP/install/XXDOYAP.wft

Different “Upload Modes” applicable to WFLOAD:

UPGRADE
Honors both protection and customization levels of data
UPLOAD
Honors only protection level of data [No respect of Customization Level]
FORCE
Force upload regardless of protection or customization level

Workflow Download
WFLOAD <apps_user_name>/<password>@db 0 Y DOWNLOAD file_name.wft <Item_Type>

Example:
WFLOAD <apps_user_name>/<password>@db 0 Y DOWNLOAD XXDOYAP.wft

No comments:

Post a Comment