我在Oracle数据库上调优SQL查询.我想确保在运行每个查询之前清除所有缓存的项目,以防止误导性能结果.我通过运行以下命令清除共享池(以摆脱缓存的SQL /解释计划)和缓冲区缓存(以摆脱缓存的数据):
alter system flush buffer_cache; alter system flush shared_pool;
还有更多我应该做的,还是这个足够?
谢谢!
sql oracle caching oracle10g
caching ×1
oracle ×1
oracle10g ×1
sql ×1