Hi,
After creating some LIGHTWEIGHT jobs specifying a value for the COMMENTS argument of the DBMS_SCHEDULER.Create_Job procedure, I realised that the COMMENTS column was always NULL in the USER_SCHEDULER_JOBS view for such jobs. Looking at this view's underlying query, this is not surprising. The query uses a UNION ALL to get the ligthweight jobs from another sys table, and for the COMMENTS column a NULL is hard coded!
I can't access MOS KB at the moment, so I'm not sure if there's a MOS note about this. I can't find any indication in the documentation that says ligthweight jobs can't have comments. So it seems like a bug to me.
My version is 11.2.0.4. Do you know something about it?
Thanks
.