How does the work of this Oracle

Hello world!

One of my friend has created t his job:

sys.dbms_job. Submit (jobno, 'SendEmail();', (sysdate + 2/86400), null);

Send emails very frequently.

How this work should work? Please guide me.

Thanks in advance.

Nith

You certainly JOB_QUEUE_PROCESSES set to 0 (zero), which disables the execution of the work.

Hemant K Collette

Tags: Database

Similar Questions

Maybe you are looking for