Want to send multiple email from database

Hi friends
I have so many emails in my database. I want to send email to all the details of the step after the execution of my package.
Please suggest.

Thank you in advance. :)

Hello
You can use the code in the procedure below

Command on the Source (select Oracle technology and details of your schema). Then write the query in fectch details

Select emailto, emailtable emailfrm

Order on target using the API of Sunopsis (ODI tools in ODI 11 g)

OdiSendMail '-MAILHOST =""-= #emailfrm ' "-TOPIC =" "-= #emailto" "" "."
<%=odiRef.getPrevStepLog("STEP_NAME")%>

Thank you

Tags: Business Intelligence

Similar Questions

Maybe you are looking for