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: Hari Vattyam <hvattyam_at_one.net>
Date: 1998/03/15
Message-ID: <350be0bb.0@news.one.net>#1/1

Hi:
I have compiled and used the daemon program you are talking about on HP UX 10.2. Basically make a copy of the proc.mk file in the $ORACLE_HOME/precomp/proc/demo
directory and add lines for daemon.pc and issue the command

make -f proc.mk daemon

This should compile the daemon program. Also you'll need to install the daemon package first.

Hope that helps.

Hari

Jeff Shubert wrote in message
<01bd4f8a$5eff1b20$734c96d1_at_ENTA5c2b.tms.toyota.com>...
>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
>
Received on Sun Mar 15 1998 - 00:00:00 CST

Original text of this message

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