Neoview Workload Management Services Guide (R2.4)

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