LISTREMOTEWARNINGS view
The DVSYS.LISTREMOTEWARNINGS view is the catalog view that you can use to retrieve all the warnings and exceptions from all nodes or from a specific node connected to Data Virtualization.
Column | Type | Description |
---|---|---|
NODE_NAME | VARCHAR(80) | Name of the node or agent where the warning was raised. |
TSTAMP | TIMESTAMP | The timestamp of the last occurrence of the warning or exception. |
TSTAMPFIRST | TIMESTAMP | The timestamp of the first occurrence of the warning or exception. |
REPEATCOUNT | BIGINT | The number of times the warning or exception was encountered. |
WARNING | VARCHAR(32672) | The warning text. |