LOG - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ynh1604715438919.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

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

Syntax

LOG errorlogtext
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.