Quote Originally Posted by oracbase View Post
On the Dev DB, the only wait events were "db file sequential read & db file scattered read" + the usual "SQL*Net message".
On Prod DB, there wasn't any wait besides the usual "SQL*Net message".
Check again prod trace, no read wait events means query didn't even attempted to read.

Please post tkprof of relevant section of both dev and prod traces.