Assigning Default Client Character Set for a Session | VantageCloud Lake - Assigning the Default Client Character Set for a Session - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

You can control the session parameter that defines the character set to be used for external representation from within the client application submitting the request. Specifying an alternate character set overrides the default client character set for a session.

For example, in BTEQ, you can use the SESSION CHARSET command to set the character set for the current session:

.SET SESSION CHARSET 'ascii'

Make sure the character set you use (for example, 'ascii') exactly matches the name of a valid client character set.

For further information on how to use a session character set, see the user guide for the application.