How to clear all cached items in Oracle

前端 未结 4 1145
忘掉有多难
忘掉有多难 2020-12-29 03:07

I\'m tuning SQL queries on an Oracle database. I want to ensure that all cached items are cleared before running each query in order to prevent misleading performance result

4条回答
  •  既然无缘
    2020-12-29 03:42

    Keep in mind that the operating system and hardware also do caching which can skew your results.

提交回复
热议问题