Answers

Question and Answer:

  Home  Oracle DBA

⟩ How do I write a cron which will run a SQL query and mail the results to a group?

Use DBMS_JOB for scheduling a cron job and DBMS_MAIL to send the results through email.

 152 views

More Questions for you: