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

Re: Oracle 10g Installation

 
SOLVED
Go to solution
Pinki Meggi
Frequent Advisor

Oracle 10g Installation

Hi !


How I install HP C-ANSI/C++ compiler required for Oracle 10g installation on HP UX 11.11?

Can anyone help me pleaaaaase
9 REPLIES 9
James R. Ferguson
Acclaimed Contributor

Re: Oracle 10g Installation

Hi:

First, you will have to purchase the product. Once done, you use 'swinstall' for its installation.

http://h20293.www2.hp.com/portal/swdepot/displayProductsList.do?category=DTDC

Regards!

...JRF...
Steven E. Protter
Exalted Contributor
Solution

Re: Oracle 10g Installation

Once purchased you will receive a codeword to unlock the product, which is probably on cd 1 of your installation cd's.

you can do this with the swinstall gui or by adding the codeword and product id to the codeword file in .sw

Then you can do a standard install off the application cd's.

Note that its possible to patch the compiler to a level higher than the oracle 10g installer process recognized. You'll receive a warning, but so long as you know its installed, you are better off with the most recent version of the compiler.

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
Luk Vandenbussche
Honored Contributor

Re: Oracle 10g Installation

Hi Pinki,

Normally oracle 10g doesn't require an ANSI C compiler.
Just install the prerequisites which are in the oracle installation guide
Pinki Meggi
Frequent Advisor

Re: Oracle 10g Installation

Thanks for replying guys, but i will not be able to purchase, im using the gcc instead of HP C ANSI
i have installed the depot available at http://www.cmve.net/~merijn/downloads.html using swinstall, but when i execute gcc it seems not working, can anyone say me how do i know its installed or not? when i execute gcc it says: sh: gcc: not found. I have also edited the PATH. Please help me

Regards

Pinki
Yogeeraj_1
Honored Contributor

Re: Oracle 10g Installation

hi pinki,

The Oracle certified C compilers for HP-UX 11 are :-
HP ANSI C A.11.01.20+
HP C++ A.03.27
GCC 2.9-hppa-000310

try to create symbolic links.
e.g.
# ln -s /usr/bin/gcc296 /usr/bin/gcc
# ln -s /usr/bin/g++296 /usr/bin/g++


regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Pinki Meggi
Frequent Advisor

Re: Oracle 10g Installation

Hi Yogeeraj

Thanks for your reply, i have installed gcc 4.0.2, i think it also HP certified, right?

i have to restart the session, and it seems to be working, it is necessary to create the links?

Regards

Pinki
Pinki Meggi
Frequent Advisor

Re: Oracle 10g Installation

Hi to all,

I have installed successfuly the gcc compiler, thanks for all the replies.

Regards
Pinki
Frank de Vries
Respected Contributor

Re: Oracle 10g Installation

No it is not necessary to relink
the oracle objects into executables, because
tnhe gcc installation stands on its own.

Just a remark but when I read C++ compiler
for Oracle 10g I just wondered if you would be helped with the ProC compiler as well ?

This is the one that turns your Sql-statemens and Oracle functions into a object code which the HP C-Ansi/c++ compiler can than link (as LD link) to an executable to be used in application code.

Hope this helps.


Look before you leap
Pinki Meggi
Frequent Advisor

Re: Oracle 10g Installation

thanks to all