Multiple choice technology databases Predicate evaluation is not offloaded to Exadata Cell in the following cases: The CELL_OFFLOAD_PROCESSING parameter is set to FALSE. The CELL_OFFLOAD_PROCESSING parameter is set to TRUE The table or partition being scanned is small. The optimizer does not use direct path read. Reveal answer Fill a bubble to check yourself A,C,D Correct answer Explanation Exadata Smart Scan offloading is bypassed if disabled via CELL_OFFLOAD_PROCESSING = FALSE, if a direct path read is not used by the optimizer (smart scans require direct path reads), or if the scanned segment is too small.