Hi,
Installed Oracle Database 12c(12.1.0.1) using OUI graphical interface on an OEL 7
virtual machine using the link below.
URL: https://oracle-base.com/articles/12c/oracle-db-12cr1-installation-on-oracle-linux-7
Encountered the following errors during installation as mentioned in 12.1.0.1 Notes section
of the above URL.
1. [INS-13001] Environment does not meet minimum requirements.
Are you sure you want to continue?
2. Error in invoking target 'links proc gen_pcscfg procob' of makefile
'/u01/app/oracle/product/12.1.0.1/db_1/precomp/lib/ins_precomp.mk'.
See
'/u01/app/oraInventory/logs/installActions2014-04-26_08-07-04PM.log'
for details.
3. Error in invoking target 'install' of makefile
'/u01/app/oracle/product/12.1.0.1/db_1/ctx/lib/ins_ctx.mk'.
See
'/u01/app/oraInventory/logs/installActions2014-04-26_08-07-04PM.log'
for details.
On following the instructions mentioned there, I was able to fix the errors and successfully
install the software. However, the same cannot be said about the silent installation method
as there is not Retry option and the installation just fails.
Is there a way to tackle the above errors prior to installation so that a silent install can be done?
Thanks.