Multiple choice technology databases

What are the conditions must be satisfied to use the direct path load method

  1. Tables are not clustered.

  2. Tables to be loaded do not have any active transactions pending.

  3. Loading a parent table together with a child Table

  4. Loading BFILE columns

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

Direct path load requirements include: non-clustered tables, no active transactions, and special handling for referential constraints (loading parent and child together). BFILE columns are also supported in direct path loads. All conditions listed are valid.