Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Start an applacation from PL/SQL
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
![]() |
![]() |