I have created one stored procedure with name
traffic_details_temp_send_mail;
How to make this procedure to run everyday at 10AM?
Please help with block of code.
Thanks in advance.
I have created one stored procedure with name
traffic_details_temp_send_mail;
How to make this procedure to run everyday at 10AM?
Please help with block of code.
Thanks in advance.
you can create a scheduler job:
then you can see the details in the scheduler job views (user_scheduler_jobs etc). see here for information on scehduler jobs.