oracle部署報錯解決
第1個錯誤:
./runInstaller -silent -responseFile /tmp/db_install.rsp -ignorePrereq
/home/u01/app/oracle/product/19.3.0/dbhome_1/perl/bin/perl: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
yum install libnsl
===========================
[WARNING] [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'
CAUSE: No additional information available.
ACTION: Contact Oracle Support Services or refer to the software manual.
SUMMARY:
- java.lang.NullPointerException
原因:
不管是圖形化界面還是靜默安裝,執(zhí)行前設(shè)置 CV_ASSUME_DISTID環(huán)境變量,設(shè)置該值為RHEL7.6,之后再次運行執(zhí)行程序或腳本
解決方法:
export CV_ASSUME_DISTID=RHEL7.6
source .bash_profile
./runInstaller -silent -responseFile /tmp/db_install.rsp -ignorePrereq
/home/u01/app/oracle/product/19.3.0/dbhome_1/perl/bin/perl: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
yum install libnsl
===========================
[WARNING] [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'
CAUSE: No additional information available.
ACTION: Contact Oracle Support Services or refer to the software manual.
SUMMARY:
- java.lang.NullPointerException
原因:
不管是圖形化界面還是靜默安裝,執(zhí)行前設(shè)置 CV_ASSUME_DISTID環(huán)境變量,設(shè)置該值為RHEL7.6,之后再次運行執(zhí)行程序或腳本
解決方法:
export CV_ASSUME_DISTID=RHEL7.6
source .bash_profile

浙公網(wǎng)安備 33010602011771號