Hi,
I am not an experienced DBA, but I am trying to learn by installing 19c. I am using an AWS Linux EC2 and failing to install Oracle with the following message
[WARNING] [INS-13014] Target environment does not meet some optional requirements.
CAUSE: Some of the optional prerequisites are not met. See logs for details. installActions2023-05-26_11-35-24PM.log
ACTION: Identify the list of failed prerequisite checks from the log: installActions2023-05-26_11-35-24PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
The response file for this session can be found at:
/u01/app/oracle/product/19.3/dbhome/install/response/db_2023-05-26_11-35-24PM.rsp
You can find the log of this install session at:
/tmp/InstallActions2023-05-26_11-35-24PM/installActions2023-05-26_11-35-24PM.log
[FATAL] Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile '/u01/app/oracle/product/19.3/dbhome/rdbms/lib/ins_rdbms.mk'.
See '/tmp/InstallActions2023-05-26_11-35-24PM/installActions2023-05-26_11-35-24PM.log' for details.
Moved the install session logs to:
/u01/app/oraInventory/logs/InstallActions2023-05-26_11-35-24PM
My first attempt was with a Linux 9 EC2 instance from AWS - the free tier one. I found that version (9) was not supported based on the Oracle Installation document, so I replaced the instance with a version 8 (4.18.0-372.9.1.el8.x86_64) I used the AMI from AWS called RHEL-8.6.0_HVM-20220503-x86_64-2-Hourly2-GP2
From what I remember I downloaded Oracle version 19.3
After all that I still keep getting the same error message.
Would I be better off using a newer version of Oracle?
Please any help would be appreciated.
Jeffrey