CHANGE_OG_OBJ_DISCOVER_RULE¶
Change an object discover rule.
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
---|---|---|---|
p_rule_id yes |
Discover-Rule-ID |
||
p_schema_incl_pattern |
‘.*’ |
REGEXP-Pattern for Schema-Names to be included |
|
p_schema_excl_pattern |
REGEXP-Pattern for Schema-Names to be excluded |
||
p_object_incl_pattern |
‘.*’ |
REGEXP-Pattern for Object-Names to be included |
|
p_object_excl_pattern |
REGEXP-Pattern for Object-Names to be excluded |
||
p_comment_incl_pattern |
‘.*’ |
REGEXP-Pattern for Comments to be included |
|
p_comment_excl_pattern |
REGEXP-Pattern for Comments to be excluded |
||
p_rule_comment |
Rule-Comment |
Example
EXECUTE SCRIPT api_scurty.change_og_obj_discover_rule
( 'XXX' -- p_rule_id
, 'XXX' -- p_schema_incl_pattern
, 'XXX' -- p_schema_excl_pattern
, 'XXX' -- p_object_incl_pattern
, 'XXX' -- p_object_excl_pattern
, 'XXX' -- p_comment_incl_pattern
, 'XXX' -- p_comment_excl_pattern
, 'XXX' -- p_rule_comment
);