Upload huge files to MOS (My oracle support)
Posted by Arunkumar Kubendiran
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/”