ptheriault
IS-IT--Management
We currently have an Oracle 10g install running on a windows 2003 server. 64 Bit. There is 28GB of RAM on the server with 13 gb free. the page file size is only 4 gb. I have the following quote from Oracle.
- Paul
- Database performance looks fine, it must be the Network!
I am the SR SQL Server DBA our Oracle DBA is suggesting that he would rather reduce the size of the page file to 200K and set the LOCK_SGA flag. We are experiencing excessive paging and I think this is going to make matters worse. Am I wrong? would the LOCK_SGA flag work?Oracle recommends that total combined size of your page files be at least equal to physical RAM on your computer. Configurations where combined size is two to four times the size of physical RAM are not uncommon. Minimize paging as much as possible. But situations in which the operating system runs out of or low on paging space are to be avoided at all costs. Adequately-sized paging files spaced across physical disks spread out I/O most efficiently, because the operating system spreads paging evenly across page files.
- Paul
- Database performance looks fine, it must be the Network!