I want to try execute SQL statement from a C program using pro*c.
I have tried installing oracle Database from https://www.oracle.com/database/technologies/oracle19c-windows-downloads.html
It consist of zipped file.
I just extracted the zip file into my C:/oracle directory. The directory already consist of precompile folder. I set path variable to C:/oracle/bin/ .
For checking installation of proc compiler, I ran "proc" command, but it produces the following error.
C:\PJT>proc
PCC-F-NOERRFILE, unable to open error message file, facility PR2
Am I doing something wrong?
Any help is highly appreciated.