Parameter Values (PD_PDP)
Function
The Parameter Values (PD_PDP) record stores performance data indicating the status (at a specific point in time) of current parameter values. PFM - RM for Oracle creates one record for each parameter. This is a multi-instance record.
Default and changeable values
Item | Default value | Changeable |
---|---|---|
Collection Interval | 600 | Y |
Collection Offset | 85 | Y |
Log | No | Y |
LOGIF | (Blank) | Y |
ODBC key fields
PD_PDP_NAME
Lifetime
From the creation to the deletion of an Oracle instance
Record size
Fields
PFM - View name (PFM - Manager name) | Description | Summary | Format | Delta | Supported version | Data source |
---|---|---|---|---|---|---|
Is Default (IS_DEFAULT) | Whether or not the value is the default. Valid values are TRUE and FALSE. | -- | string(9) | No | All | V$PARAMETER.ISDEFAULT |
Parameter Name (NAME) | Parameter name | -- | string(64) | No | All | V$PARAMETER.NAME |
Record Time (RECORD_TIME) | Collection termination time for the performance data stored in the record | -- | time_t | No | All | Remote Monitor Collector |
Record Type (INPUT_RECORD_TYPE) | Record name (always PDP) | -- | string(4) | No | All | Remote Monitor Collector |
Start Time (START_TIME) | Collection start time for the performance data stored in the record | -- | time_t | No | All | Remote Monitor Collector |
VA DeviceID (VADEVICEID) | Device ID of virtual agent. | -- | string(256) | No | All | Remote Monitor Collector |
Value (VALUE) | Parameter value | -- | string(512) | No | All | V$PARAMETER.VALUE |