Operating System - HP-UX
1753454 Members
6146 Online
108794 Solutions
New Discussion юеВ

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

 
Rene Mendez_4
Super Advisor

Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

Install error:

Error in invoking target ioracle of makefile /oracle/OraHOme1/rdbms/lib/ins_rdbms.mk

HPUX 11i, patch december 2004

Regards
Rene
6 REPLIES 6
Peter Godron
Honored Contributor

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

Rene,
have you checked all the pre-requisites?

Please ensure that your compiler can be found in $PATH.
Also ensure libraries are included.
Any chance of more lines, before and after the error message from the log file?!

Thanks
Indira Aramandla
Honored Contributor

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

Hi Rene,

The problem could be with the ulimit for data. You can check the ulimit for data.
Change this to 1048576 ie ulimit -d 1048576

The other thing is make sure that all the environment variables are set. For instance check LD_LIBRARY_PATH.


Indira A

Never give up, Keep Trying
Peter Godron
Honored Contributor

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

Rene,
any update on this thread?
Is the problem still there?
Thanks
T G Manikandan
Honored Contributor

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

attach the installation log file.
Paulo Aboim Pinto
New Member

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

I have this error too. This is the log where the erro occour

in installActions2005-05-17_06-04-18PM.log

Calling action unixActions2.2.0.6.0 make
installMakePath = /bin/make
installMakeFileName = /home1/oracle/9.2.0.1/rdbms/lib/ins_rdbms.mk
installTarget = install
undoMakeFileName =
installArguments = ORACLE_HOME=/home1/oracle/9.2.0.1,
logFile = /home1/oracle/9.2.0.1/install/make.log
undoTarget =

Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /home1/oracle/9.2.0.1/rdbms/lib/ins_rdbms.mk
Exception Severity: 1
kwchen
Advisor

Re: Oracle 9i report Error in invoking target ioracle of makefile /oracle/OraHOme1/rd

Hi
I have a similar same problem.
I'm running on HPUX 11.0-64bit, 4 GB of memory.

I'm suspecting the kernel setting maxdsiz_64bit is not enough. I set it to 1 GB. Appreciate if anyone has similar experience. Thanks.

---------------------------------------
Calling action unixActions2.2.0.6.0 make
installMakePath = /usr/ccs/bin/make
installMakeFileName = /apps/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
installTarget = ioracle
undoMakeFileName =
installArguments = ORACLE_HOME=/apps/oracle/product/9.2.0,
logFile = /apps/oracle/product/9.2.0/install/make.log
undoTarget =

Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target ioracle of makefile /apps/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
Exception Severity: 1