In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
Table RESOURCE_ANNEX
Description
Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RESOURCE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | X | |
TENANT_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
SECTIONNAME | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255)/nvarchar(200) PostgreSQL: varchar(255) |
X | X | ||
KEYNAME | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255)/nvarchar(200) PostgreSQL: varchar(255) |
X | X | ||
VALUE | Oracle: VARCHAR2(255 CHAR) MSSQL: varchar(255)/nvarchar(255) PostgreSQL: varchar(255) |
||||
END_TS | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | |||
CFGOBJECTID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | |||
CFGOBJECTTYPE | Oracle: NUMBER(3) MSSQL: tinyint PostgreSQL: numeric(3) |
X | |||
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
UPDATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
ACTIVE_FLAG | Oracle: NUMBER(1) MSSQL: numeric(1) PostgreSQL: numeric(1) |
X |
RESOURCE_KEY
The primary key that is used to join this table to the RESOURCE_ dimension.
TENANT_KEY
The surrogate key that is used to join this dimension to the TENANT dimension.
SECTIONNAME
The name of the configuration section on the Annex tab of the configuration object in which the specified option is located. This value equals the value of the GC_ANNEX.SECTIONNAME IDB field for a respective DN, Person, or Switch record.
KEYNAME
The name of the configuration option that is set on the Annex tab of the configuration object. If the object type is Person, the option specifies the geographical location, business line, or organization structure. This value equals the value of the GC_ANNEX.KEYNAME field in IDB for a respective DN, Person, or Switch record.
VALUE
The value of the configuration option that is set on the Annex tab of the configuration object. This value equals the value of the GC_ANNEX.VALUE field in IDB for a respective DN, Person, or Switch record.
END_TS
The UTC-equivalent value of the date and time at which the configuration was changed (for example, the option, section, or object was removed). This value equals the value of the GC_ANNEX.DELETED field in IDB for a respective DN, Person, or Switch record.
CFGOBJECTID
The DBID of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTID field in IDB for a respective DN, Person, or Switch record.
CFGOBJECTTYPE
The type of the configuration object. This value equals the value of the GC_ANNEX.CFGOBJECTTYPE field in IDB for a respective DN, Person, or Switch record.
CREATE_AUDIT_KEY
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify newly added data.
UPDATE_AUDIT_KEY
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify recently modified data.
ACTIVE_FLAG
Indicates whether the specified configuration option is currently active: 0 = No, 1 = Yes.
Index List
CODE | U | C | Description |
---|---|---|---|
I_RESOURCE_ANNEX | X | Improves access time, based on dimension values. | |
I_RESOURCE_ANNEX_END_TS | Improves access time, based on the End Timestamp. |
Index I_RESOURCE_ANNEX
Field | Sort | Comment |
---|---|---|
CFGOBJECTID | Ascending | |
CFGOBJECTTYPE | Ascending | |
KEYNAME | Ascending | |
SECTIONNAME | Ascending |
Index I_RESOURCE_ANNEX_END_TS
Field | Sort | Comment |
---|---|---|
END_TS | Ascending |
Subject Areas
No subject area information available.
References
The summary List of References will include the following entries for this table or view:
Child Table/View | Child Table/View Column | Parent Table/View | Parent Table/View Column |
---|---|---|---|
RESOURCE_ANNEX | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
RESOURCE_ANNEX | RESOURCE_KEY | RESOURCE_ | RESOURCE_KEY |
RESOURCE_ANNEX | TENANT_KEY | TENANT | TENANT_KEY |
RESOURCE_ANNEX | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |