Hello,
We have requirement to automate the Oracle database software downloads using a shell script from downloads.oracle.com. The script will do some security scanning and then push it to our artifactory for new database implementation.
However, the download link needs a 'AuthParam' which is dynamic for each download, and this AuthParam is also has very short expiry time. If I use the link without ‘AuthParam’, the file is not being downloaded.
So, is there a way to get this AuthParam using a linux command without opening a browser? So that I can use it to construct the download url to download the software file.
I also tried to use edelivery.oracle.com website to use wget command but with the inputs like software version and platform into the script from us, it cannot construct the url as the name of the file here is totally different than the software name in downloads.oracle.com.
Let me know possible ways to achieve this. Much appreciated!
Thanks!