oravirt/ansible-oracle-modules

oracle_jobs - scheduler attributes

topher-debusk opened this issue · 1 comments

I'm unable to do the following using the module:

SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
( name => 'SYS.GATHER_FIXED_OBJ_STATS'
,attribute => 'RAISE_EVENTS'
,value => SYS.DBMS_SCHEDULER.JOB_FAILED);

Is there a way that I'm missing to accomplish this type of thing?

Currently it is not possible, I'll check how to update the module to support additional attributes.