Operating System - HP-UX
1837651 Members
3191 Online
110117 Solutions
New Discussion

Setting the filesystem with Oracle

 
RogerVI
Regular Advisor

Setting the filesystem with Oracle

Hi,
I have Oracle 8.1.7 32 bits running in HP-UX 11i V1 64 bits.
The system uses cooked files.
I don't have Online JFS, then I cannot set minchache and convosync options in the filesystem. This means that I use double buffering.
I notice that when running some queries, the performance is slow (the reads are slow).

The following kernel parameters are configured:

dbc_min_pct = 10
dbc_max_pct = 10

(Total physical memory = 12 GB)

My question is:
Do you recommend rise the value of that parameters ?
Please, provide any clues according your experience.
Thanks in advance

Peternt
Roger
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Setting the filesystem with Oracle

Shalom,

I think you have set the parameters just right.

I ran oracle databases on 11.11 systems for a number of years as System Administrator. While not my exact parameter settings, you look good.

On 11.11 Oracle 8.17 which is way out of support will not benefit from increasing the buffer pool, which those two parameters control.

To tune Oracle increase the SGA. Talk to your database administrators about that.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shibin_2
Honored Contributor

Re: Setting the filesystem with Oracle

Hi Peternt,

There is a similar discussion in this forum. You may read this:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=230807

Btw, if you can increase the dbc_max_pct value to some 30 will be good. Default value is 50.
Regards
Shibin
RogerVI
Regular Advisor

Re: Setting the filesystem with Oracle

Thanks
Roger