Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What library is OCIStmtExecute a part of?
You said you had seen $ORACLE_HOME/rdbms/demo/demo_rdbms.mk in your
installation.
You can use it to build the demos as below:
make -f demo_rdbms.mk build EXE=cdemodr1 OBJS=cdemodr1.o
There are more instructions in the above makefile.
-KM.
milkyway wrote:
> Hello,
>
> I am trying to compile demo code with Oracle 10.0. I downloaded the
> information from this web site address:
>
> http://www.oracle.com/technology/sample_code/tech/oci/index.html
>
> I am getting the following errors when I try to compile cdemodr.c
>
> /tmp/ccsuc5t7.o(.text+0x3403): In functin 'main':
> :undefined refernce to 'OCIBindArrayOfStruct'
>
> I also get the same things for 'OCIErrorGet', 'OCIStmtExecute',
> 'OCIServerDetach', 'OCISessionEnd', ...
>
> What library has these items defined? Does anyone have a makefile that
> will work with these examples?
>
> Thanks in advance.
>
Received on Wed Aug 24 2005 - 23:54:36 CDT
![]() |
![]() |