Data Dictionary
>
FPSAPP Tables
> FPSAPP.CFG_DISABLED
Table FPSAPP.CFG_DISABLED"
Configurable list of everything in the database which is temporarily or permanently disabled including objects to load, load jobs, all FPSAPP objects to load with a certain prefix, triggers, and constraints. If the is_permanent flag is set to Y then this will not show in SYSMNTR_DISABLED as it is permanently disabled at this client for some good reason.
-
Schema: FPSAPP
-
Tablespace: FPSDATA
-
Primary key: OBJECT_NAME
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
OBJECT_NAME |
VARCHAR2(30) |
N |
This could be an object name (we will disable loading of that object in the scheduled jobs), a load job (we will disable loading of all objects in that scheduled job), an FPSAPP prefix (we will disable loading of all objects with that prefix), a constraint (we can explain why it is permanently disabled), or a trigger (technically an object so we can get away with omitting this from the column name and also to explain why it is permanently disabled). |
|
IS_PERMANENT |
CHAR(1) |
This boolean flag includes whether this is permanently disabled at this site. With the default value of N, SYSMNTR_DISABLED will remind you that it is disabled which can be helpful so you do not accidentally leave it disabled forever. |