3.2.1 Upload ZIP Data Files to Object Store for StageDataLoad Batch Use these steps when uploading data files for the StageDataLoadBatch. Navigate to File Operation (Business process > Data Platform > File Operation). Click Upload File . Enter a File name and Extension, using the sample template file for reference.AMLCS_SYS_STAGE_ACCOUNT_ADDRESS_MAP_20141231_MAN.zip Select the File Type as Zip file. In the File Size field, provide the size of the file being uploaded ( in bytes). Click Generate . A PAR URL will generate. Copy the PAR URL generated above. Use curl to upload the file to the object store curl -X PUT --data-binary '@<csv-file-name>' <par_url>.For example: curl -X PUT --data-binary '@AMLCS_SYS_STAGE_ACCOUNT_ADDRESS_MAP_20141231_MAN.zip' https://objectstorage.oraclecloud.com/p/IWWPtdM1MNr_VG-I2p5YJldIxnNgAwbMHdrTfnqr3rM/n/oraclegbudevcorp/fsgbu_aml/default/2023-09-27/pim/1e291d3c58e1 Check the status in the File Operation page. Repeat these steps for all Zip Files and all tables. Note:You can upload/download a file using REST API. For more details, see Generating PAR URL for File Download.