Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
How to download this oracle database with my wget or curl on the CentOS release 6.9?

1 Answer

0 votes
by (36.8k points)

The Oracle supports basic authentication when downloading the files.

You can try:

 wget [email protected] --ask-password "http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip" -O file1of2

and

wget [email protected] --ask-password "http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_2of2.zip" -O file2of2

You'll be prompted for the password.

Want to be a Linux expert? Come and join this Linux course

Related questions

0 votes
1 answer
asked Feb 9, 2021 in Linux by blackindya (18.4k points)
0 votes
1 answer
asked Jan 26, 2021 in Linux by dev_sk2311 (45k points)
0 votes
1 answer

Browse Categories

...