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