SET_PARAM_JSON¶
Set multiple parameter-values in table ADM_PARAMS at once Call from target schema!
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
|---|---|---|---|
p_json_buffer |
yes |
JSON-Buffer of names and values, e.g. {“parName1”:”strValue”,”parName2”:numValue} |
Example
EXECUTE SCRIPT s_adm_set_param_json
('{"log_retention" : 10
,"def_log_level" : "INFO"
}'
);