InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Fastload And Multiload? |
|
Answer» FASTLOAD uses multiple sessions to quickly load large AMOUNT of data on empty table. MULTILOAD is used for high-volume maintenance on tables and VIEWS. It works with non-empty tables also. Maximum 5 tables can be used in MultiLoad. FastLoad uses multiple sessions to quickly load large amount of data on empty table. MultiLoad is used for high-volume maintenance on tables and views. It works with non-empty tables also. Maximum 5 tables can be used in MultiLoad. |
|