Archives of the TeradataForum
Message Posted: Thu, 23 Jun 2005 @ 09:41:52 GMT
Subj: | | Updating a CLOB column |
|
From: | | Hartman, David L |
I am trying to update a table with a CLOB (2GB) column called REPORT_TEXT with a text file that has 1.6 gigs of text data. The table has two
other character columns (REPORT_NUMBER, REPORT_TYPE).
I tried using BTEQ .IMPORT VARTEXT FILE with the .SET LARGEDATAMODE ON but received a file size exceeded message due to its 64K limit. SQL
ASSISTANT import did not work due to its 999,999 byte limit.
Any suggestions how this could be done using one of the Teradata client tools.
Thanks
|