Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PRE_PAGE_SGA
Michael Bethke wrote:
> is there anyone who can tell me something about the
> INIT.ORA-parameter PRE_PAGE_SGA ?
>
> I didn't see any changes in v$rowcache and v$sgastat
> after restarting the instance.
>
> So what will be prepaged ???
PRE_PAGE_SGA just touches all the SGA memory blocks on startup so that the OS pages them into memory, it doesn't actually do any file IO. It is supposed to make the DBMS reach best performance sooner after startup. Note also that it is not supported on some OSs
-- Alan Burlison alanburlison_at_unn.unisys.com My opinions may be incorrect, but they are my own.Received on Fri Dec 13 1996 - 00:00:00 CST
![]() |
![]() |