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 -> System calls from PL/SQL stored procedures

System calls from PL/SQL stored procedures

From: Richard Allard <rallard_at_commserv.ucsb.edu>
Date: 1998/09/23
Message-ID: <360943D7.6C305046@commserv.ucsb.edu>#1/1

I would like to set up web pages (generated by PL/SQL packages) with forms that will pass parameters to SQLLOADER, IMP, and EXP. I know that I can use DBMS_PIPE on the PL/SQL side to send the commands, but I need a daemon that will receive the commands and issue the system call. I do not have "Programmer/2000" (Pro*C), so I need a program that can listen and send through a named pipe, without the Pro*C libraries. I've written mountains of C, but never a daemon. Does anyone have C source (preferable gcc) for a daemon to do this kind of thing, that they are willing to share?

Thanks.

--
------------------------------
Richard Allard, Senior Programmer/Analyst
Communications Services
University of California, Santa Barbara
Santa Barbara, CA  93106
rallard_at_commserv.ucsb.edu
Received on Wed Sep 23 1998 - 00:00:00 CDT

Original text of this message

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