HELP - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-15
dita:mapPath
boh1556732696163.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

Purpose

The HELP command displays the syntax for the commands supported by rcvmanager.

Syntax

HELP ;

Example: Recovery Manager help

The HELP command displays information for all the rcvmanager commands:

RCVMANAGER provides a means for the user to interact with the recovery sub-system.  
The syntax of an RCVMANAGER command is:

        HELP;

        QUIT;

             { STATUS [<proc-id>]     }   
             { LOCKS                  }   
        LIST { ROLLBACK TABLES        }   
             { CANCEL ROLLBACK TABLES }; 

        { REBUILD  }             [ Low    ]   
        {          }   PRIORITY  [ Medium ] ; 
        { RECOVERY }             [ High   ]   

        DEFAULT  PRIORITY; 

CANCEL ROLLBACK ON TABLE <table-id> [{,<table-id>} ...] ; 

The HELP command displays this help message text.

The QUIT command will terminate the RcvManager Utility.
.
.
.