Tagged articles
1 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Sep 17, 2020 · Databases

Why SELECT * Can Kill Your Oracle Performance: Real-World Cases

This article examines several production incidents where using SELECT * caused dramatic performance degradation in Oracle databases, detailing shadow‑table differences, LOB handling, temporary‑table transformations, wide‑table scans, and memory‑intensive joins, and explains why the rule to avoid SELECT * is essential.

OracleSQLperformance
0 likes · 6 min read
Why SELECT * Can Kill Your Oracle Performance: Real-World Cases