Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle database software download using a script

user-kf750Jun 2 2023

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!

Comments
Post Details
Added on Jun 2 2023
4 comments
1,421 views