OPERATION CLEAR - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.20
Published
May 2019
Language
English (United States)
Last Update
2019-05-23
dita:mapPath
dzf1517499323110.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
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.
unityadmin>  OPERATION CLEAR ALL; 
1 operations cleared successfully.
CANCELLED
Clears canceled operation messages from the operations list.
unityadmin>  OPERATION CLEAR CANCELLED; 
1 operations cleared successfully.
FAILED
Clears operation messages for failed operations.
unityadmin>  unityadmin> OPERATION FAILED; 
1 operations cleared successfully.
FINISHED
Clears messages marked Finished from the operations list.
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.
unityadmin>  OPERATION CLEAR 1; 
Operation 1 successfully removed.