Operating System - HP-UX
1745882 Members
4300 Online
108723 Solutions
New Discussion юеВ

error during oracle installation

 
Sajjad Sahir
Honored Contributor

error during oracle installation

HP-UX society1 B.11.23 U 9000/800 3730345802 unlimited-user license

society1# find /u01 -name "make.log" -print

/u01/app/oracle/product/102/crs/install/make.log

society1# cd /u01/app/oracle/product/102/crs/install

society1# cat make.log

/usr/ccs/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/u01/app/oracle/pro

duct/102/crs//usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/

app/oracle/product/102/crs/ rm -f ntcontab.*

(if [ "compile" = "compile" ] ; then \

/u01/app/oracle/product/102/crs/bin/gennttab > ntcontab.c ;\

cc +DS2.0 +DA2.0W -c ntcontab.c ;\

rm -f /u01/app/oracle/product/102/crs/lib/ntcontab.o ;\

mv ntcontab.o /u01/app/oracle/product/102/crs/lib/ ;\

ar rv /u01/app/oracle/product/102/crs/lib/libn10.a /u01/app/or

acle/product/102/crs/lib/ntcontab.o ; fi)

cc: warning 487: Possibly incorrect message catalog.

Error: Demo mode has expired.

Contact your Hewlett-Packard sales office to order HP C Compiler

*** Error exit code 1



Stop.

/usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/app/oracle/pr

oduct/102/crs/ rm -f ntcontab.*

(if [ "compile" = "compile" ] ; then \

/u01/app/oracle/product/102/crs/bin/gennttab > ntcontab.c ;\

cc +DS2.0 +DA2.0W -c ntcontab.c ;\

rm -f /u01/app/oracle/product/102/crs/lib/ntcontab.o ;\

mv ntcontab.o /u01/app/oracle/product/102/crs/lib/ ;\

ar rv /u01/app/oracle/product/102/crs/lib/libn10.a /u01/app/or

acle/product/102/crs/lib/ntcontab.o ; fi)

cc: warning 487: Possibly incorrect message catalog.

Error: Demo mode has expired.

Contact your Hewlett-Packard sales office to order HP C Compiler

*** Error exit code 1


1.how to solve this issue?
9 REPLIES 9
Sandy Chen
Honored Contributor

Re: error during oracle installation

Hi,

Do you have C compiler installed on the system?

regards,
Sandy
I never think of the future. It comes soon enough.
Steven E. Protter
Exalted Contributor

Re: error during oracle installation

Shalom,

Purchase a license for the C Compiler.

Error: Demo mode has expired.

Contact your Hewlett-Packard sales office to order HP C Compiler

The message means exactly what it says.

If you have a license, install the codewords and then the software. If not, its time to buy.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sajjad Sahir
Honored Contributor

Re: error during oracle installation

C-ANSI-C B.11.23.13.EVAL HP C/ANSI C Compiler
C-Analysis-Tools B.11.23.13.EVAL C Language Analysis Tools
C-Dev-Tools B.11.23.13.EVAL C Language Development Tools
i think version is expired am i right it is installed in my system
Dennis Handly
Acclaimed Contributor

Re: error during oracle installation

>Error: Demo mode has expired.
Contact your Hewlett-Packard sales office to order HP C Compiler

You must purchase the HP C/aC++ compiler.
Or you must remove the expired demo HP C compiler.
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=e9083a7373f021103a7373f02110275d6e10RCRD

>Sandy: Do you have C compiler installed on the system?

Naturally, two of them. The Eval version is hiding the bundled version.

>C-ANSI-C B.11.23.13.EVAL HP C/ANSI C Compiler
>i think version is expired am i right it is installed in my system

Exactly, it is time to remove it.
Sajjad Sahir
Honored Contributor

Re: error during oracle installation

Dear Dennis
thanks once more

if i am removing the expired vesion c/AC++ i can install oracle, problem can solve temporiry being
Dennis Handly
Acclaimed Contributor

Re: error during oracle installation

>if i am removing the expired version c/aC++ i can install oracle

Well, you can get past the compile and ar(1) step of ntcontab.c.
Sajjad Sahir
Honored Contributor

Re: error during oracle installation

### Well, you can get past the compile and ar(1) step of ntcontab.c.

dear i didn't get, please explain
Dennis Handly
Acclaimed Contributor

Re: error during oracle installation

>I didn't get, please explain

You are currently failing at the compile step. If you remove the Eval compiler, you should be able to compile with the bundled C compiler. You may or may not have more problems.
Sajjad Sahir
Honored Contributor

Re: error during oracle installation

closed