Opening Offline Execution Plans - Visual Explain

Teradata Visual Explain User Guide

Product
Visual Explain
Release Number
16.20
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-04
dita:mapPath
pvi1488824663157.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2504
Product Category
Teradata Tools and Utilities
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 the following is true:

    filename.vec is the name of a .vec file.

Example Commands for Offline Execution Plans

The following table describes commands used to open an offline execution plan.

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.