Visit Counter

Sunday, July 19, 2020

Unexpected error while executing the action at state: ‘supportedOSCheck’ 19c on Oracle Linux 8

[WARNING] [INS-08101] Unexpected error while executing the action at state: ‘supported check’ 19c on Oracle Linux 8






Solution:

========

[oracle@localhost admin]$ pwd
/home/oracle/oracle19c/cv/admin

[oracle@localhost admin]$ ls
cvu_config  cvusys.sql

[oracle@localhost admin]$ vi cvu_config


Old Value
-------------
#CV_ASSUME)DISTID=OLE5


New Value
--------------
CV_ASSUME)DISTID=OLE8





[oracle@localhost oracle19c]$ ./runInstaller

ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.

No X11 DISPLAY variable was set, but this program performed an operation which requires it.


[oracle@localhost oracle19c]$ export DISPLAY=:0.0


[oracle@localhost oracle19c]$ ./runInstaller