1.

What Is The Difference Between Direct Path And Conventional Path Loading?

Answer»

A conventional path load executes SQL INSERT statements to POPULATE tables in an ORACLE database.
A 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.

A conventional path load executes SQL INSERT statements to populate tables in an Oracle database.
A 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.



Discussion

No Comment Found