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: How to create a Pro*C executable

Re: How to create a Pro*C executable

From: Jason <hangyk_at_singnet.com.sg>
Date: 1998/03/21
Message-ID: <35139b61.2757442@news.singnet.com.sg>#1/1

you need a make file proc.mk I think.
Also, if you cut and paste from an ON-LINE publication of Oracle Manual (PDF) of the C program example. It may not compile correctly because of some funny ASCII values.
Double check your source code before you compile. The quote (') may look like a quote until you literally type a quote on the keyboard beside it and you MAY see that it is DIFFERENT!

On 14 Mar 1998 20:53:04 GMT, "Jeff Shubert" <jeff_shubert_at_linkline.com> wrote:
>I'm having trouble creating an executable from a Pro*C program (Oracle's
>daemon.pc) on HP UX 10.2. Basically, I think I just need a make file. Has
>anyone done this?
>
>I just want to be able to execute system commands from some PL/SQL code.
>Oracle suggests using the sample Pro*C code which uses the dbms_pipe
>package.
>
>Thanks in advance,
>
>Jeff Shubert
>

Thank you.

Jason Received on Sat Mar 21 1998 - 00:00:00 CST

Original text of this message

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