There are many ways to upload the files to My oracle support SR. But when there is an huge file we may think how to upload the files especially if the file size are in GB.
Oracle has provided few ways and using curl command always worked for me.
curl -T "file.tar.gz" -o output -u "your mos login""https://transport.oracle.com/upload/issue/SR-number/"
Example:
curl -T "PROD_ora_16629_USER_CR3641.trc.tar.gz" -o output -u "username@domain.com""https://transport.oracle.com/upload/issue/3-20594295591/"
Oracle has provided few ways and using curl command always worked for me.
curl -T "file.tar.gz" -o output -u "your mos login""https://transport.oracle.com/upload/issue/SR-number/"
Example:
curl -T "PROD_ora_16629_USER_CR3641.trc.tar.gz" -o output -u "username@domain.com""https://transport.oracle.com/upload/issue/3-20594295591/"