advertisements
_____________________________________________________________________________________________________________________
Step 1: Connect to the oracle.com download page using your
OTN credentials and accept the license agreement.
Step 2: Click on the software which you wanted to download.
Example Linux x86-64 File1. This will start downloading the software to the
local PC/laptop.
Step 3: If you are using Chrome browser, press CTRL+J which
will open the download page. From there you copy the download link by right
clicking the link. E.g: http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip?AuthParam=1465549373_e0facd04c074894d70a42ff3b6e1d13a
Step 4: Go to you putty prompt and give following command.
This will start the download.
wget
"http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip?AuthParam=1465549373_e0facd04c074894d70a42ff3b6e1d13a"
-O linuxamd64_12102_database_1of2.zip
Actual Syntax: wget "download_url" -O file_name
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment