Migration of schema from onpremise to OCI
Hi team,
I have a requirement to download an OCI storage object(export dmp file) from OCI VM using curl command with pre authenticated url. The size of dmp file is 50GB.
We tried downloading the file with below command but the file downloaded with 0 size.
curl -O -v -X GET https://objectstorage.ap-*****-1.oraclecloud.com/p/dF5xZ-******-****/dev_bucket/o/xxttd.tgz
Can you kindly share the command that we can execute to download the dmp file safely.
Currently, we dont have site to site connectivity from onpremise to OCI,so we cannot do direct transfer.
Tagged:
0