ADD_APP_DISCOVER_RULEΒΆ
Add RED_APP_DISCOVER_RULES
Parameter Name |
Required |
Description |
---|---|---|
p_app_name |
yes |
Name of the application |
p_schema_incl_pattern |
yes |
Regular expression for schema inclusion |
p_schema_excl_pattern |
no |
Regular expression for schema exclusion |
p_table_incl_pattern |
yes |
Regular expression for table inclusion |
p_table_excl_pattern |
no |
Regular expression for table exclusion |
p_bdomain |
yes |
Name of the business domain |
p_rule_comment |
no |
Comment regarding the search rule |
Example
EXECUTE SCRIPT api_redadm.add_app_act_windows
( 'AppName1' -- p_app_name
, '.*' -- p_schema_incl_pattern
, NULL -- p_schema_excl_pattern
, '.*' -- p_table_incl_pattern
, NULL -- p_table_excl_pattern
, 'XXX' -- p_bdomain
, 'XXX' -- p_rule_comment
);