清除PL SQL缓存

oracle 10g 以上:

alter system flush buffer_cache;
oracle  9g以下:

ALTER SESSION SET EVENTS 'immediate trace name flush_cache';

你可能感兴趣的:(清除PL SQL缓存)