Oracle Exadata SQL Tuning

ora-base

Advanced Oracle Database Engineering, Exadata Optimization, and SQL Performance Tuning.

Understanding Exadata Smart Scans

What is a Smart Scan? In a traditional Oracle database, the database server requests blocks from storage. In Exadata, the “intelligence” is moved to the storage cells… -- You can even add SQL snippets like this: SELECT /*+ monitor */ * FROM big_table WHERE column_id = 100;

February 21, 2026 · 1 min · mardaff