REDHAT8安装 Oracle 19C 报错,[INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck‘,有大神知道怎么办嘛?
这个问题我遇到过!
可以参考MOS:
Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)
这个是bug,可以通过设置环境变量来解决,解决方案:
echo "export CV_ASSUME_DISTID=OL7" /home/oracle/.bash_profile source /home/oracle/.bash_profile
执行完之后,重新安装即可!
希望能帮助到你,望采纳!谢谢~