您的位置:首页 > 数据库 > Oracle

在Solairs10上安装 ORACLE10G 时 打补丁工作记录

2008-05-19 21:20 399 查看
在Solairs10 的服务器上安装ORACLE10G时,在安装过程中出现如下提示,

=======================================================================

Checking operating system package requirements ...
Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
Checking for SUNWi1cs; found Not found. Failed <<<<
Checking for SUNWi15cs; found Not found. Failed <<<<
Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
Check complete. The overall result of this check is: Failed <<<<
Problem: Some packages required for the Oracle Database 10g to function properly are missing (see above).
Recommendation: Install the required packages before continuing with the installation.
=======================================================================

在安装CRS的时候需要安装三个包:SUNWi1cs SUNWi15cs SUNWxwfnt
这三个包在solairs的第一张光盘里可以找到,安装方法
pkgadd -d /cdrom/sol_10_807_x86/Solairs_10/Product SUNWi1cs
pkgadd -d /cdrom/sol_10_807_x86/Solairs_10/Product SUNWi15cs
pkgadd -d /cdrom/sol_10_807_x86/Solairs_10/Product SUNWxwfnt

由于Solairs的服务器在机房,想简单的从Solairs的DVD安装盘中COPY三个包,然后通过pkgadd来安装补丁。通过PC机器的DVD光驱打开Solairs的安装盘,把Solairs_10/Product 目录下的SUNWi1CS,SUNWi15CS,SUNWXWFNT目录拷贝到本地,然后FTP到Solairs10的服务器,执行pkgadd操作,一开始总是报告错误:
“no packages were found”。找了些论坛,也有人遇到同样的问题。后来同事发现从PC机器的DVD拷贝下来的包的所有文件名的都变成大写了。问题原因找到了,可怎么回事呢?也不能一个个文件进行修改文件名字,文件太多。没办法只能到机房把 Solairs_10的安装盘通过UNIX服务器的DVD把三个包拷贝到服务器上,再执行pkgadd就正确的安装完成了。
不知道大家都是怎么解决该问题的?最终的原因又是甚么呢?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: