Neoview Workload Management Services Guide (R2.4)
ALTER SERVICE COMP Command
The ALTER SERVICE COMP command associates compilation 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 COMP 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 compilation rule. The order of the rules in the rule-list is the
order in which WMS evaluates the rules.
Considerations
Examples
• This command associates compilation rules, COMPRULE1, COMPRULE2, and COMPRULE3,
with SERVICE1.
ALTER SERVICE SERVICE1 COMP (COMPRULE1, COMPRULE2, COMPRULE3);
104 WMS Commands