All Forums Tools
rakeshreddy43 2 posts Joined 07/09
30 Jul 2009
Flat files to Teradata tables

Hi

Can anyone send me the procedure for loading the data from flat files(VSAM, txt, csv etc) to teradata tables without using Informatica.

thanks,

Rakesh

feinholz 63 posts Joined 05/08
30 Jul 2009

Teradata has a lot of load/unload products that load data from flat files into Teradata.
FastLoad, MultiLoad, BTEQ, Teradata Parallel Transporter just to name a few.

Raja_KT 43 posts Joined 07/09
31 Jul 2009

Hi,

Say for mload: 1)First you need to have your logtable declaration 2) Logon to database 3) You must have the target table in place or you need to create after login in 4) then you declare .begin import mload tables end mload log off;

note: there are few constraints ,please go thru mload manual

Fastload: 1)declare your sessions(min,max),errlimit 2) logon to db 3) If table is not created you can create your table(However it must be empty or no SI) 3)set record format 4) Define all the fields for the tables 5) FILE= ( all the fields as place holder)
and then logoff;

Tpump: I will send later. I am busy now.

Thanks and regards,
Raja

You must sign in to leave a comment.