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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how do you decide your db_cache_size

RE: how do you decide your db_cache_size

From: Gogala, Mladen <MGogala_at_allegientsystems.com>
Date: Thu, 15 Sep 2005 13:58:00 -0400
Message-ID: <A2C7821363A0544987988F6BCCE941B506081A@pegasus.lawaudit.com>


Just shift the number 10 positions to the right and division by 1024 is done. Division by 2 is

equivalent to the right shift. Dividing by 1010 ('A' in hex) is not so simple.  

--

Mladen Gogala

Ext. 121


From: Cary Millsap [mailto:Cary.Millsap_at_hotsos.com] Sent: Thursday, September 15, 2005 12:43 PM To: oracle-l_at_freelists.org
Subject: RE: how do you decide your db_cache_size  

Unless you're a binary-based computer, in which case it's a lot easier to divide by 1024.    

Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com <http://www.hotsos.com/> Nullius in verba

Visit www.hotsos.com <http://www.hotsos.com/> for curriculum and schedule details...  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of rjamya
Sent: Wednesday, September 14, 2005 2:25 PM To: jkstill_at_gmail.com
Cc: Brandon.Allen_at_oneneck.com; MGogala_at_allegientsystems.com; oracle-l_at_freelists.org
Subject: Re: how do you decide your db_cache_size  

I presume it is for those who are not good with division ... dividing by 1000 is much easier than say 1024 ??

--

http://www.freelists.org/webpage/oracle-l Received on Thu Sep 15 2005 - 12:58:26 CDT

Original text of this message

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