Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Hello all,
There is a table with 4 columns in that 3 columns has been
already loaded with 5 million records.4th column is
empty,Now I have got 5 million records data which has to be
loaded into 4th column.How can I load this data fastly in to
the 4th column with out using update

Answer Posted / yuvaevergreen

Assumptions made:
1.The last column has to be loaded from the file.
2.The file has also got the other three columns with it.
3.Access has been given to create tables.

>>Since, update cannot be used, mload update script may not
be preferable.
>>TPUMP and BTEQ would be slow.
>>So, my option would be
* create new_table as table with no data;
* Use the fastload to load the empty table with the 5
million rows from the file.
* rename table table to old_table;
* rename new_table to table;

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you track login parameters of users in teradata?

1235


What's the difference between timestamp (0) and timestamp (6)?

1257


What is bteq script in teradata?

1214


What is the difference between fastload and multiload?

1466


A certain load is being imposed on the table and that too, every hour. The traffic in the morning is relatively low, and that of the night is very high. As per this situation, which is the most advisable utility and how is that utility supposed to be loaded?

1354


What is spool space?

1223


What are the scenarios in which full table scans occurs?

1056


What are the uses of bynets in multi-node systems?

1078


Explain the term 'columns' related to relational database management system?

1124


Give a justifiable reason why Multi-load supports NUSI instead of USI.

1215


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

1159


What are differences between teradata and ansi session modes in teradata?

1222


What is a dimension table?

1104


In BTEQ, how are the session-mode parameters being set?

1192


Mention the procedure via which, we can run Teradata jobs in a UNIX environment.

1040