Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Raw usage in Solaris

Re: Raw usage in Solaris

From: Pete Sharman <peter.sharman_at_oracle.com>
Date: 14 May 2002 16:34:04 -0700
Message-ID: <abs6tc0fuf@drn.newsguy.com>


In article <3CE16B23.1450FC6F_at_exesolutions.com>, Daniel says...
>
>Pete Sharman wrote:
>
>> In article <3CE144F7.3FB7C835_at_exesolutions.com>, Daniel says...
>> >
>> >Yong Huang wrote:
>> >
>> >> Hi, Nuno,
>> >>
>> >> You don't need Veritas or SDS to use raw. In fact, if you do, that's
>> >> not called raw any more. To allow oracle to read from the raw device,
>> >> run chown oracle:dba [thedevice] as root.
>> >>
>> >> Direct I/O may speed up or slow down db file read depending on whether
>> >> the file is sequentially read (at OS or filesystem level). Filesystem
>> >> page cache helps a lot by prefetch if the read is sequential. But
>> >> using direct I/O allows you to give the memory that otherwise would be
>> >> part of page cache to Oracle buffer cache, which manages Oracle data
>> >> caching more intelligently. Read Steve Adams' Ixora News - March 2002
>> >> newsletter.
>> >>
>> >> Yong Huang
>> >> yong321_at_yahoo.com
>> >
>> >Is this available on the web? I can't find anything at ixora.com that
>> >points to a newsletter.
>> >
>> >Thanks.
>> >
>> >Daniel Morgan
>> >
>>
>> Daniel
>>
>> You must need more coffee! ;)
>>
>> On Steve's web site in the left hand frame there is a Newsletter link. Maybe
>> you know a different ixora? Sorry, couldn't resist! ;)
>>
>> HTH. Additions and corrections welcome.
>>
>> Pete
>>
>> SELECT standard_disclaimer, witty_remark FROM company_requirements;
>
>Nor should you have resisted. But if you go to http://ixora.com you will not see
>it. They are two different companies. Who undoubtedly will, having discovered
>this, engage in some international legal squabble.
>
>And yes I do need more coffee. Make it a triple.
>
>Daniel Morgan
>

On it's way!!!

HTH. Additions and corrections welcome.

Pete

SELECT standard_disclaimer, witty_remark FROM company_requirements; Received on Tue May 14 2002 - 18:34:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US