zoukankan      html  css  js  c++  java
  • Redhat Linux下使用wget下载oracle12c database software

    [root@db-test oracle12c]# wget -b http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip Continuing in background, pid 102627. Output will be written to wget-log.1 [root@pss-db-test oracle12c]# tail -f wget-log.1 Resolving login.oracle.com (login.oracle.com)... 209.17.4.8 Connecting to login.oracle.com (login.oracle.com)|209.17.4.8|:443... connected. HTTP request sent, awaiting response... 401 Authorization Required Authorization failed.

    wget -O linuxamd64_12102_database_1of2.zip -b http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_1of2.zip?AuthParam=1525327359_595ffd13c451876a19e1015c48700706
    wget -O linuxamd64_12102_database_2of2.zip -b http://download.oracle.com/otn/linux/oracle12c/121020/linuxamd64_12102_database_2of2.zip?AuthParam=1525327590_7f5e90233d2f3a45a7c45ecf6e711545

    [root@db-test oracle12c]# tail -f wget-log.3 1634000K .......... .......... .......... .......... .......... 99% 1.95M 0s 1634050K .......... .......... .......... .......... .......... 99% 30.0M 0s 1634100K .......... .......... .......... .......... .......... 99% 49.1M 0s 1634150K .......... .......... .......... .......... .......... 99% 26.7M 0s 1634200K .......... .......... .......... .......... .......... 99% 28.6M 0s 1634250K .......... .......... .......... .......... .......... 99% 38.2M 0s 1634300K .......... .......... .                               100%  109K=4m41s

    2018-05-03 06:06:41 (5.68 MB/s) - 鈒inuxamd64_12102_database_1of2.zip?AuthParam=1525327359_595ffd13c451876a19e1015c48700706?saved [1673544724/1673544724]

    All for u
  • 相关阅读:
    StrutsTestCase 试用手记
    java版的SHA1
    看看junit在一个具体的项目中
    store/index.js中引入并注册modules目录中的js文件:require.context
    vue项目报错:$ is not defined
    状态合并:replaceState
    路由导航守卫中document.title = to.meta.title的作用
    vue路由中meta的作用
    BCryptPasswordEncoder加密与MD5加密
    滑块验证机制
  • 原文地址:https://www.cnblogs.com/ayumie/p/8985076.html
Copyright © 2011-2022 走看看