Activating a Client Character Set - Advanced SQL Engine - Teradata Database

International Character Set Support

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ywb1588027283948.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1125
lifecycle
previous
Product Category
Teradata Vantage™

After loading the needed character sets into the DBC.CharTranslationsV view, you must activate the character set.

  1. Set the InstallFlag column to Y for the character set you want to activate. The limit is 16 active character sets.
    UPDATE DBC.CharTranslationsV SET InstallFlag=’Y’ WHERE CharSetId =  custom_characterset_id;

    or

    UPDATE DBC.CharTranslationsV SET InstallFlag=’Y’ WHERE CharSetName = ‘custom_characterset_name’;
  2. Perform a full restart of Teradata Database, using the tpareset utility. For usage information, see tpareset in Teradata Vantage™ - Database Utilities , B035-1102 .