Opening Offline Execution Plans - Visual Explain

Teradata Visual Explain User Guide

Product
Visual Explain
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2504
lifecycle
previous
Product Category
Teradata Tools and Utilities

Opening Offline Execution Plans

Visual plans that have been saved offline to a file can be opened through the command line interface.

To open an offline plan, use the following command:

VEComp  [-f] <filename.vec> [-v expanded || compressed]

Where:

filename is the name of a .vec file.

Table 46 describes commands used to open an offline execution plan.

 

Table 46: Examples for Opening Offline Execution Plan

Example

Command

Description

1

VEComp test.vec

Opens the offline plan from file test.vec.

2

VEComp -f test.vec

Opens the offline plan from file test.vec.

3

VEComp -f test1.vec -f test2.vec 
-f test3.vec

Opens the offline plans from the files
test1.vec, test2.vec, and test3.vec.

4

VEComp test1.vec test2.vec test3.vec

Opens the offline plans from the files
test1.vec, test2.vec, and test3.vec.

5

VEComp -f test.vec -v compressed

Opens the offline plan from file test.vec and displays it in the compressed view.