![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 09 May 2013 @ 11:15:28 GMT
Hi , I´m trying to load Russian characters into a table by using a fastload. The original file has the right charset (UTF8) How do I change the SESSION CHARSET in my FASTLOAD? I tried with:
--------------
os echo "Fastload STG_FICH282_&fecha_carga&";
SET SESSION CHARSET "UTF8";
database &bd_stg&;
drop table STG_FICH282_&fecha_carga&;
CREATE MULTISET TABLE STG_FICH282_&fecha_carga&, NO FALLBACK ,NO BEFORE JOURNAL,NO AFTER JOURNAL
(
CLIENTE VARCHAR(8),
-----
And the log of the loading tells me:
------------------------
0002 .LOGON DWHDESA/carga_desa,
**** 11:42:59 Teradata Database Release: 12.00.03.17
**** 11:42:59 Teradata Database Version: 12.00.03.33
**** 11:42:59 Current CLI or RDBMS allows maximum row size: 64K
**** 11:42:59 Character set for this job: MANGO
**** 11:43:33 Number of FastLoad sessions connected = 40
**** 11:43:33 FDL4808 LOGON successful
0003 os echo "Fastload STG_FICH282_20130509";
Fastload STG_FICH282_20130509
0004 SET SESSION CHARSET "UTF8";
**** 11:43:33 FDL4802 Already logged on
-----------------
How can I change the CHARACTER SET FOR THIS JOB within the .FLD? Thanks FINA RODRIGUEZ POSADA MANGO
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||