AIX6.1安装Oracle 10.2.0.5 patch报错解决

2014-11-24 17:56:15 · 作者: · 浏览: 0

oracle给出的解决方法如下:


Solution
To implement the solution, please execute the following steps:


1. Exit the current installer


2. As root user:



cd /usr/sbin/
mv fuser fuser.orig
touch /usr/sbin/fuser
chmod +x /usr/sbin/fuser



3. As oracle software owner, install the 10.1.2.3 patchset.
(Note: fuser can now return nothing, hence the Installer should continue)


4. After a successful installation, as the root user, rename the fuser back.



cd /usr/sbin/
cp fuser.orig fuser