×

Loading...
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务
Ad by
  • 推荐 OXIO 加拿大高速网络,最低月费仅$40. 使用推荐码 RCR37MB 可获得一个月的免费服务

哈哈,XB一下,终于搞定了如何用wget下载。

1、cksum不会改变zip文件,你得到的两个数字应该与我上面的两个相同才对,否则就是download出了问题;
2、wget可以断点须传,用wget比较可靠,用法如下:


$ wget -c --post-data="username=yourusername&password=yourpassword&remoteIp=yourip&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracle.com%3a80%2
fotn%2fnt%2foracle10g%2f10g_win32_db.zip" --save-cookies="cookie.txt" https://profile.oracle.com/jsp/reg/loginHandler.jsp

把其中的yourusername 换成你的username, yourpasswor换成你实际的password, yourip换成你实际的ip。
Report

Replies, comments and Discussions:

  • 工作学习 / 专业技术讨论 / Hi Guys, I suffer a big headache of oracle 10g downloading.
    I tried twice time to download 10g Rease2 with win32 platform. On Oracle website, the file shows .zip.when unzip with winzip, consistently complain ' not valid archive'.

    Anybody knows the tricks or I missed anything?

    Thanks in tons.
    • 各位帮忙啊,为什么下载的ZIP文件打不开啊?
      • post the filename, size of the files you downloaded in your harddisk, and better the MD5
        • 我没明白
      • Please use WinZip 9.0+, it's a new zip format.
      • 换台PC吧,碰到过类似问题,让朋友DOWNLOAD就好了
    • 坏文件,重当.
      • 小妹,我都重当了N回了,试了试小文件,可以正常打开,那些10g release1,2 之类的 死活不中啊,在ORACLE的LINK上,提到cksum - 1594035171 这类的东西,难道是 什么秘诀?
        http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/winsoft.html
        • CKSUM 是给你一个CODE, 你当了以后,RUN 这么命令,如果CODE一致就是当对了. 你是当10g for Ubix or 10g for Wintel?
          • win32啊,应该用WINZIP可以打开来安装啊,那个CKSUM是在安装还是运行时用的?
            • wget is very reliable download tool.
            • chksum is for unix, so sure you get the right file for windows platform?
              • check this out
                Oracle Database 10g Release 1 (10.1.0.2)
                Enterprise, Standard, Personal Edition for Microsoft Windows (32-bit)

                Download the Complete Files
                10g_win32_db.zip (604,263,765 bytes) (cksum - 1594035171)

                Directions
                1. Download to an empty directory and run setup.exe in the /Disk1 directory.
                2. See the Oracle Certification Matrices for certification information about this product.
                3. Installation guides and general Oracle Database 10g documentation can be found here.


                <b>文字</b><b>文字</b>
                • first portion of the output for chksum is the file size, is what listed on otn portal same as what you downloaded?
                  • I don't know what you mean. the file name has been highlight and click it will pop up a windows to same this file to local disk. I think this step is normal. Then downloading windows running
                    after downloading completed, you got a big zip file with same size as shown on
                    website. but when open it with winzip, complained with 'not valid archive'.

                    I tried other software 'oracle 10g express edition' , it looked like successfully download but when install it. got 'run error'.

                    what the Oracle doing here?
            • 那个就是校验当的文件对不对的工具~~~一般用在UNIX上, CKSUM在WINTEL 上用?~~估计你得去找个CKSUM.C重编译一下吧,没用过,木几.
            • There is a tool named cksum in cygwin. usage: cksum < 10g_win32_db.zip, it will spit out: 1594035171 604263765 on my computer.
              • 还是没明白,我得到了CKSUM的WINDOWS版本,c:>cksum d:\10g_win32_10.zip 然后只得到两个数据,可是对ZIP没有改变啊。请说明。
                • 那个数=1594035171? 如果不等,就是当得不对. 就UNZIP不了.要么就是你下载的时候试着选成BINARY 模式.
                  • 明白些了,我再试试,多谢各位的帮忙。
                • 哈哈,XB一下,终于搞定了如何用wget下载。
                  1、cksum不会改变zip文件,你得到的两个数字应该与我上面的两个相同才对,否则就是download出了问题;
                  2、wget可以断点须传,用wget比较可靠,用法如下:


                  $ wget -c --post-data="username=yourusername&password=yourpassword&remoteIp=yourip&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracle.com%3a80%2
                  fotn%2fnt%2foracle10g%2f10g_win32_db.zip" --save-cookies="cookie.txt" https://profile.oracle.com/jsp/reg/loginHandler.jsp

                  把其中的yourusername 换成你的username, yourpasswor换成你实际的password, yourip换成你实际的ip。
                  • 那个save-cookies不是必需的。
                  • 那你帮我看这个怎么办?ORACLE WEBSITE只给了连接,要么你把这个文件’SAVE TARGET AS‘ 或者CLICK这个文件名直接DOWNLOAD,JUDY说的BINARY方式就没 办法放进去,我试了多次,DOWN下来的文件都不对。
                    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
                    • How to donwload.
                      1. download wget from http://users.ugent.be/~bpuype/wget/
                      2. use the method i gave you to download the file, i already put the URL that you need in there. wget do use binary method to download,

                      for example:
                      your oracle account's user name and passwords are:
                      username: fxid
                      password: fpass

                      and your machine's IP address is:

                      101.102.103.104

                      type the following command

                      $ wget -c --post-data="username=fxid&password=fpass&remoteIp=101.102.103.104&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracle.com%3a80%2fotn%2fnt%2foracle10g%2f10g_win32_db.zip" https://profile.oracle.com/jsp/reg/loginHandler.jsp

                      Type all in one line, no breaks/CRs. and remember to replace the username, password with your real ones.
                      • check the error messages. And My IP was got from router . is it ok?
                        本文发表在 rolia.net 枫下论坛IP Address. . . . . . . . . . . . : 192.168.1.100
                        Subnet Mask . . . . . . . . . . . : 255.255.255.0
                        Default Gateway . . . . . . . . . : 192.168.1.1
                        DHCP Server . . . . . . . . . . . : 192.168.1.1
                        DNS Servers . . . . . . . . . . . : 192.168.1.1
                        Lease Obtained. . . . . . . . . . : Thursday, November 03, 2005 1:27:30
                        PM
                        Lease Expires . . . . . . . . . . : Friday, November 04, 2005 1:27:30 PM


                        F:\jobsearching\Oracle\10g>wget -c --post-data="username=fxid&password=mypass
                        &remoteIp=192.168.1.100&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracl
                        e.com%3a80%2fotn%2fnt%2foracle10g%2f10g_win32_db.zip" https://profile.oracle.com
                        /jsp/reg/loginHandler.jsp
                        --17:45:46-- https://profile.oracle.com/jsp/reg/loginHandler.jsp
                        => `loginHandler.jsp'
                        Resolving profile.oracle.com... 141.146.8.116
                        Connecting to profile.oracle.com|141.146.8.116|:443... connected.
                        ERROR: Certificate verification error for profile.oracle.com: unable to get loca
                        l issuer certificate
                        To connect to profile.oracle.com insecurely, use `--no-check-certificate'.
                        Unable to establish SSL connection.更多精彩文章及讨论,请光临枫下论坛 rolia.net
                        • wget -c --no-check-certificate --post-******************** I added --no-check-certificate.... it works. Thanks., I will let you know the result.
                      • this time is perfect. wget is better than ftp and zip file be recognized by winzip 9.0. Thank you guys, I appreciate your help.
            • Here is cksum for Windows:
    • Please use WinZip 9.0+, it's a new zip format.
      • I will try this one more time.