NOSPOOL - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-15
dita:mapPath
boh1556732696163.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

Purpose

Uses the Teradata Database NO SPOOL feature to unload a crashdump faster.

Syntax

NOSPOOL { ON | OFF } ;
ON
NOSPOOL is enabled
OFF
NOSPOOL is disabled

Usage Notes

NOSPOOL is disabled by default, so must be explicitly enabled before using the UNLOAD command. NOSPOOL remains enabled until explicitly changed, or until the dul session is ended.

When NOSPOOL is enabled, the number of blocks received is displayed only when the unload operation has completed.

Example: Using the NOSPOOL command in dul

To enable and disable the feature:

NOSPOOL ON;
*** NoSpool flag is ON

NOSPOOL OFF;
*** NoSpool flag is OFF