How to install ProC (9i)

 

How to install ProC (9i)

Install location in OUI:
Oracle9i Client -> Custom -> Oracle Programmer

Linux

proc is located in $ORACLE_HOME/bin/proc

 

Configure $ORACLE_HOME/precomp/admin/pcscfg.cfg for RedHat AS 3.0
gcc 3.2.3 in RedHat AS 3.0 is not certified for ProC (note 43208.1)
Anyway you can compile you programs editing your pcscfg.cfg
Here is how it looks in my working RedHat AS 3.0:

sys_include=(/opt/oracle9/home9i/precomp/public,/usr/lib/gcc-lib/i386-redhat-linux7/2.96/include,/usr/include,/usr/include/linux)
ltype=short

 

Windows

Download C compiler from

http://www.borland.com/products/downloads/download_cbuilder.html#

Compile using

bcc32.exe -L"C:\Programmi\Borland\BCC55\lib" -I"C:\Programmi\Borland\BCC55\Include" prova.c