Dynamic alert recipient list (Oracle Alerts) [message #351302] |
Tue, 30 September 2008 04:37 |
alastair_wood
Messages: 21 Registered: September 2006 Location: UK
|
Junior Member |
|
|
Hi,
At the moment we have multiple alerts firing to static recipient lists (as in Define Distribution Lists)
However I want to send an alert to a recipient that is identified by the output of the alert SQL.
Does anyone know if it's possible to do this, and what is needed in the To field to reference this data?
A very basic example would be using the following select as the alert statement (event alert):
select
full_name,
email address
from
hr.per_all_people_f
How can I send the alert to the email address result of the SQL?
Thanks in advance for any assistance
|
|
|
|
|