Neoview Workload Management Services Guide (R2.4)

ALTER SERVICE EXEC Command
The ALTER SERVICE EXEC command associates execution rules with a service.
NOTE: Only administrators are permitted to run this command. By default, an administrator
is ROLE.DBA or the super ID (super.services or super.super).
Syntax
ALTER SERVICE service-name EXEC rule-list
rule-list is:
( rule-name [ , rule-name ... ] )
service-name
is the name of an existing service for managing queries. service-name must exist in the
WMS configuration and cannot be the SYSTEM service.
rule-name
is the name of an existing execution rule. The order of the rules in the rule-list is the
order in which WMS evaluates the rules.
Considerations
Examples
These commands associate execution rules EXECRULE3 and EXECRULE4 with SERVICE2.
ALTER SERVICE SERVICE2 EXEC (EXECRULE3, EXECRULE4);
ALTER SERVICE EXEC Command 105