This diagram illustrates
sql loader's direct path and conventional paths for loading data into the
database.
It shows how the direct path load eliminates much of the Oracle database
overhead by formatting Oracle data blocks and writing the data blocks directly
to the database files. Conventional path is shown in the diagram to involve
much more processing than the direct path load. Direct path loads are hence
much faster than conventional loads. This diagram is also introduced in
the text.