Hi,
I am trying to import verylarge flat files(900 MB) with delimiter '|~|' but after 10 million rows the SQL Asstnt throws the following error in the log:
System.Runtime.InteropServices.COMException (0x800A0BDB): System resource exceeded.
Is it my system that doesnt have enough resources(like RAM,virt space etc ) or Teradata limitation in importing big files or is it the way i am trying to import the file?
The query i used is a follows:
insert into <db_name.table_name> values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Would appreciate any help on this.
Tags:
Forums: