- The PM_HIVE_PARAMS table is one of several "_PARAM" tables in the PM cell.
- These parameters are associated with the various DOMAIN_IDs from the PM_HIVE_DATA table.
- This table allows users to specify name-value pairs associated with various PM_HIVE_DATA configurations.
- These parameters are not specific to any project or user.
PM_HIVE_PARAMS |
|
|
PK |
ID |
int |
|
DOMAIN_ID |
varchar(50) |
|
PARAM_NAME_CD |
varchar(50) |
|
VALUE |
varchar(255) |
|
DATATYPE_CD |
varchar(50) |