What is diff betwn bteqexport & fastexport ?

Showing Answers 1 - 1 of 1 Answers

priya

  • Jun 18th, 2013
 

Bteqexport is used if the number of rows is less than half a million. since it sends the data row by row.
fast export is used if the number of rows in more than half a million, it send data in 64kb blocks.so efficient in handling large amount of data

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions