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: HOST command in plsql ... exists ?

Re: HOST command in plsql ... exists ?

From: Travis <otaupin_at_ifrance.com>
Date: Wed, 27 Jun 2001 16:26:22 +0200
Message-ID: <9hcq7u$smo$1@reader1.imaginet.fr>

You have to use the DBMS_PIPE to create a pipe between your Pl/Sql code and a C program (you have to write or to find on the net) that can launch system commands with the 'system' function.

I don't know other way to do this

Olivier.

Walter Pircali <walter_at_entity-ag.it> a écrit dans le message : 3B39E686.5060807_at_entity-ag.it...
>
> Hi to all,
>
> does anybody knows if there's an 'HOST' command in plsql (stored
> procedure ?). I have an aix server with an 8.1.5 and have to make a dump
> (with exp) at runtime. Is there a way (maybe an oracle package -- but
> I didn't find any) to launch an host command from a stored procedure ?
>
> thanks in advice for every tip ...
>
> bye
>
Received on Wed Jun 27 2001 - 09:26:22 CDT

Original text of this message

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