Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Shared Pool
It flushes all objects cached in the shared pool from memory. When should it be used? I say almost never. The most common reason this command is executed is in response to an error occuring when a large package is trying to be parsed in the shared pool. A better approach would be to increase the shared pool size and pin the most used packages.
M.Landa
Software Administrator wrote:
> What does following command do and when should it be uses.
>
> svrmgr> ALTER SYSTEM FLUSH SHARED POOL.
>
> Thanks in Advance
Received on Sun Feb 08 1998 - 00:00:00 CST
![]() |
![]() |