Downloading Oracle files on Linux via wget
August 24, 2018 Leave a comment
There are several ways to download files from Oracle site.
We will use one of the methods to download Oracle Proactive Bundle Patch on the Linux machine.
First of all, find the desired file and copy its link address:
Run WGET by passing the following parameters:
# wget --http-user=mariam.kupa@gmail.com --ask-password "https://updates.oracle.com/Orion/Services/download/p27968010_121020_Linux-x86-64.zip?aru=22331652&patch_file=p27968010_121020_Linux-x86-64.zip" -O p27968010_121020_Linux-x86-64.zip Password:
That’s it!