Oracle installation 11GR2 installation on RHEL7/ Centos7 errors and fixes
This article will list all errors/issues I encounter during Oracle installation with their fix.
It will be updated with all new errors I will encounter.
In this article ...
... "Fix prior install" needs jar binary. Install it with the following command:
$ yum -y install java-devel
memcpy error in ins_ctx.mk
Operating System: | Oracle Enterprise Linux 7 |
---|---|
Oracle version: | 11.2.0.1 |
Error output
Solution
Fix prior install
Execute the following script:
Fix during install
This fix can only be done in GUI mode installer.
When the windows prompt this error message:
Error in invoking target 'install' of makefile '/u01/app/oracle/product/11.2.0/db_1/ctx/lib/ins_ctx.mk'. See '/u01/app/oraInventory/logs/installActions2015-04-17_10-00-15PM.log' for details.
Execute the following script then click retry
to resume install
ins_emagent.mk error
Operating System: | Oracle Enterprise Linux 7 |
---|---|
Oracle version: | 11.2.0.1 |
Error output
Solution
Fix prior install
Execute the following script:
Fix during install
This fix can only be done in GUI mode installer. When the windows prompt this error message:
Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2015-04-23_01-23-30PM.log' for details.
Execute the following script then click retry
to resume install
ORA-00845
Operating System: | Oracle Enterprise Linux 7 |
---|---|
Oracle version: | Any |
Error output
Solution
Reduce memory target parameter
...
Increase the size of /dev/shm
ORA-19502/ORA-27072
Operating System: | Oracle Enterprise Linux 7 |
---|---|
Oracle version: | Any |
Error output
Solution
Free disk space/Add disk space
There is not enough disk space. Check disk space with df -h <path>