I am a beginner to Oracle and I am trying to build a test lab in my home using Virtual box. I have tried several times to get a clean installation of an Oracle instance/database and keep running into the same errors.
Please help
Specification:
VM - Virtualbox VM Linux 64
OS - I tried two Oracle Linux 9.3 ISO. I tried (OracleLinux-R9-U3-x86_64-boot-uek) and (V1039262-01). I am installing Oracle Linux with the GUI
Oracle: I tried using both 19 and 21. Oracle 19 I used (V982063-01) and (LINUX.X64_193000_db_home). For Oracle 21c I used the (LINUX.X64_213000_db_home) zip file
I am also running the pre installation RPM
No matter what combination I use I am getting the same errors
When I start the Oracle installation I get:
[WARNING] [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'
Permanent Fix: Edit file $ORACLE_HOME/cv/admin/cvu_config using any editing tool and add a new line CV_ASSUME_DISTID=OEL9.0, followed by saving the file.
I am then able to open the Oracle Installation Wizard, but then run into the following errors
During - building ASM Client Shared Libraries
Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile '/u01/app/oracle/product/19/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
I click continue
During - Creating Symbolic Links
Error in invoking target 'links proc gen_pcscfg procob' of makefile '/u01/app/oracle/product/19/db_1/precomp/lib/ins_precomp.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
again I click continue
During - Linking dg4odbc Executables
Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/19/db_1/rdbms/lib/ins_rdbms.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
again I click continue
During - Linking NetClient Executables
Error in invoking target 'itnsping' of makefile '/u01/app/oracle/product/19/db_1/network/lib/ins_net_client.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
again I click continue
During - Linking Text executables
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19/db_1/ctx/lib/ins_ctx.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
again I click continue
During - Linking PLSQL Executables
Error in invoking target 'install' of makefile '/u01/app/oracle/product/19/db_1/plsql/lib/ins_plsql.mk'. See '/tmp/InstallActions2024-04-06_04-56-04PM/installActions2024-04-06_04-56-04PM.log' for details.
At this point I click abort
Please help. They all seem to be a “makefile” issue and I have oracle and oinstall the owner of everything.
Any feedback is appreciated.