How to run a OS Command from PLSQL ?

From: (wrong string) ácio <coreto03_at_axa-seguros.pt>
Date: Mon, 6 Sep 1999 16:14:03 +0100
Message-ID: <7r0m4u$5et$1_at_duke.telepac.pt>



Hi !

[Quoted] Can I run an Operating System program from a PLSQL program ? For example to send a mail:

 declare

    email varchar2(50) := 'john_at_home';  begin

    SYSTEM('mail ' || email || ' < hello');  end;

Note: SYSTEM is the function I'm looking for.

Thanks in advance
Rui Anastácio Received on Mon Sep 06 1999 - 17:14:03 CEST

Original text of this message