Compiling *.pc file in windows [message #94555] |
Wed, 02 February 2005 23:27 |
sattar
Messages: 3 Registered: February 2005
|
Junior Member |
|
|
Hello everyone,
I've writeen a program to connect Oracle database (8i) from my application. My application is written in c language where I used proc coding to connect to oracle. Now, I want to compile that file (*.pc) from command prompt to make *.c output file. But, I could not do it as proc is not an internal or external command for command pormpt.
Plese help me for doing that.
Thanking you,
Sattar
|
|
|
Re: Compiling *.pc file in windows [message #94556 is a reply to message #94555] |
Wed, 02 February 2005 23:45 |
Jai Vrat Singh
Messages: 205 Registered: September 2002 Location: Singapore
|
Senior Member |
|
|
Please modify you path environment variable. Add $ORACLE_HOME/bin to it . In your Oracle installation proc executable resides in $ORACLE_HOME/bin.
Then it will be able to pick up.
or you give $ORACLE_HOME/bin/proc filename.pc
|
|
|
|