FORCE THE DATABASE TO OPEN THE NEW WINDOW IMMEDIATELY

7. Force the database to open the new window immediately:

exec dbms_scheduler.open_window(-window_name=>'daytime',duration=>'0 00:05:00',force=>true);

This procedure call will open the window immediately and activate its plan,

but only for five minutes.