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: Starting executable from PL/SQL procedure

Re: Starting executable from PL/SQL procedure

From: Robert Clevenger <robc_at_magicnet.net>
Date: 1998/01/01
Message-ID: <68euam$kac$1@comet3.magicnet.net>#1/1

In oracle 8, you can do external callouts to call native code from stored procedures.

I think it's only for .dll's or shared libraries however, You could write a DLL that
calls your exe if you had to, it shouldn't be that difficult.

Take Care,

Robert Clevenger

>>Does anybody know how to start a DOS-executable from inside a PL/SQL
>>procedure? I would need to pass some command line arguments to this
>>executable.
>>Thanks in advance,
>>Al.
Received on Thu Jan 01 1998 - 00:00:00 CST

Original text of this message

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