Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
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

DBA_WORKLOAD_REPLAY_SCHEDULES

DBA_WORKLOAD_REPLAY_SCHEDULES displays the names of replay schedules for the current replay directory. A replay schedule defines one or multiple workload captures, and the order to start their replays. The current replay directory is set by DBMS_WORKLOAD_REPLAY.SET_REPLAY_DIRECTORY('replay_dir'). Each row in the view contains information about one replay schedule.

Column Datatype NULL Description
SCHEDULE_NAME VARCHAR2(128) NOT NULL The name of a schedule to be replayed. It defines one or multiple workload captures, and the order to start their replays.
DIRECTORY VARCHAR2(128) NOT NULL Directory object name for the replay schedule name
STATUS VARCHAR2(128)   NEW if the schedule is being created, CURRENT if the schedule is currently being used by a replay, otherwise NULL

Note:

This view is available starting with Oracle Database 11g Release 2 (11.2.0.4).

See Also: