Tuesday, July 27, 2010

How to flush cache in oracle

Use the below code in System login

alter system flush shared_pool;
alter system flush buffer_cache;