OPERATION CLEAR - Teradata Unity

Teradata Unity User Guide

Product
Teradata Unity
Release Number
16.10
Published
January 2018
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
anz1496162519675.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.