首页 > 其他 > 详细

[INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck‘

时间:2021-09-01 20:04:17      阅读:22      评论:0      收藏:0      [点我收藏+]

Error while starting ./runInstaller for oracle 19c installation on Linux 8

参考MOS:Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)    

一、问题描述

The OUI installer in silent mode stops and shows this error message: [WARNING] [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck’. 

[oracle@single:/oracle/app/oracle/product/19.3.0/db]$ ./runInstaller

  1.  
    [WARNING] [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck‘
  2.  
     
  3.  
    CAUSE: No additional information available.
  4.  
     
  5.  
    ACTION: Contact Oracle Support Services or refer to the software manual.
  6.  
     
  7.  
    SUMMARY:
  8.  
     
  9.  
    - java.lang.NullPointerException

二、解决方案

Set the OS parameter in your terminal to a previous version and re-start the Oracle Universal Installer.

  1.  
    echo "export CV_ASSUME_DISTID=OEL7" /home/oracle/.bash_profile
  2.  
    source /home/oracle/.bash_profile

转载至https://blog.csdn.net/m0_50546016/article/details/116888610?spm=1001.2014.3001.5501

[INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck‘

原文:https://www.cnblogs.com/ataoxz/p/15208799.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!