在做实验的时候,很多时候需要清空缓存,让实验结果更加的精准。
清空buffer cache:
ALTER SYSTEM FLUSH BUFFER_CACHE;
清空shared pool:
alter system flush shared_pool;
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/7239.html
在做实验的时候,很多时候需要清空缓存,让实验结果更加的精准。
清空buffer cache:
ALTER SYSTEM FLUSH BUFFER_CACHE;
清空shared pool:
alter system flush shared_pool;
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/7239.html