Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Calling .bat file from PL/SQL - NT.
execution of any OS level command from within a pl/sql procedure can be
achieved by two ways:
1. dbms_pipe
2. using a library function (u may have to create this explicitly.)
There are some more derived solns and some of them were discussed in this forum........ see this tip from Koti Reddy It seems there is some easier soln here: http://www.oracle.com/oramag/oracle/99-Jan/19or8.html
>
> Hi Gurus,
>
> Is there any way of calling DOS Batch programs from within PL/SQL.
> Oracle Server 8.1.5 is on NT 4.0 . Any help will be of great use.
>
> NS.
>
>
> --
> Author: SENTHILKUMAR NALLATHAMBI
> INET: senthilkumar.nallathambi_at_tatainfotech.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Thu May 11 2000 - 22:43:49 CDT
![]() |
![]() |