unix - Operating System Script action type in oracle alerts -


good day

kindly assist, have created periodic alert using operating system script action type.

i know how can achieve the summary template functionality used in message action type:

=**= enter summary template below line =**= ** =**= enter summary template above line =**=; 

currently if there 3 different employee records alert send 3 emails each employee.instead employees listed in email.

the operating system script code follows:

echo 'dear supervisor  employee number :   &employee_number employee name   :   &full_name' |mutt -s "attachment" -a /u01/progressreport.doc  &tt  


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -