OPERATION CLEAR Command | unityadmin | Teradata Unity - OPERATION CLEAR - Continuous Availability - Teradata Unity

Teradata® Unity™ User Guide

Product
Continuous Availability
Teradata Unity
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2020-09-15
dita:mapPath
fmz1594836948704.ditamap
dita:ditavalPath
qqk1595871525984.ditaval
dita:id
B035-2520
Product Category
Analytical Ecosystem

Purpose

Clears logging messages associated with a specific Unity management operation.

Syntax

OPERATION CLEAR {ALL | CANCELLED | FAILED | FINISHED | operation identifier};

Parameters

ALL
Clears all operation messages for completed operations.
Example: 
unityadmin>  OPERATION CLEAR ALL; 
1 operations cleared successfully.
CANCELLED
Clears canceled operation messages from the operations list.
Example: 
unityadmin>  OPERATION CLEAR CANCELLED; 
1 operations cleared successfully.
FAILED
Clears operation messages for failed operations.
Example: 
unityadmin>  unityadmin> OPERATION FAILED; 
1 operations cleared successfully.
FINISHED
Clears messages marked Finished from the operations list.
Example: 
unityadmin>  OPERATION CLEAR FINISHED; 
2 operations cleared successfully.
operation identifier
Clears all operation messages for a specific operation number. The operation must be in the Failed or Finished state to be successful. You can run OPERATION LIST to determine the operation status.
Example: 
unityadmin>  OPERATION CLEAR 1; 
Operation 1 successfully removed.