|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/20/2009 1:44:00 AM
Posts: 7,
Visits: 10
|
|
Hi
I am loading the data into files using fastexport but the data is in binary format eventhough i am using text format,
please send me a sample script to load the data into tables in a text format.
Thanks
kiran
KIRAN
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 10/22/2009 1:29:06 AM
Posts: 36,
Visits: 182
|
|
Use mode record and format binary.
Teradata_cert_Oracle_cert
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 11/9/2009 3:27:04 PM
Posts: 38,
Visits: 46
|
|
If the layout of the table consists of non-character fields (i.e. integer, decimal) then the data
will be returned to FastExport in binary format.
If you want the data in text format, then you would need to CAST your columns to CHAR or
VARCHAR.
|
|
|
|