Categories
FUSION ANALYTICS: Automate The Uploading Process of Data Files for Oracle Object Storage

Disclaimer - This script is provided as an example, and its use is at your discretion. Oracle can’t warrant its execution in your environment or support its output in your environment.
Use this community script as an example. You must have Python 3.6 to execute the script.
Update two of the parameters in the script.
• Update the pre_auth_url parameter with the URL generated earlier.
• Update the path parameter with the directory that contains the data files.
It should look something like this:
Path='/Users/Downloads/Datafiles'
pre_auth_url=’ https://objectstorage.us-xxxxx-1.oraclecloud.com/p/xxxxxxxxJ_xxxxxx_xxxxxx-xxxxxxxxx/n/xxxxxxx/b/fawossbg/o/fawossdata/'
Execute the script using Python 3.6. Ensure that all the required files are in the path that is provided in the script.
NOTE - PLEASE CHANGE THE EXTENSION FROM .txt to .py
Please check out the following blogs for more detailed information on this topic.
https://blogs.oracle.com/analytics/post/loading-data-from-oss-into-oracle-fusion-analytics
Comments
-
Great info
0 -
Please check out the following blogs for more detailed information on this topic.
1