Home » RDBMS Server » Server Administration » how to call host commands from Oracle 7.3.4 and above
how to call host commands from Oracle 7.3.4 and above [message #369867] Mon, 30 October 2000 06:21 Go to next message
ramesh kumar
Messages: 5
Registered: October 2000
Junior Member
Hi,
How can I call host commands from PL/SQL. Solution in this regard is higly solicited.

Thanks
Ramesh
Re: how to call host commands from Oracle 7.3.4 and above [message #369869 is a reply to message #369867] Mon, 30 October 2000 14:10 Go to previous message
Shanthi
Messages: 8
Registered: October 2000
Junior Member
Hey,

I used the following code in Oracle Forms PL\SQL block. Hope this helps.

:global.var1 := '"c:\program files\wordview\wordview.exe "'||:filed1;
begin
if :field1 is not null and :field1 like '%DOC' then
host (:global.var1);
end if;
end;

Shanthi
Previous Topic: procedures
Next Topic: query question
Goto Forum:
  


Current Time: Sat Apr 27 04:08:47 CDT 2024