|
It makes me think of the parameter _serial_direct_read (enable direct read in serial). Once you set it, all db file scans that cause db file scattered read wait, such as FTS or index fast full scan, will bypass buffer cache, and the wait event changes to direct path read. You want to avoid polluting buffer cache by FTS. Right? That's the parameter you can try. Even alter session works.
Yong Huang |
|