How-to Download Oracle 12c Database on Server Shell with wget and cURL Tools

Getting Oracle 12c DB on Server Shell

The Guide Shows You How-to Download the Latest Update for Oracle 12c 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.

Get Oracle 12c Database on Server Shell - Featured
  1. Authorize and Get Latest Oracle 12c Database Download Link:

    Get Oracle 12c Database Link
  2. How-to Export Cookies to Text File on Firefox/Chrome Browsers:

    Exporting Cookies to Text Guide
  3. On Browser Right-Click > Copy Link

  4. Downloading the Oracle 12c 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!