In Schema Browser, "Sched. Job" tab, right click to "Create Scheduler Job". The generated SQL shows:
...
BEGIN
SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
( name => 'SCHEMA.PACKAGE'
,attribute => 'STOP_ON_WINDOW_CLOSE'
,value => FALSE);
EXCEPTION
-- could fail if program is of type EXECUTABLE...
WHEN OTHERS THEN
NULL;
END;
About, “WHEN OTHERS THEN NULL”, why does Toad hide the error? If it failed, user needs to know the error message.
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center