Getting authorization error message when loading into ADW from Oracle Object Storage
Hello,
I am working through the tutorial for loading data into ADW from Oracle Object Storage (here is the URL for the tutorial: https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/adwc/OBE_Loading%20Your%20Data/loading_your_data.html ). I did all of the steps in the tutorial including generating a token for the Object Store and then establishing the object store credentials in the ADW for the user/schema where the target tables are present (ie adwc_user).
In the tutorial it says that it is necessary to give privileges for loading data to the user that was used in the tutorial (ie adwc_user). I gave the adwc_user data loading privileges as suggested in the tutorial using the following command: GRANT UNLIMITED TABLESPACE TO adwc_user; (I did this when I was connected as ADW Admin).