Oracle 19c DB install on Oracle Linux 8 – avoid [WARNING] [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck’

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



Above error occurred while 19c (19.3) binary installation on server Oracle enterprise Linux version version 8.1 or greater  


Met INS-08101 when I installed Oracle database 19c on Oracle Linux 8 update 

 Unexpected error while executing the action at state: 'supportedOSCheck'

Solution 1

To solve this error 'supportedOSCheck' can set environment variable CV_ASSUME_DISTID, either temporarily or permanently.

At runtime, we can export the variable

$ export CV_ASSUME_DISTID=OEL8.1

Solution 2

Or we can uncomment the line containing the variable in the CVU configuration file

$ vi $ORACLE_HOME/cv/admin/cvu_config

#CV_ASSUME_DISTID=OEL5

Just remove the leading # the line


Comments

Popular posts from this blog

How to drop index and before dropping it how to get the DDL.

PRVG-11250 : The check "RPM Package Manager database" was not performed because

ORA-00257:archiver error, connect internal only until freed

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Linux OL7/RHEL7: PRVE-0421 : No entry exists in /etc/fstab for mounting /dev/shm

SKIP DNS RESLOV.CONF CHECK DURING RAC CONFIGURATION

CPU Patch Analysis

How to write to a CSV file using Oracle SQL*Plus

How to troubleshoot Long Running Concurrent Request in EBS 12.2

How To Manage Space of The FRA in the Oracle DB