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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Pro*C

Re: Pro*C

From: Peter Connolly <peter_at_wpi.edu>
Date: 2000/05/24
Message-ID: <Pine.OSF.4.21.0005241349290.25006-100000@wpi.WPI.EDU>#1/1

There are a bunch of libraries that have to be added. Check out the makefile that oracle provides for an example. In my environment its found at:

$ORACLE_HOME/precomp/demo/proc/proc.mk

In any case you can do a search for proc.mk.

HTH,
Peter

On Wed, 24 May 2000, Pete Reeves wrote:

> I'm trying to get a simple C program executed from PL/SQL.
> I've created a library using "cc -shared" and PL/SQL accepts it, but nothing
> happens.
> Is there another step, or different sort of library to create?
>
> Pete
>
>
>
Received on Wed May 24 2000 - 00:00:00 CDT

Original text of this message

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