Is there any way to mail the Output of a SELECT query to a pre-defined list of email ids in Oracle?
09:32 17 May 2014

Everyday at my job, i need to fetch results of these queries and send them one by one to these recipients.This is so much time consuming.

What i want to do,is to automate this process.

I want help in coding a script that will automatically mail the results of these queries to the recipients, at a particular time of the day. Is it possible? If Yes, then How?

Any kind of help will be appreciated.

sql oracle-database oracle11g