Operating System - HP-UX
1833055 Members
2322 Online
110049 Solutions
New Discussion

Re: fork: Not enough space

 
Fred Ruffet
Honored Contributor

Re: fork: Not enough space

If this is an IO cache problem, reducing values of dbc_min_pct and dbc_max_pct will probably not help (only make the problem occur later). You may need to mount the file systems where oracle datafiles are with those options :
convosync=direct,mincache=direct,nodatainlog
This will bypass the cache for Oracle, and let other apps make use of the cache. Of course that will be great if you have dedicated FS for Oracle DBFs.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Paul Sperry
Honored Contributor

Re: fork: Not enough space

Fred,
I'll give that a try
And yes the db files are on their own fs.