17.10 - HELP - Advanced SQL Engine - Teradata Database

Teradata Vantageā„¢ - Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
xha1591998860283.ditamap
dita:ditavalPath
xha1591998860283.ditaval
dita:id
vkz1472241255652

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.
.
.
.