Upload
WFLOAD
把工作流文件(wft文件)上传到数据库中
Example:-
WFLOAD apps/apps@instance 0 Y UPLOAD ABCDEFG.wft
Different “Upload Modes” applicable to WFLOAD
UPLOAD - Honors only protection level of data [No respect of Customization Level]
UPGRADE – Honors both protection and customization levels of data
FORCE - Force upload regardless of protection or customization level
注:UPLOAD - Honors only protection level of data [No respect of Customization Level]
UPGRADE – Honors both protection and customization levels of data
FORCE - Force upload regardless of protection or customization level
WFLOAD必须大写,小写的话Unix下会报command not found
一般情况下Oracle的patch(含有工作流文件)都是使用UPGRADE模式传入数据库的,这样就不会覆盖客户化的workflow的内容了。
默认wft源文件放在$
Download
WFLOAD /@db 0 Y DOWNLOAD file_name.wft
把数据库中的Item Type读取成wft文件
把数据库中的Item Type读取成wft文件
Example:-
WFLOAD apps/apps@instance 0 Y DOWNLOAD ABCDEFG.wft PTLEAVE
WFLOAD apps/apps@instance 0 Y DOWNLOAD ABCDEFG.wft PTLEAVE