Jun 19, 2013

Clear Oracle DB Cache [Solved]

Posted Jun 19, 2013
I used these 2 commands to clear cache in between queries in Oracle DB especially when testing for performance:

ALTER SYSTEM FLUSH BUFFER_CACHE;

ALTER SYSTEM FLUSH SHARED_POOL;

No comments:

Post a Comment