DBA Data[Home] [Help]

VIEW: SYS.INT$DBA_HIST_BASELINE_TEMPLATE

Source

View Text - Preformatted

select dbid, template_id, template_name, template_type,
       baseline_name_prefix, start_time, end_time,
       day_of_week, hour_in_day, duration,
       expiration, repeat_interval, last_generated,
       con_dbid_to_id(dbid) con_id
from
  WRM$_BASELINE_TEMPLATE
View Text - HTML Formatted

SELECT DBID
, TEMPLATE_ID
, TEMPLATE_NAME
, TEMPLATE_TYPE
, BASELINE_NAME_PREFIX
, START_TIME
, END_TIME
, DAY_OF_WEEK
, HOUR_IN_DAY
, DURATION
, EXPIRATION
, REPEAT_INTERVAL
, LAST_GENERATED
, CON_DBID_TO_ID(DBID) CON_ID FROM WRM$_BASELINE_TEMPLATE