Sending spool file as mail attachment
I have a process on my company that I have to send by e-mail some reports like status of the database (select * from v$instance;)
I would want to make this process automatic.
Is there a way to send an e-mail by Oracle sending the result of the query or the result of a spool?
Regards,
André Teixeira