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

Home -> Community -> Usenet -> c.d.o.server -> 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: Wed, 24 Aug 2005 18:08:57 +0530
Message-ID: <430C6A61.4090003@gmail.com>


amogh wrote:

> 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

FYI, you might also want to check out OCCI (Oracle C++ Call Interface) here http://www.oracle.com/technology/tech/oci/occi/index.html. OCCI gives a neat and easy way to access Orale, and is very simple to understand!

Amogh Received on Wed Aug 24 2005 - 07:38:57 CDT

Original text of this message

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