欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Debian上使用wget下载OTN上的Oracle 10g x64 OracleDebianLinuxAIXSolaris 

程序员文章站 2024-02-20 13:20:58
...
1. 下载lynx(一个基于命令行的浏览器)
apt-get install lynx


2. 设置lynx配置文件
在当前用户的跟目录创建一个lynx.cfg文件,内容如下:
SET_COOKIES:TRUE
PERSISTENT_COOKIES:TRUE
ACCEPT_ALL_COOKIES:TRUE
COOKIE_FILE:~/.lynx_cookies
INCLUDE:/etc/lynx.cfg


3. 使用lynx访问你需要下载的Oracle文件(这里我要下载Oracle 10 x64版本地址为:http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux_x86_64.cpio.gz

lynx -cfg=./lynx.cfg http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux_x86_64.cpio.gz


此时会跳转到一个登录验证页面,您需要有一个OTN帐号,按照屏幕提示输入用户名和密码,然后提交页面,在提示是否下载的时候选择cancel(这个图形界面显得很诡异,但是能看懂Debian上使用wget下载OTN上的Oracle 10g x64
            
    
    
        OracleDebianLinuxAIXSolaris  )

4. 使用wget下载你需要的文件

wget --load-cookies=.lynx_cookies http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux_x86_64.cpio.gz -b


一下是网上搜集的Oracle 10g的地址
Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (32-bit)

引用
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_client_win32.zip
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_clusterware_win32.zip
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_gateways_win32.zip


Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (x64)

引用
    http://download.oracle.com/otn/nt/oracle10g/10201/102010_win64_x64_database.zip
    http://download.oracle.com/otn/nt/oracle10g/10201/102010_win64_x64_client.zip
    http://download.oracle.com/otn/nt/oracle10g/10201/102010_win64_x64_clusterware.zip


Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Linux x86

引用
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux32.zip
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_client_linux32.zip
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_gateways_linux32.zip


Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Linux x86-64

   
引用
http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux_x86_64.cpio.gz
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_client_linux_x86_64.cpio.gz
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_clusterware_linux_x86_64.cpio.gz
    http://download.oracle.com/otn/linux/oracle10g/10201/10201_gateways_linux_x86_64.cpio.gz


Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for AIX5L

  
引用
http://download.oracle.com/otn/aix/oracle10g/10201/10gr2_aix5l64_database.cpio.gz
    http://download.oracle.com/otn/aix/oracle10g/10201/10gr2_aix5l64_client.cpio.gz
    http://download.oracle.com/otn/aix/oracle10g/10201/10gr2_aix5l64_cluster.cpio.gz
    http://download.oracle.com/otn/aix/oracle10g/10201/10gr2_aix5l64_gateways.cpio.gz


Oracle Database 10g Release 2 (10.2.0.2) Enterprise/Standard Edition for Solaris Operating System (x86)

引用
    http://download.oracle.com/otn/solaris/oracle10g/10202/10202_database_solx86.zip
    http://download.oracle.com/otn/solaris/oracle10g/10202/10202_client_solx86.zip
    http://download.oracle.com/otn/solaris/oracle10g/10202/10202_clusterware_solx86.zip


Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Solaris Operating System (x86-64)

引用
    http://download.oracle.com/otn/solaris/oracle10g/10201/x8664/10201_database_solx86_64.zip
    http://download.oracle.com/otn/solaris/oracle10g/10201/x8664/10201_client_solx86_64.zip
    http://download.oracle.com/otn/solaris/oracle10g/10201/x8664/10201_clusterware_solx86_64.zip