Multiple choice technology

What are the OWB Operating Modes?

  1. Row Based

  2. Row based (Target only)

  3. row based fail over to set based

  4. Set based fail over to row based (target only)

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

OWB (Oracle Warehouse Builder) supports multiple operating modes for data movement and transformation. Row-based mode processes data one row at a time, while set-based mode processes data in batches. The target-only variant applies the row-based strategy specifically to the target. The fallback from set-based to row-based (target-only) provides a mechanism to switch strategies if set-based operations encounter issues.