begin UTL_MAIL.send ( sender => ‘
[email protected]', recipients => ‘
[email protected]', cc => NULL, bcc => NULL, subject => ‘email de test', message => ‘message de utl_mail ‘); end; begin UTL_MAIL.send_attach_raw ( sender => ‘
[email protected]', recipients => ‘
[email protected]', subject => ‘ sj ', attachment => HEXTORAW('616262646566C2AA'), message => ‘email avec fichier attaché', att_filename => 'os.sql'); end;