DBA Data[Home] [Help] [Dependency Information]


TABLE: ISC.ISC_DBI_PLAN_SCHEDULES

Object Details
Object Name: ISC_DBI_PLAN_SCHEDULES
Object Type: TABLE
Owner: ISC
Subobject Name:
Status: VALID


This table stores the plan snapshot collection schedule information, which is entered from the DBI Plan Snapshot Collection Setup Form.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 30
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PLAN_NAME VARCHAR2 (20)
The name of the plan
FREQUENCY VARCHAR2 (20)
The frequency at which the plan snapshots are taken (once, weekly, monthly, quarterly or yearly).
DAYS_OFFSET NUMBER

Day of Period for Snapshot Collection
NEXT_COLLECTION_DATE DATE

The date when the next DBI snapshot collection will be run
LAST_COLLECTED_DATE DATE

The date when the last DBI snapshot collection was run
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_NAME
,      FREQUENCY
,      DAYS_OFFSET
,      NEXT_COLLECTION_DATE
,      LAST_COLLECTED_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ISC.ISC_DBI_PLAN_SCHEDULES;

Dependencies

[top of page]

ISC.ISC_DBI_PLAN_SCHEDULES does not reference any database object

ISC.ISC_DBI_PLAN_SCHEDULES is referenced by following:

SchemaAPPS
SynonymISC_DBI_PLAN_SCHEDULES