Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

pro*C

977839Dec 5 2012 — edited Dec 12 2012
I'm trying to use the precompiler proc in the instant client nstantclient_11_2 for windows xp and I don't know how to run it.
I don't know wheter it is correct to start the proc from the command line of the client oracle or from the SQL command line, anyway,
what I did is starting the oracle database trough the client and from the command line going in the folder whre the program is: instantclient_11_2\sdk.
Here we have the directory demo, include and lib and also the executable proc and procob, the first one is of our interest.
I tried to run a demo application with:
proc procdemo or proc INAME=procdemo , from the demo directory but the prompt say proc is not an intern command;
I tried to run from sdk directory, because proc is there:
proc procdemo or proc INAME=procdemo,
the prompt say: PCC-F-NOERRFILE, unable to open error message file, facility PR2.

A further doubt is the fact that in the content of the configuration files that are in the admin folder: in the file pcbcfg there is just a line that say:
comp5=yes;
while in the pcscfg there is nothing!

Anyone can help me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2013
Added on Dec 5 2012
7 comments
2,297 views