Operating System - HP-UX
1833861 Members
2509 Online
110063 Solutions
New Discussion

Oracle 9i install: Error in invoking target install of makefile

 
SOLVED
Go to solution
Chris2005
Regular Advisor

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing: See attachement.

Furthermore:
$ whoami
oracle

$ echo $ORACLE_HOME
/opt/oracle/product/9.2.0

$ pwd
/opt/oracle/product/9.2.0/sqlplus/lib
$ ll
total 30672
-rw-r--r-- 1 oracle dba 42735 Apr 26 2002 env_sqlplus.mk
-rw-r--r-- 1 oracle dba 1157 Apr 26 2002 ins_sqlplus.mk
-rw-r--r-- 1 oracle dba 2872 Apr 26 2002 s0afimai.o
-rw-r--r-- 1 oracle dba 2768 Apr 26 2002 safiimfg.o
-rw-rw-r-- 1 oracle dba 15626288 Jan 21 23:50 sqlplus

What is going on here?

Regards,
Chris
8 REPLIES 8
Chris2005
Regular Advisor

Re: Oracle 9i install: Error in invoking target install of makefile

See attachement for logfile.

Chris2005
Regular Advisor

Re: Oracle 9i install: Error in invoking target install of makefile

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 147456 84896 62128 58% /
/dev/vg00/lvol1 298928 44728 224304 17% /stand
/dev/vg00/lvol8 360448 171856 187392 48% /var
/dev/vg00/lvol7 1228800 877184 348912 72% /usr
/dev/vg00/lvol6 229376 114248 114880 50% /tmp
/dev/vg00/lvol5 5128192 3300336 1813600 65% /opt
/dev/vg00/lvol4 32768 2336 30200 7% /home
/dev/dsk/c0t2d0 0 0 0 0% /SD_CDROM
#
Chris2005
Regular Advisor

Re: Oracle 9i install: Error in invoking target install of makefile

The machine I'm using is an old one: PA-RISC 9000 D210 but should do the job for Oracle 9i I was told. How do I see how much RAM is in it and stuff like that?
Chris2005
Regular Advisor

Re: Oracle 9i install: Error in invoking target install of makefile

If you don't want to open the attachement, this is the error I get:

Error in invoking target install of makefile
/opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk

Pls help. Thank you.
Piergiacomo Perini
Trusted Contributor

Re: Oracle 9i install: Error in invoking target install of makefile

Hi Chris,

see the Oracle 9i Installation Guide for HP-UX
in order to check and set properly the enviroment.

hth
regards
pg

ps : see also this link http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=641939
but i think is not your case.
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Oracle 9i install: Error in invoking target install of makefile

Hang it up. Your D210 is a 32-bit box and Oracle 9.x for HP-UX is only available as a 64-bit application.
If it ain't broke, I can fix that.
Chris2005
Regular Advisor

Re: Oracle 9i install: Error in invoking target install of makefile

Hmm that's too bad. Before I bought the machine I was told this model could do the job. Next time I'll check better.

Thanx for you info.

Regards,
Chris
A. Clay Stephenson
Acclaimed Contributor

Re: Oracle 9i install: Error in invoking target install of makefile

You need a mimimum of a Dx70 before you get a PA-8000 (64-bit) processor. You would still have to install a 64-bit version of HP-UX 11.x to make it work. One of the main problems with Oracle 9 on a D-box is that you quickly run into memory constraints as the maximum memory of a D-box is 3GiB. The little L-boxes are rather cheap on the used equipment market.
If it ain't broke, I can fix that.