Procedure Using BTEQ - Analytics Database - Teradata Vantage

Database Administration

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-10-04
dita:mapPath
pgf1628096104492.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ujp1472240543947
lifecycle
latest
Product Category
Teradata Vantageā„¢

Perform the following procedure to drop the tables for the query capture database using BTEQ. The procedure assumes that you have already created QCF_database_name. This procedure does not drop the views and macros on the specified QCD.

  1. Start BTEQ.
  2. Change your current database to the database from which the QCF tables are to be dropped as follows.
    DATABASE  QCD_database_name;

    where QCD_database_name is the name of the database you created for the QCD tables.

  3. Perform the following steps in order.
    1. .EXPORT FILE = file_name
    2. SELECT DelTable

      FROM systemfe.CleanupQCF

      ORDER BY SeqNumber;

    3. EXPORT RESET;
    4. .RUN FILE = file_name

      where file_name is the name of the file you create to contain the output of the SELECT request.