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_WINDOW_DETAILS

ALL_SCHEDULER_WINDOW_DETAILS displays log details for the Scheduler windows accessible to the current user.

Related View

DBA_SCHEDULER_WINDOW_DETAILS displays log details for all Scheduler windows in the database.

Column Datatype NULL Description
LOG_ID NUMBER   Unique identifier of the log entry
LOG_DATE TIMESTAMP(6) WITH TIME ZONE   Date of the log entry
WINDOW_NAME VARCHAR2(65)   Name of the Scheduler window
REQ_START_DATE TIMESTAMP(6) WITH TIME ZONE   Requested start date for the Scheduler window
ACTUAL_START_DATE TIMESTAMP(6) WITH TIME ZONE   Actual start date of the Scheduler window
WINDOW_DURATION INTERVAL DAY(3) TO SECOND(0)   Requested duration of the Scheduler window
ACTUAL_DURATION INTERVAL DAY(3) TO SECOND(0)   Actual duration for which the Scheduler window lasted
INSTANCE_ID NUMBER   Identifier of the instance on which the window was run
ADDITIONAL_INFO VARCHAR2(4000)   Additional information on the entry, if applicable