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: Start DOS executables from PL/SQL

Re: Start DOS executables from PL/SQL

From: <stembhekar_at_my-dejanews.com>
Date: Tue, 28 Jul 1998 19:24:24 GMT
Message-ID: <6pl8h8$j7p$1@nnrp1.dejanews.com>


In article <35BDBC39.74C31504_at_ce.philips.nl>,   "E. van Diermen" <diermene_at_ce.philips.nl> wrote:
> Hay,
>
> I need some help;
> Is it possible to execute a DOS program by a PL/SQL command/proc/func.?
>
> E.
>
>

Use External Procedures. Here is roughly how it works. You will need to look at documentation or books for the details.

  1. Setup External Procedures to call functions in a dll. From that function, call your program.
  2. If you are using Visual C++, make sure to declare the functions as extern "C" so that the function names are not decorated by the compiler

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Jul 28 1998 - 14:24:24 CDT

Original text of this message

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