When creating a Scheduler Job, Toad does not allow the attribute STORE_OUTPUT value to be set. The same goes when trying to Alter Scheduler Job. There is no way to set the value.
WORKAROUND :
The value can be enableb and disableb by running this in the editor.
begin
SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
( name => '.'
,attribute => 'STORE_OUTPUT'
,value => FALSE); -- or TRUE
end;
/
STATUS :
Waiting for fix in a future release of Toad
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center