InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between The Conventional And Direct Path Loader? |
|
Answer» The conventional PATH loader essentially loads the data by using standard INSERT STATEMENTS. The DIRECT path loader (DIRECT=TRUE) bypasses much of the logic involved with that, and loads directly into the Oracle data FILES. The conventional path loader essentially loads the data by using standard INSERT statements. The direct path loader (DIRECT=TRUE) bypasses much of the logic involved with that, and loads directly into the Oracle data files. |
|