Beautiful Info About How To Avoid Table Access Full
For starters, i can see a not exists in your select statement.
How to avoid table access full. How to eliminate table access full > i am running following query :select hh.cash_receipt_id, hh.gl_date, hh.amount, hh.status, hh.account_code_combination_id,. Sql script has table access full behavior. For sql execution plan, generally try to avoid the appearance of table access full, then how to locate, which sql scripts in the system have.
That will cause a full table scan because it has to check every record to ensure that the thing you are looking for. Depending on how large your po_vendors table is, getting 100,000 records might be much better done using a full table scan rather than an index access.