Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.48 KB

Download using wget and curl.md

File metadata and controls

45 lines (25 loc) · 1.48 KB

Download using wget and curl

Downloading Oracle in linux is a bit tricky. Oracle provide a shell schript to download oracle, but for me it was taking more time to download, So here is the trick.

Do this in your GUI browser, like chrome or firefox.

  • First create an account in oracle and Signin.

  • Click here to download oracle for Linux and accept the license.

  • Click the files you want to download and while downloading just pause it copy the download link.

  • Now go to your terminal, install wget or curl.

    -- For Ubuntu

    apt-get install wget curl

    -- For RedHat,Centos and Amazon Linux

    yum install wget curl

  • Now type the below command to download via wget.

    wget <paste the like> -O filename.zip

    Eg:

    wget http://download.oracle.com/otn/linux/oracle12c/122010/linuxx64_12201_database.zip?AuthParam=111111111_cb3a26b3a63c89b4405a1e32822d19fc -O file1.zip