`
Ghostbb
  • 浏览: 15630 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

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

阅读更多
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(这个图形界面显得很诡异,但是能看懂 )

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

分享到:
评论

相关推荐

    debian、ubuntu、凝思磐石系统oracle11g安装包,内置安装脚本

    总结起来,这个压缩包为在Debian、Ubuntu和凝思磐石系统上安装Oracle 11g提供了便利。内置的安装脚本不仅简化了安装流程,还支持自动恢复数据库,这对于开发者和运维人员来说是一个高效且实用的工具。然而,在实际...

    Canaima(Debian)Linux上安装oracle11g RAC.docx

    Canaima Linux 上安装 Oracle 11g RAC 的详细描述 本文档旨在描述在 Canaima Linux 4.0 上安装 Oracle 11g RAC 的过程。Canaima Linux 是基于 Debian Linux 的操作系统,委内瑞拉政府指定使用的操作系统。本文档将...

    debian 5+xdmcp+oracle 10g.txt

    在本文档中,我们将详细介绍如何在 Debian 5 操作系统上配置并安装 Oracle 10g 数据库。这包括了系统级别的配置、Oracle 前置条件以及必要的软件包安装。 #### 二、系统级配置 ##### 1. XDMCP (X Display Manager ...

    ubuntu下安装oracle10g

    在Ubuntu 8.04系统上安装Oracle 10g是一项技术性较强的任务,涉及到操作系统配置、依赖安装、用户权限管理以及数据库实例的创建等多个环节。以下是对整个过程的详细阐述: 1. **系统需求与准备**:首先,确保你的...

    debian-11.10.0-arm64 iso

    debian11镜像 ARM64架构 适合开发者安装在Linux arm64环境

    Debian中下载DLBD 46G镜像的步骤办法(采用jigdo方式)

    在本文中,我们将详细介绍如何在Debian系统中下载大型的DLBD(Debian Live and Debian Installer Binary Distribution)镜像文件,特别是使用jigdo工具来高效地完成这一任务。jigdo是一种有效的下载方法,它允许用户...

    Oracle10g数据库的安装优化方法研究.pdf

    在Debian这样的开源Linux发行版上安装Oracle 10g,不仅可以降低成本,还能够利用其开源的优势,根据需要进行定制和优化。以下是安装和优化Oracle 10g数据库在Debian上的详细步骤和关键知识点: 1. **系统准备**: ...

    oracle 11g依赖包

    glibc compat是针对特定版本的glibc的兼容层,确保Oracle 11g这样的软件能在不同版本的Linux发行版上运行,即使这些发行版可能使用了较新的glibc版本。 3. **pdksh**: 这是"Public Domain Korn Shell"的缩写,是一...

    Ubuntu8.04_server安装oracle10g

    在 Ubuntu 8.04 Server 上安装 Oracle 10g 是一项技术性较强的任务,需要遵循一系列详细的步骤。以下是安装过程中的关键知识点: 1. **环境准备**: - Ubuntu 平台:Ubuntu 8.04 Server 是一个基于 Debian 的 ...

    Debian 11 x86_64 OVF 下载.rar

    Debian 11 x86_64 OVF 下载 网盘文件永久连接

    Debian 11 操作系统(debian-11.2.0-amd64-netinst.iso)

    Debian 11 操作系统(debian-11.2.0-amd64-netinst.iso),网络安装,用于 64 位 PC(amd64)。 Debian GNU/Linux 是一个操作系统及自由软件的发行版,它是由一群自愿付出时间和精力的用户来维护并更新的。

    debian-10.10.0-amd64-netinst.iso

    debian最新系统,实测VMware可以使用

    Ubuntu 9.10安装Oracle 10g手记

    在本篇中,我们将深入探讨如何在Ubuntu 9.10操作系统上安装Oracle 10g数据库管理系统。这个过程涉及到多个步骤,包括系统配置、依赖安装、环境变量设置以及数据库实例的创建。以下是对整个安装过程的详细解析。 ...

    debian.11.3+debian-bullseye+debian-buster

    Debian是世界上最古老的Linux发行版之一,以其稳定性和安全性著称。这个压缩包文件包含了三个不同版本的Debian操作系统镜像:debian.11.3、debian_bullseye和debian_buster。每个版本都有其独特的特性和改进,下面将...

    debian-10.3.0-amd64-DVD-1

    debian-10.3.0-amd64-DVD-1

    oracle 官方下载 jdk8 linux版

    在Linux系统上安装Oracle JDK 8,通常涉及到下载、解压和配置环境变量等步骤。 首先,我们需要从Oracle官方网站获取JDK 8的Linux版本。官方提供的是tar.gz格式的压缩包,例如`jdk-8u231-linux-x64.tar.gz`。这个...

    64-bit ARM (AArch64) debian 系统安装手册,中文版

    ### 64-bit ARM (AArch64) Debian 系统安装手册中文版知识点解析 ...通过这些知识点的学习,用户可以更好地理解 Debian 在 64-bit ARM 架构上的安装流程和技术细节,从而顺利完成安装并高效地使用 Debian 系统。

Global site tag (gtag.js) - Google Analytics