View Single Post
  #2 (permalink)  
Old April 7th, 2008, 06:24
arunk arunk is offline
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 67
Thanks: 6
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: Sql results as email alerts

Pradeepa,

We have the same requirements sometimes back and I can suggest you two ways of doing this.

1. You can create a cron job (time-based scheduling service in your server) and give the email id's of the distribution list, which will automatically execute the script send the results at any specific time. We can mention the time interval of the execution of sql scripts in the cron file.

2. The second one is you can cofigure an schedule report in OTM itself.

Hope this gives you an idea.

Regards
Arun.
Reply With Quote