Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

To download the files from DM outbox having suffix of process id

Abhi239Feb 18 2019 — edited Feb 18 2019

Hi Experts,

I have a requirement. I nee to run a Data management job which is exporting the data from pbcs and then storing the output file in outbox folder with process id suffixed. Now the problem is i need to automate this process of downloading 7 hen i need to download the new file and delete the previous day file. Since process id is getting suffixed so cant hardcode the name. i tried deleting the file with * but it didn't work. Any idea how can we handle this?

e.g. PBCStofile_001.dat needs to be deleted & PBCStofile_002.dat needs to be downloaded.

I tried the command

call epmautomate deletefile outbox/PBCStofile*.dat but it was not successful.

Cheers !!!

This post has been answered by JohnGoodwin on Feb 18 2019
Jump to Answer
Comments