PPM_CONFIG_RECOMMENDATIONS
This table stores some of the recommendations that are exposed in the PPM Advisor if relevant to the current PPM system configuration.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name | Null? | Data Type | Description |
---|---|---|---|
CONFIG_KEY | NOT NULL | VARCHAR2(500) | Key of the recommendation (server parameter name, feature toggle name, etc.) |
CONFIG_TYPE | NOT NULL | VARCHAR2(50) | Type of the recommendation (Server parameter, feature toggle, etc.) |
CATEGORY | NOT NULL | VARCHAR2(50) | Category of the recommendation (Performance improvement, Good practice, capability depreciation, etc.) |
RECOMMENDED_SINCE | NOT NULL | VARCHAR2(10) | PPM version in which this recommendation was added to the PPM Advisor |
RECOMMENDED_VALUE | NOT NULL | VARCHAR2(4000) | Recommended value |
Indexes
Index Name | Index Type | Sequence | Column Name |
---|---|---|---|
PPM_CONFIG_RECOMMENDATIONS_PK | Primary Key | CONFIG_KEY, CONFIG_TYPE |
Sequences
This table uses no sequences.