Activating a Client Character Set - Analytics Database - Teradata Vantage

International Character Set Support

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-09-27
dita:mapPath
aju1628095815656.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
hqj1472245413611
lifecycle
latest
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 the database, using the tpareset utility. For usage information, see tpareset in Teradata Vantage™ - Database Utilities, B035-1102.