Hello,

we are not able to start dbms_jobs

when i query the database, i see..
select value from dba_scheduler_global_attribute where attribute_name='SCHEDULER_DISABLED';
VALUE
--------------------------------------------------------------------------------
TRUE
I then disable it with - exec dbms_scheduler.set_scheduler_attribute('scheduler_disabled','FALSE');

if i query again, i dont see any values for SCHEDULER_DISABLED and it shows nothing.

how to solve this, we are not able to run any jobs now.

thanks