Dayalan Punniyamoorthy Blog

Showing posts with label Find and Download Files. Show all posts
Showing posts with label Find and Download Files. Show all posts

Thursday, May 30, 2024

Find and Download Files from an Oracle EPM Cloud Environment!

 

Find and Download Files from an Oracle EPM Cloud Environment




In this Blog lets see the example script to automate the process of downloading files from an Oracle Enterprise Performance Management Cloud environment using a text string as a wildcard.

This script matches the string specified in the FILENAME parameter with file names displayed using the listfiles command, then automatically downloads the matching files.

Ensure you set the appropriate search string to the FILENAME parameter. For example, FILENAME="Scheduler Output/epm" will match file names containing "Scheduler Output/epm" in the listfiles command output, identifying the files to download.