|
|
Description:
|
hicomSQLsessionState OBJECT-TYPE
SYNTAX INTEGER {idle(1), run(2), error(4), valid(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates current state of the SQL session:
idle: entry/session has been created by the
agent and has to be initialized by
the manager.
run: to be set by the manager to initiate the
execution of the SQL query.
error: execution of the SQL query resulted in
an error
valid: execution of the SQL query was
successful.
Transitions:
idle -> run -> {valid, error}"
|
|
|
|