1829605 Members
1316 Online
109992 Solutions
New Discussion

Patch Info

 
SOLVED
Go to solution
logaraman
Regular Advisor

Patch Info

Hi,

I am trying to install Oracle AS 10 relese 2 on HP ux 11.23. It gave me an error for the below missing patches.
PHSS_33277,PHSS_33278,PHSS_33279. I downloaded these patches and when i install them , i gte few errors during analysing. have enclosed the errors.

Any suggestions.
11 REPLIES 11
Hasan  Atasoy
Honored Contributor

Re: Patch Info

hi longoraman;

these are ansi c patches and probably tou dont ave ansi c installed on your system . you can ignore these messages.

Hasan
logaraman
Regular Advisor

Re: Patch Info

Hi,

I am unable to complete the installation as it gives me error during linking...
Dennis Handly
Acclaimed Contributor

Re: Patch Info

>I am unable to complete the installation as it gives me error during linking.

Do you have that error log?
logaraman
Regular Advisor

Re: Patch Info

Hi,

Find enclosed the error log
Dennis Handly
Acclaimed Contributor
Solution

Re: Patch Info

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

Your evaluation license for HP C/aC++ developer's bundle has expired.
You should remove it and use the bundled C compiler to install oracle.

>Hasan: these are ANSI C patches and probably you don't have ANSI C installed on your system.

It looks like there was an evaluation version but that can't be patched.
logaraman
Regular Advisor

Re: Patch Info

Hi Dennis,

Is bundled C compiler available for download. Is yes can you share the path for the same
Dennis Handly
Acclaimed Contributor

Re: Patch Info

>Is bundled C compiler available for download.

No. Because it is "bundled" on every system.
The Oracle installation script can't access it because you have the eval compiler installed.
logaraman
Regular Advisor

Re: Patch Info

Hi dennis,

Thanks for your info. So it means that i ll have to purchase the same. Also this is the 1st time i have seen an Oracle installation looking for Compiler.. Any idea on this. Also i would like to know if AnSi compiler evaluation comes as a part of the OS because i dont remember installing ansci compiler on the Server
Dennis Handly
Acclaimed Contributor

Re: Patch Info

>So it means that I'll have to purchase the same.

No, you just have to remove the expired eval compiler. Its /etc/PATH entry is hiding the bundled C compiler. The bundled C compiler is in /usr/ccs/bin/cc_bundled.

>Also this is the first time I have seen an Oracle installation looking for compiler.

As far as I know it has always used it.

>Also i would like to know if ANSI compiler evaluation comes as a part of the OS because i don't remember installing ANSI compiler on the Server

You had to explicitly install it and get the correct license file.
logaraman
Regular Advisor

Re: Patch Info

Hi Dennis,

Thanks for ur clarification
logaraman
Regular Advisor

Re: Patch Info

Thanks Dennis