how to send concurrent programs output as email attachment via pl/sql?
I'm working on requirement where I need to send Oracle concurrent programs output & log files as an email attachment to several users?.
My question is 'how to send concurrent programs output as email attachment via pl/sql code'?. Can you provide me utility/api which does this?. Any sample code would be greatly appreciated. I understand UTL_SMTP & UTL_MAIL utilities sends notifications to users, but they send what is dervied in a pl/sql program only. I want concurrent programs output/log file to be sent as atachment.
thanks