17.20 - Activating a Client Character Set - Analytics Database - Teradata Vantage

Teradata Vantage™ - Analytics Database International Character Set Support - 17.20

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-01-27
dita:mapPath
aju1628095815656.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
hqj1472245413611

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.