Search This Blog

Thursday 14 February 2019

How to download Oracle Software directly in Servers using wget.sh file | How to download using wget.sh file

I often wonder that how do we download GB size of oracle softwares and move it server and Install the same until I get to know how simple is that downloading any size of software using wget.sh shell script file directly in server.

Steps are very Simple. But as a first thing, Create/Have an Oracle account for You!

Step1:

Either Oracle eDelivery or Support.oracle.com, get the wget.sh file for the software that you would like to download



Download .sh and move the file to server where you want to download.

Step2:
Open shell scripts or command prompt just run the below command

[$] ./wget.sh
enter your username: bose.obiee@gmail.com + enter
[type your password] + enter

Note:
i. Enter the same username and password which you used to download the software
ii. After entering the username, just enter it 
iii. Second line will be blank but enter the oracle account password and click enter
iv. Check if you have proper privileges with read+write+execute permission in the target directory             when you are downloading.

If it is a bigger a software then it would take sometime based on the network speed in server and will complete the download.

Happy Blogging!
Bose

What is Oracle Database Link and How to create database link (DB Link)

 https://www.oracletutorial.com/oracle-administration/oracle-create-database-link/

Recent Posts