To run the host command from PL-SQL
From: Deepa Raman <DeepaR_at_aeimusic.com>
Date: Wed, 31 Mar 1999 12:51:00 -0800
Message-ID: <7du12q$941$1_at_brokaw.wa.com>
Hi all,
IF I want to run the host command from within a PL-SQL, for ex,
Date: Wed, 31 Mar 1999 12:51:00 -0800
Message-ID: <7du12q$941$1_at_brokaw.wa.com>
Hi all,
IF I want to run the host command from within a PL-SQL, for ex,
declare
dummy varchar2(10);
begin
dummy := '*.fmb';
/* host *.fmb */ How do write this command*/
(i can do it from SQL Prompt not from a PL-SQL procedure.,)
end;
Deepa.
deepar_at_aeimusic.com
Received on Wed Mar 31 1999 - 22:51:00 CEST