• 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
  • 相关阅读:
    2.NET Core设定数据库种子
    1.ASP.NET Core 中向 Razor Pages 应用添加模型
    获取文件夹目录下的文件信息
    dataGridView读写文本
    C# winform 启动外部程序
    netcore访问本地磁盘
    c#利用定时器自动备份数据库(mysql)
    c#mysql数据库备份还原
    Linux之旅(二)
    Linux之旅
  • 原文地址:https://www.cnblogs.com/ayumie/p/8985076.html
Copyright © 2020-2023  润新知