Improving SQL Text Readability - Analytics Database - Teradata Vantage

Data Dictionary

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
yjs1628112160125.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dlt1472240657517
lifecycle
latest
Product Category
Teradata Vantageā„¢

To combine multiple SQLTextDoc rows with the same query ID into one easily readable document, perform a SELECT request on the QryLogSQLDocV view.

Example

sel queryid,sqltextdoc from qrylogsqldocv where queryid=977188741514475132;
Export the result set to a file. On the monitor, some of the lines may truncate.

The memory allocated for the input is 32 MB. To see the memory setting, use the following:

cufconfig -o | grep MallocLimit

To add more memory, adjust the MallocLimit setting using cufconfig. For more information, see Teradata Vantageā„¢ - Database Utilities , B035-1102 .