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: Start an applacation from PL/SQL

Re: Start an applacation from PL/SQL

From: William Bailey <billbailey64_at_netzero.net>
Date: Thu, 08 Mar 2001 01:52:11 GMT
Message-ID: <fBBp6.3350$68.730688@typhoon.tampabay.rr.com>

There is no built-in plsql procedure/function for doing this ... you have to use either an external procedure (for 8.0 or 8.1) or a java stored procedure (in 8.1) ... if you are pre-8.0, Oracle support has a note on how to implement a workaround for this, but it requires Pro*C installed on your machine. Support also has some examples of how to do this via both external procedure and java stored procedure.

"Stephan Moeller" <stmoeller_at_t-online.de> wrote in message news:985i4l$8ro$06$1_at_news.t-online.com...
> Hi, I want to start a windows application out of
> a stored procedure. What syntax do I have to use ???
>
> regards
> Stephan
>
>
>
Received on Wed Mar 07 2001 - 19:52:11 CST

Original text of this message

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