Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_SCHEDULER_WINDOWS

ALL_SCHEDULER_WINDOWS displays information about the Scheduler windows accessible to the current user.

Related View

DBA_SCHEDULER_WINDOWS displays information about all Scheduler windows in the database.

Column Datatype NULL Description
WINDOW_NAME VARCHAR2(30) NOT NULL Name of the Scheduler window
RESOURCE_PLAN VARCHAR2(30)   Resource plan associated with the window
SCHEDULE_OWNER VARCHAR2(4000)   Owner of the window's schedule
SCHEDULE_NAME VARCHAR2(4000)   Name of the window's schedule
SCHEDULE_TYPE VARCHAR2(8)   The type of schedule. Possible values are as follows:
  • ONCE - repeat interval is null

  • NAMED - a named schedule

  • CALENDAR - Oracle calendaring expression used as schedule

START_DATE TIMESTAMP(6) WITH TIME ZONE   Start date of the window (for an inline schedule)
REPEAT_INTERVAL VARCHAR2(4000)   Calendar string for the window (for an inline schedule)
END_DATE TIMESTAMP(6) WITH TIME ZONE   Date after which the window will no longer open (for an inline schedule)
DURATION INTERVAL DAY(3) TO SECOND(0)   Duration of the window
WINDOW_PRIORITY VARCHAR2(4)   Priority of the job relative to other windows:
  • HIGH

  • LOW

NEXT_START_DATE TIMESTAMP(6) WITH TIME ZONE   Next date on which the window is scheduled to start
LAST_START_DATE TIMESTAMP(6) WITH TIME ZONE   Last date on which the window opened
ENABLED VARCHAR2(5)   Indicates whether the window is enabled (TRUE) or disabled (FALSE)
ACTIVE VARCHAR2(5)   Indicates whether the window is open (TRUE) or not (FALSE)
MANUAL_OPEN_TIME TIMESTAMP(6) WITH TIME ZONE   Open time of the window if it was manually opened; else NULL
MANUAL_DURATION INTERVAL DAY(3) TO SECOND(0)   Duration of window if it was manually opened; else NULL
COMMENTS VARCHAR2(240)   Comments on the window