Thursday 25 April 2019

Flush Shared Pool and Buffer Cache

SQL> show user;
USER is "SYS"

SQL> alter system flush buffer_cache;
System altered.

SQL> alter system flush shared_pool;
System altered.

No comments:

Post a Comment