Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re[2]: db_file_multiblock_read_count parameter
Hi Dick,
What makes you think that HP-UX has a limit of 32K per read? On buffered file systems all reads match the file system buffer size (normally 8K), but on raw or direct I/O you can go all the way up to MAXPHYS which has long been 256K and is now 1M.
Regards,
Steve Adams
http://www.ixora.com.au/ http://www.oreilly.com/catalog/orinternals/ http://www.christianity.net.au/ -----Original Message----- From: dgoulet_at_vicr.com [SMTP:dgoulet_at_vicr.com] Sent: Friday, July 14, 2000 1:09 AM To: Multiple recipients of list ORACLE-L Subject: Re[2]: db_file_multiblock_read_count parameter
One word of caution. If you raise this parameter too far the operating system may well ignore you. In HP-UX (the OS we use) the limit is 32K of data per read therefore taking the db_block_size of 8k means that any value of DB_FILE_MULTI_BLOCK_READ_COUNT > 4 gets ignored.
Dick Goulet
____________________Reply Separator____________________ Author: Gaja Krishna Vaidyanatha <gajav_at_yahoo.com> Date: 7/12/00 3:36 PM
Prasada,
It is a dynamic parameter that can be modified using an "alter system" or an "alter session" as the case may be.
Cheers,
Gaja.
"Opinions and views expressed are my own and not of Quest"
-- Author: Gaja Krishna Vaidyanatha INET: gajav_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You mayReceived on Thu Jul 13 2000 - 18:53:12 CDT