| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: PAGING on Sun Solaris 2.6 with Oracle 7.3.4
>Anyone out there that has experienced extremely high paging activities
>un their Sun box (E6500)?
Are you using filesystems? If you are then that is the likely cause of you paging problem. Solaris is buffering you file systems causing you to see large amounts of paging. I would elminate this on you file systems containing your data files. (Why have Solaris buffer your data when Oracle is already going to buffer it??) If you are using just plain UFS filesystem you can set the mount option "forcedirectio". (see man page on mount_ufs). If you are running VXFS you will need to use "mincache=direct,convosync=direct". This should fix your paging problem.
HTH,
john
![]() |
![]() |