Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: What library is OCIStmtExecute a part of?

Re: What library is OCIStmtExecute a part of?

From: KM <no-spam_at_no-spam.com>
Date: Thu, 25 Aug 2005 10:24:36 +0530
Message-ID: <3pcPe.26$g47.299@news.oracle.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US