DICTIONARY SCAN - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.20
Published
May 2019
Language
English (United States)
Last Update
2019-05-23
dita:mapPath
dzf1517499323110.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Scans Teradata systems managed by Unity for new table objects and for changes in table objects that apply to the Data Dictionary you specify.

Syntax

DICTIONARY SCAN dictionaryname [tdpid1,tdpid2,..,tdpid3] [IN db1,db2.. ,dbN] [DEPLOY] [VALIDATED] [NO RELOAD];

Parameters

DEPLOY
Sets matching table objects for deployment to the managed Unity Data Dictionary, also called the Deployed Dictionary. Deployment occurs after the scan completes.
VALIDATED
Validated dictionary entries before calling deploy.
NO RELOAD
Deploys the dictionary without a dictionary reload. A dictionary reload must occur for SQL statements to reference newly deployed objects. Deployed dictionaries not loaded into memory have the “RELOAD REQUIRED” text shown next to the “Last Deployed Time” output from the DICTIONARY LIST command.
dictionaryname
Name of a Unity Data Dictionary that exists in the Unity repository.
tdpid1, tdpid2, tdpid3
Unique identifier (TDPID) of a Teradata Database system.
IN db1,db2,dbN
Use to specify the Teradata Databases to scan within the Teradata systems managed by Unity. Running DICTIONARY SCAN without a database list scans all Teradata Databases that exist in the specified Data Dictionary (dictionaryname). If you are scanning a new Data Dictionary and exclude this parameter, Unity scans all Teradata Databases that it manages.

Usage Considerations

If any Teradata system or Teradata Database you specify for scanning is inaccessible, the DICTIONARY SCAN operation fails and Unity raises an alert.

This command creates a scan log on the Unity server in /var/opt/teradata/unity/logs managed by the Active Sequencer. The file name is scanner.log. This log includes a full list of table objects added to the managed Unity Data Dictionary and also table objects rejected due to failure to comply with one or more object-matching criteria. For each rejected table object, the log lists and describes the mismatched elements within the object.

Examples

At the unityadmin prompt:

Input Description
DICTIONARY SCAN SalesAnalysis TDA,TDB IN SalesData DEPLOY; This example scans all SalesAnalysis dictionary objects in the SalesData database on systems TDA and TDB and deploys the resulting changes that match across systems to the managed Unity Data Dictionary.
DICTIONARY SCAN SalesAnalysis; This example scans databases which have already been selected for inclusion in the SalesAnalysis dictionary and adds new objects to the SalesAnalysis dictionary. No deploy action occurs after this operation.