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: OCI cdemo1.c missing but the makefile is present

Re: OCI cdemo1.c missing but the makefile is present

From: amogh <amogh.r_at_gmail.com>
Date: Tue, 23 Aug 2005 17:58:24 +0530
Message-ID: <430B1668.4040000@gmail.com>


milkyway wrote:
> Hello out there,
>
> I am trying to compile some OCI demos that come with Oracle. I am have
> installed Oracle 10 on Linux. When I go to the following
> directory:
>
> $ORACLE_HOME/rdbms/demo
>
> I see the following files:
>
> aqxml.conf demo_rdbms32.mk demo_rdbms64.mk demo_rdbms.mk
>
> but I see *no C files at all*
>
> When I try the following:
>
> make -f demo_rdbms32.mk demos
>
> I get the following:
>
> make[1]: *** No rule to make target 'cdemo1.o' , needed by 'build'.
> Stop.
>
> I have googled EVERYWHERE. Where can I download these files? Why is it
> that the make files are present but the C files are gone? Is this
> something new with Oracle 10?
>
> Thanks in advance.
>

This might help you:
http://personal.denison.edu/~bressoud/cs377-s04/cdemo1.c

You can download related OCI samples here: http://www.oracle.com/technology/sample_code/tech/oci/index.html

Amogh Received on Tue Aug 23 2005 - 07:28:24 CDT

Original text of this message

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