Multiple choice technology databases

What are the two types of loads used by oracle sqldr

  1. Conventional

  2. Direct

  3. Indirect

  4. Insert

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Oracle SQL*Loader uses two load types: Conventional path (uses SQL INSERT statements, slower but more compatible) and Direct path (bypasses SQL engine, writes directly to data blocks, much faster). 'Indirect' and 'Insert' are not valid SQL*Loader load type categories.