Download Oracle Database 11g with wget Daniel September 23, 2014 Leave a comment
The project needs to deploy a new Oracle server, the room bandwidth is much faster than its own download, all to find ways to download the installation files directly on the Linux server.
The solution is relatively simple, first to the Oracle official website download page to find the specific file download address, such as Oracle 11GR2, first click on the browser to download,
Will first jump to the Oracle account login page, the new registration or login with registered account, will be directed to the real download address to start downloading.
This time directly in the browser to copy the address of the download file (Chrome/safari is very convenient), is similar to the following address:
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_2of2.zip? authparam=1411460800_39ecddedf6c41df7cd0426c00320***
The key is in the back of this generated Authparam field, directly put this address on the server to wget to download, on the line
Wget–limit-rate=2m "Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_2of2.zip?" authparam=1411460800_39ecddedf6c41df7cd0426c00320*** "
But this authparam each download will be different, so to download the other files will have to be in the browser to click again, and then copy the download address.