Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1428402
  • 博文数量: 556
  • 博客积分: 12626
  • 博客等级: 上将
  • 技术积分: 5799
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-11 15:56
个人简介

从事IT基础架构多年,发现自己原来更合适去当老师……喜欢关注新鲜事物,不仅限于IT领域。

文章分类

全部博文(556)

文章存档

2019年(6)

2018年(15)

2017年(17)

2016年(11)

2015年(2)

2014年(2)

2013年(36)

2012年(54)

2011年(100)

2010年(41)

2009年(72)

2008年(14)

2007年(82)

2006年(104)

分类: Oracle

2007-04-02 18:59:00

    在安装oracle9205补丁时,遇到了如下错误提示:
$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be B.11.00 or B.11.11.    Actual B.11.23
                                      Failed <<<<
Exiting Oracle Universal Installer, log for this session can be found at /oracle/oraInventory/logs/installActions2007-04-02_06-10-33PM.log
 
检查操作系统版本确实是11.23,经查询,该错误是Oracle的一个bug(hp下安装oracle的bug太多了)
说明及解决办法如下:

The information in this article applies to:

Oracle Server - Enterprise Edition - Version: 9.2.0.5
HP-UX PA-RISC (64-bit)
HP-UX 11.00

Symptoms

After installing OUI 10.1.0.2 from 9205 patchset and then invoking it from ORACLE_HOME/bin
returns following error.

Using paramFile: /u01/app/oracle/oui.10.1/oui/oraparam.ini

Checking installer requirements...
Checking operating system version: must be B.11.11. Actual B.11.00 Failed <<

Cause

Bug 3527674 - Oui 10.1.0.2 From 9205 Patchset Can'T Be Used To Install 9205 On Hp 11.00 64bit

Fix

There are couple of workaround for it.

Use the command "runInstaller -ignoreSysPrereqs" to invoke the installer.
This will skip the system requirements check.

OR

Run the OUI from the patchset directory to install the 10.1.0.2 OUI into the ORACLE_HOME.
Now run the installer again from the patchset directory (rather than from the ORACLE_HOME).
To install the patchset.

References

- Oui 10.1.0.2 From 9205 Patchset Can'T Be Used To Install 9205 On Hp 11.00 64bit
阅读(2173) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~