Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is meant by "full table scan?"
So, is it safe to say that any non-indexed table is subject to a full table
scan regardless of what you have for your "where" clause? (I am using 8i).
The table in question only ever has a handful of rows - non-indexed, yet is
accessed by every application that we have. Would that be an application of
NOCACHE - so that those rows stay in the Buffer? Or should I just use KEEP?
But then KEEP seems to stay till instance shutdown.
-Thomas Received on Sat Sep 29 2001 - 15:34:12 CDT
![]() |
![]() |