Search found 1 match

by orcl__dba
Fri Nov 03, 2006 7:24 am
Forum: Oracle Databases
Topic: dbms_job issue
Replies: 1
Views: 1369

dbms_job issue

Hi All,
I am trying to create a job and want that it should run every 10 minutes
below is the code for that along with the errors i am currently recieving .
please suggest.

************************************************************

SQL> DECLARE
2 JOBID NUMBER;
3 BEGIN
4 DBMS_JOB.SUBMIT
5 ...