Oracle 12c Linux Installation Solving: Error irman ioracle
Hi! The Tutorial shows you Step-by-Step How to Solve the Oracle 12c Database Installation Linux “Error in invoking target ‘irman ioracle’ of makefile.”.
For Details Look to the Great Tutorial on: Oracle 12c Installation for Ubuntu 13.10 Saucy Amd64.
-
Make Needed Library SymLinking.
su oracle
sudo ln -s $ORACLE_HOME/lib/libocrutl12.so /usr/lib
Troubleshooting User is Not in Sudoers File
-
Modify the “env_rdbms.mk” File
After Ctrl+x to Save & Exit from nano Editornano $ORACLE_HOME/rdbms/lib/env_rdbms.mk
Search for “ORACLE_LINKLINE“
Modify the Line:ORACLE_LINKLINE=$(ORACLE_LINKER) $(PL_FLAGS) $(ORAMAI) $(SSORED) $(TTCSOI)
In:
ORACLE_LINKLINE=$(ORACLE_LINKER) -Wl,--no-as-needed $(PL_FLAGS) $(ORAMAI) $(SSORED) $(TTCSOI)
-
Click on Retry and Follow Up with Installation.