Home > database > Oracle job automatically has been a failure
Oracle job automatically has been a failure
Time:10-01
1. Job execute the stored procedure, the stored procedure no problem, have determined that 2. If I set executed cycles per minute, sysdate + 1/1440. Also no problem; But if I set to a designated to perform every day, every night 23 points, for example, trunc (sysdate + 1) + 23/24. Have failed, in user_job failures field has been accumulative failure times, Declare job1 is number; The begin Sys. Dbms_job. Submit ( Job1 is, 'hi_test; ' To_date (' 2014-12-25:23:00:00 ', '- DD YYYY - MM: HH24: MI: SS'), 'trunc (sysdate + 1) + (23 * 60)/(60 * 24)' - 23 points to perform every day ); Commit; end; /
CodePudding user response:
What is the probable cause? For help
CodePudding user response:
Looked at do not have what problem! You carry out hi_test independently, and see if it is the process itself has a problem