dbms_job.broken ORA-23421 (merged) [message #393734] |
Tue, 24 March 2009 03:55 |
oraclevijay
Messages: 10 Registered: November 2008
|
Junior Member |
|
|
Hi,
I have received the below error while i am placing the below job online from broken status.
exec dbms_job.broken(4046,false);
Error on line 0
begin
dbms_job.broken(4046,false);
end;
ORA-23421: job number 4046 is not a job in the job queue
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_IJOB", line 529
ORA-06512: at "SYS.DBMS_JOB", line 248
ORA-06512: at line 2
please suggest the possible answers.
How to bring the particular job online.
Thanks
vijay.s
|
|
|
|