19c Database Installation fails with Error:[INS-08101] Unexpected error while executing the action at state:'SupportedOSCheck'
Define below parameter before start ./runInstaller for oracle 19c installation on Linux 8
export CV_ASSUME_DISTID=RHEL7.6
To avoid below error :
further, follow below link to complete the oracle database installation
https://anuragkumarjoy.blogspot.com/2020/04/oracle-database-19c-step-by-step.html
[oracle@ip-192-168-43-225 ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 13 18:56:09 2020
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQL> select name ,open_mode from v$database;
NAME OPEN_MODE
--------- --------------------
INDIA READ WRITE
[oracle@ip-192-168-43-225 ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.0 (Ootpa)
[oracle@ip-192-168-43-225 ~]$
Oracle support doc
19c Database/client Installation fails with Error:[INS-08101] Unexpected error while executing the action at state:'clientSupportedOSCheck' (Doc ID 2584365.1)
No comments:
Post a Comment