Download - Event
java oracle.apps.fnd.wf.WFXLoad -d apps appspwd host:port:sid thin US download_file.wfx EVENTS event_name
Example
java oracle.apps.fnd.wf.WFXLoad -d apps password bigboy:1521:demo thin US xx_demo_EVENT.wfx EVENTS xx.oracle.apps.demo
Download - Subscription
java oracle.apps.fnd.wf.WFXLoad -d apps appspwd host:port:sid thin US download_file.wfx SUBSCRIPTIONS event_name
Example
java oracle.apps.fnd.wf.WFXLoad -d apps password bigboy:1521:demo thin US xx_demo_SUBSR.wfx SUBSCRIPTIONS xx.oracle.apps.demo
Upload - Event
java oracle.apps.fnd.wf.WFXLoad -u apps appspwd host:port:sid thin US upload_file.wfx
Example
java oracle.apps.fnd.wf.WFXLoad -u apps password bigboy:1521:demo thin US xx_demo_EVENT.wfx
Upload - Subscription
java oracle.apps.fnd.wf.WFXLoad -u apps appspwd host:port:sid thin US upload_file.wfx
Example
java oracle.apps.fnd.wf.WFXLoad -u apps password bigboy:1521:demo thin US xx_demo_SUBSR.wfx
Note
Can we upload/download only a single subscription for an event ?
ReplyDelete