Defining character set in Vertica
Hello all, Is it possible to define character set in Vertica, just like we do in ORACLE? We are using ODBC driver to load data from ORACLE database to Vertica, and ORACLE database has non UTF-8 character set. We want to use the same character set in Vertica as well. But, looking into documentation, it seems that it is not possible to use character set other than UTF-8 with ODBC driver. Thanks, Rupendra
0
Comments
SELECT SET_CONFIG_PARAMETER('DefaultSessionLocale', 'en_GB');
4. Locale Specifications : https://my.vertica.com/docs/6.1.x/HTML/index.htm#13757.htm 5. Set locale for current session : https://my.vertica.com/docs/6.1.x/HTML/index.htm#13751.htm