ASE instance settings, or parameters
(INSTANCEID, CONFIG)
| Name | Data Type | Description |
|---|---|---|
| INSTANCEID | long | Instance ID; 0 = non-CE |
| INSTANCE_NAME | string(32) | Instance name; blank = non-CE |
| PARAMNAME | string(244) | Parameter name |
| CONFIGVALUE | string(32) | Configured value for the parameter, in string format, if applicable |
| DEFAULT | string(32) | Default value for the parameter, in string format |
| MEMORYUSED | string(16) | Memory used by the parameter, in bytes |
| RUNVALUE | string(68) | Runtime value for the parameter, in string format |
| CONFIG | long | Parameter ID |
| VALUE | long | Runtime value for the parameter, in integer format, if applicable |
| ISDEFAULT | long | Whether both the configured value and the runtime value are the default value; 1 = yes, 0 = no |
| PARENT | long | Parent parameter ID; 0 = no parent; the child is a category, not a parameter setting |
| PARENTNAME | string(32) | Parent parameter name |
| UNIT | string(24) | Description of the units of measure for the parameter |
| TYPE | string(12) | Type of parameter (static, dynamic, read-only) |
| MERGESTATUS | long | Internal-use merge status; created by Surveillance |
| DELTAVALUE | double | Delta runtime value for the parameter |
| OLDVALUE | double | Old runtime value from previous interval |
| Attributes: | None |
|---|---|
| Minimum database version: | 12.5.0.3 |