ADD_CONFIGΒΆ
Add new GPR-Config.
Table: REDGPR.GPR_CONFIG (This table stores configuration information for GPR)
Parameter Name |
Properties |
Default Value |
Parameter Description |
---|---|---|---|
p_enabled |
(NN) |
Whether the configuration is enabled (Y/N) |
|
p_config_name |
(NN) |
Name of the configuration |
|
p_config_details |
Additional details about the configuration |
Example
EXECUTE SCRIPT api_redgpr.add_config
, 'XXX' -- p_enabled
, 'XXX' -- p_config_name
, 'XXX' -- p_config_details
);