Oracle 10g for AIX 5309 rootpre.sh执行错误

Oracle 10g for AIX 5309 rootpre执行时报以下错误:
# ./rootpre.sh
Required file ./pw-syscall32 is missing.
解决办法:
1、下载补丁号2896876,上传至服务端重新执行即可

2、以下方法没有尝试(仅作参考)
Copy the "rootpre" sub-directory to a temporary location and run rootpre.sh

If you have the Oracle10g software CDROM mounted on /cdrom, do the following:

    cp -r /cdrom/rootpre /tmp/rootpre

Alternatively, if you have downloaded the Oracle10g software and unpacked it in /stage then do the following:

    cp -r /stage/Disk1/rootpre /tmp/rootpre

Now execute the rootpre.sh script:

    cd /tmp/rootpre
    ./rootpre.sh

你可能感兴趣的:(oracle,AIX)