Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL and OS(UNIX) calls
smfrank_at_my-deja.com wrote:
> Is it possible to send commands to the operating system from a PL/SQL
> package? I want to be able to call SQL*Loader from a package using the
> command line arguments.
>
> Any input would be greatly appreciated,
> Shawn Franklin
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
You will need to write a daemon (in C, Perl, whatever) and use DBMS_PIPE to listen for requests.
--
Ron Reidy
Oracle DBA
Reidy Consulting, L.L.C.
Received on Sat May 29 1999 - 00:44:01 CDT
![]() |
![]() |