17.10 - LOG - 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

Logs text to the database event log table (DBC.EventLog) and the message event log file for the current day.

Syntax

LOG errorlogtext

Syntax Elements

errorlogtext
text to be sent to the DBC.EventLog table.

Example: Logging specified text to the event log table and messages log file

In this example, the text “Vproc 1022 added as a parsing engine” is saved to the DBC.EventLog table and log file.

log Vproc 1022 added as a parsing engine.