openGraph
The openGraph command opens a graph and creates a traversal.
Attention:
With the release of Db2 11.5.9, Db2
Graph is
discontinued. You can still run Db2
Graph as a
standalone application with Db2 11.5.6 through
11.5.8.
If the graph is flagged to auto-open, then it automatically opens when the Db2 connection is opened. The auto-open setting is turned off when the graph is manually closed.
The following is a list of parameters for this command:
- <sessionName>
- The value of the parameter is the name of the session being used.
- <connectionName>
- The value of the parameter is a unique name for the database connection.
- <graphName>
- The value of the parameter is the name of the graph.
- traversalName
- An optional name of the traversal. When traversalName is omitted, Db2
Graph
auto-generates the name based on the session, connection, and graph names. For example,
s1_db1_graph1_traversal
To run the command with prompts, run:
manage openGraphTo run the command with arguments,
run:
manage openGraph <sessionName> <connectionName> <graphName>manage openGraph <sessionName> <connectionName> <graphName> <autoOpen>