Multiple choice

Which of the following statements is an incorrect statement about loading XML data using SQL*Loader in the Oracle database?

  1. It supports XML type tables.

  2. The loading is independent of the underlying storage.

  3. The data can be loaded in LOBs.

  4. SQL*Loader uses direct path loading in case of inheritance of data.

  5. This method uses both conventional and direct-path methods.

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

SQL*Loader does not support direct-path loading if the data involves inheritance.