Hi All,
I have a table which is accesed by application every 5 seconds.Now this table has multiple delete insert updates going on.The size of the table is aprox 200MB (high water mark) and there are say 5 rows which will be hardly 20 to 30 KB. My SGA is say 2 GB. So now the stats are not gathered and there is no index in this table. Now i can see full table scan as its wait event. Now i want to know.
how a full tabel scan happens does Oracle load the entire 200MB of data into SGA and then do a table scan or it just takes the actual size used by the table i.e 20-30KB.
Thanks,
A