Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-13-2004
rhfrommn rhfrommn is offline Forum Advisor  
Registered User
 

Join Date: Nov 2003
Location: Minnesota
Posts: 428
I can't help you with the specific kernel parameter since I don't know HPUX very well. You'll have to ask your DBA or look it up.

But, I think I know what is going on. Oracle sets its shared memory area when it starts up. Even if it looks to the OS like there is 5GB free, if you take any of it which Oracle expected to be able to use Oracle will complain. If you are setting aside some memory for caching as you described, you probably have to decrease the shared global area in Oracle to compensate.

Hope that helped, I know it wasn't long on details . . .