Oracle 12c Database Linux Installation TroubleShooting “Error in Invoking Target ‘irman Ioracle’ Of Makefile”

September 30, 2014 | By the+gnu+linux+evangelist.

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.

Oracle 12c Database Linux Installation TroubleShooting
  1. Make Needed Library SymLinking.

    su oracle
    sudo ln -s $ORACLE_HOME/lib/libocrutl12.so /usr/lib

    Troubleshooting User is Not in Sudoers File

    Guide to Enabling Sudo
  2. Oracle 12c Database Linux Installation TroubleShooting Error in invoking target'irman ioracle' of makefile - Featured

  3. Modify the “env_rdbms.mk” File
    After Ctrl+x to Save & Exit from nano Editor

    nano $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) 
    
  4. Click on Retry and Follow Up with Installation.


QuickChic Theme • Powered by WordPress