Monday, 14 September 2020

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

 


Error: 

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


Solution:

[oracle@node1 dbhome_1]$ cd  $ORACLE_HOME/cv/admin

[oracle@node1 admin]$ vi cvu_config

un-comment the below parameter and set value as your OS version 

# Fallback to this distribution id

CV_ASSUME_DISTID=OEL8.2           #my OS version is CentOS Linux release 8.2.2004 (Core)

No comments:

Post a Comment

Configure TCP/IP with SSL and TLS for Database Connections

Topic : Configure TCP/IP with SSL and TLS for Database Connections   why do we need to configure the TLS connection in any database? ...