Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downloading Oracle database 12c Release 1 (12.1.0.2.0) on Linux via wget

How can I download oracle database with wget or curl on CentOS release 6.9 (Final)?

like image 836
hmzn Avatar asked Oct 12 '17 08:10

hmzn


1 Answers

See Downloading Oracle database 12c Release 1 (12.1.0.2.0) on Linux via wget

  1. Using your browser on your PC, go to http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index-092322.html
  2. read, understand and accept license agreement
  3. Login with your Oracle SSO Account
  4. Start & stop download, copy download link in browser's download manager, for example in Firefox: enter image description here
  5. start curl download with copied URL curl "http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_2of2.zip?AuthParam=XXX" -o linuxamd64_12102_database_2of2.zip (obviously AuthParam=XXX has to be your's)
like image 120
GWu Avatar answered Sep 28 '22 09:09

GWu