.DEBUG TRACE IO [LOW|MEDIUM|HIGH]; - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities

.DEBUG TRACE IO [LOW|MEDIUM|HIGH];

Teradata DataConnector generates a trace file for developer use at different DataConnector trace level, DEBUG TRACE HIGH command generates the most detailed Teradata Dataconnector trace. On mainframe, to generate a Dataconnector trace, please add the following statement in TPump JCL:

//PMTRCE  DD SYSOUT=*
 
DEBUG TRACE IO: 							pmTrceEvents;
DEBUG TRACE IO LOW: 							pmTrceIOcounts;
DEBUG TRACE IO MEDIUM: 							pmTrceIObufs;
DEBUG TRACE IO HIGH: 							pmTrceInfo.