Thursday, October 7, 2021

ODI - Move file using OdiFileMove command

OdiFileMove: Use this command to move or rename files or a directory into files or a directory.

Here, I have created two referesh variables and one to store source path and another to store archive path. Now connect these two variables with OdiFileMove cmd to move files from source to target.


Once this package created, then create a scenario and run and check in operator tab for execution status.


For more details on cmd and paramters:

https://docs.oracle.com/middleware/1213/odi/reference/opentools.htm#BEIBHCBC

No comments:

Post a Comment

Featured Post

OIC - Simulating External SOAP Service Calls in OIC Without Agent Using a Stub Integration

Use Case: In Oracle Integration Cloud (OIC), we had a requirement to integrate with an external SOAP service that mandates an agent setup. ...