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: Executing OS command from PL/SQL

Re: Executing OS command from PL/SQL

From: Ivan Bajon <iba_at_no_spam@post1.tele.dk>
Date: Tue, 19 Oct 1999 12:37:03 +0200
Message-ID: <7uhhki$78t$1@news.inet.tele.dk>


Hi Grigor

Sorry, but that's a no-go. You can in Oracle8 but not in Oracle7. You can do it in SQL*Plus, if that's any help:

[sql*plus script]
execute mypack.myproc
host copy ...
exit

Grigor Coric <grigor.coric_at_lijanovici.com> wrote in message news:7uhfaq$7oc$1_at_as102.tel.hr...
> Hi,
>
> I'm trying to find a way to execute an OS command (like "copy) from PL/SQL
> stored procedure.
> Can somebody help me with that ?
>
> I'm running Oracle 7.3.3 on WinNT.
>
> --
> Grigor Coric /grigor.coric_at_lijanovici.com/
> Zagreb, Croatia
>
>
Received on Tue Oct 19 1999 - 05:37:03 CDT

Original text of this message

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