Neoview Workload Management Services Guide (R2.4)

STATUS RULE CONN Command
The STATUS RULE CONN command returns information about all the connection rules.
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
STATUS RULE CONN
Considerations
The STATUS RULE CONN command returns this status information:
Table A-19 STATUS RULE CONN Output
DescriptionData TypeColumn Name
CONNVARCHAR(4)TYPE
Name of the ruleVARCHAR(96)NAME
ANDVARCHAR(3)OPER
Relative priority of the expression to other expressions in
the rule
INTEXPR_PRTY
External form of the rule expressionVARCHAR(128)EXPR
LOW, NO-WARNVARCHAR(8)WARN_LEVEL
The SQL string to executeVARCHAR(1024)ACT
Comment stringVARCHAR(256)COMMENT
Examples
This command displays information for all connection rules:
STATUS RULE CONN;
140 WMS Commands