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: Can a stored procedure execute a unix command?

Re: Can a stored procedure execute a unix command?

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Thu, 04 Jan 2001 01:30:23 GMT
Message-ID: <PmQ46.226446$U46.6953369@news1.sttls1.wa.home.com>

It is possible. You would have to write a procedure (C or perl or something) that polls a database pipe and executes a UNIX command. Easier to do in 8.i, you can write Java as part of the db and execute it as a stored proc.
Jim

--
Our new email address is kennedy-family_at_home.com
Have a happy Holiday.
"Andrea Vargiu" <andrea.vargiu_at_contisoft.it> wrote in message
news:WqN46.235918$hk4.10817590_at_news.infostrada.it...

> Dear all
> I am a developper (3 month experience)
> My problem is execute a Unix command (lp to print a txt file) from a
stored
> procedure (that create the file)
> Is it possible ?
> I an working on oracle 7.4.3
>
> Thanks
> Andrea Vargiu
>
>
Received on Wed Jan 03 2001 - 19:30:23 CST

Original text of this message

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