Getting Oracle 11g DB on Server Shell
The Guide Shows You How-to Download the Latest Update for Oracle 11g Database Server on a Server Shell with wget and cURL Tools.
The Process Involve First to Access the Oracle Database Download Site on Browser and then Exporting Cookies for Authenticated Download on the Server.
-
Authorize and Get Latest Oracle 11g Database Download Link:
-
How-to Export Cookies to Text File on Firefox/Chrome Browsers:
-
On Browser Right-Click > Copy Link
-
Downloading the Oracle 11g Database on Command Line
wget --load-cookies=./cookies.txt --no-check-certificate "ORACLELINK"
OR:
curl --location --cookie ./cookies.txt --insecure "ORACLELINK"
Just Substitute the ‘ORACLELINK’ with the Copied one!