1828632 Members
8358 Online
109983 Solutions
New Discussion

C compiler

 
Fayis
Occasional Contributor

C compiler

Hii ,

Is it must to have C compiler for Oracle Db & Oracle App Server all the time ? or is it required C compiler only in the installation stage..?

b'ze we are going to have very big Oracle implementation & found that required license to use the HP C complier bundle..?
also license depends on / cpu..

thanks in advance..

mahin..

live life king size
4 REPLIES 4

Re: C compiler

Mahin,

Who told you that you need a C compiler?

You only need the C compiler if you are writing Oracle Pro C code.

Certainly the database and application server doesn't require it.

The Oracle installer might request some patches for the C compiler, but if you don't have it installed you can safely ignore these

HTH

Duncan

I am an HPE Employee
Accept or Kudo
James R. Ferguson
Acclaimed Contributor

Re: C compiler

Hi Mahin:

I think your Oracle licence will far out-cost your compiler license.

The installtion of Oracle and/or relinking its executables can be accomplished with the bundled C compiler that comes with HP-UX.

You will need an Ansi C compiler for ProC programs, though, for example.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: C compiler

As JRF says, the bundled C compiler is fine to do the installation.

>JRF: I think your Oracle license will far out-cost your compiler license.

Since the compiler license is per CPU, it does add up.

If you have Oracle apps, you can't use a bundled C compiler to link, you must have aC++.
Dennis Handly
Acclaimed Contributor

Re: C compiler

>If you have Oracle apps, you can't use a bundled C compiler to link, you must have aC++.

(There is a special deal in this case so you don't have to purchase the aC++ compiler.)