Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to call a C program from a PL/SQL package
In article <362C5451.78C5_at_sia.ucl.ac.be>, lelangue_at_sia.ucl.ac.be wrote:
<snip>
>I have read in the PL/SQL User's guide & réf [chap 9] about how to call
>PL/SQL from a C program; but nothing about how to call a C program from
>a PL/SQL package.
<snip>
I believe you need to look at the DBMS_PIPE package. A couple examples of its use are:
http://www.mcid.com/rmoug/plsql.html http://www.revealnet.com/plsql-pipeline/archives.htm#code14 http://members.xoom.com/tutu/
![]() |
![]() |