Page 1 of 1

Job is successful even after oracle error

Posted: Wed Feb 05, 2014 4:46 pm
by vishu19aug
Hi,

I see ORA-00904 as a warning in my server job, also the job completed successfully. This is strange, ideally the job should fail because of oracle error.

Thanks,
Vishal Gupta

Posted: Wed Feb 05, 2014 4:51 pm
by chulett
Not for warnings unless they exceed your runtime Warning Limit. Look for an option in the stage to 'treat warnings as fatal' if that's the behaviour you want.

Job is successful even after oracle error

Posted: Wed Feb 05, 2014 7:05 pm
by vishu19aug
The strange thing is ds is shoeing it as warning, however it should be fatal error. I could not find anything in stage properties for this kinda settings.

Posted: Wed Feb 05, 2014 11:54 pm
by chulett
What stage are you using?

We routinely ran our Server jobs with a warning limit of 1 as they should never have any warnings... as noted, that would be another option.