Undoing Imported Information - System Emulation Tool

Teradata® System Emulation Tool User Guide

Product
System Emulation Tool
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
hdo1608578450920.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2492
lifecycle
previous
Product Category
Teradata Tools and Utilities
Use the command line interface to clean up or remove information previously imported onto the database. If the requested information is not available to be cleaned up, then the switch is ignored.
  1. Use the following command syntax to clean up imported information:
    tset [-icf <commandfile>]|
         [[-c|-l] <DSN_or_tdpid>\<username>\<password>
          [-am <Authentication Mechanism>\<Authentication Parameter>]
          [-scs <Session characterset>]
          [-u <undofile>]
          [-d -s -r -p -o -g -w -e -q -m]
          [-xapp]]

    The following are examples of how to clean up imported information from the command line. Type:

    tset -c test -u prod.31-Jul-04.22.33.12.undo

    The information that was imported into a database system named test, as logged in the specific .undo file, is cleaned up. Type:

    tset -c test\dbc -u prod.31-Jul-04.22.33.12.undo -q

    The DBQL XML Plans that were imported into a database system named test, as logged in the specified .undo file, are cleaned up.