Amazon EC2: How to Flush Shared Pool or Buffer Cache?

Hello all!
So, quick thing: How to flush shared_pool or buffer_cache from EC2?

Easy, here it goes:

exec rdsadmin.rdsadmin_util.flush_shared_pool;
exec rdsadmin.rdsadmin_util.flush_buffer_cache;

Hope it Helps!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.