Multiple choice technology databases

Conventional type is the default load type used by Sql Loader

  1. True

  2. False

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

SQL*Loader's default load method is Conventional path, which uses SQL INSERT statements to load data. This is slower than Direct path but works in more situations. Direct path must be explicitly specified.