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

Home -> Community -> Mailing Lists -> Oracle-L -> 8.1.7 Java / Ncomp benchmark news

8.1.7 Java / Ncomp benchmark news

From: Roby Sherman <rxsherm_at_interealm.com>
Date: Tue, 28 Nov 2000 07:10:00 -0600
Message-Id: <10694.123059@fatcity.com>


<html><head></head><body>Sometimes Oracle is just unbelievable... I opened
a tar over a week ago because our ncomp'd benchmark classes have been very slow. They claim that the slowdown lies in some serious inefficiencies with their memory manager. They also went on to say that Java code that has little or no memory allocations, etc. would primarily benefit from ncomping. <br>
<br>

I feel that this is a ridiculous statement. When you consider that 99% of the Java classes out there 1&gt; allocate temporary local variables/classes when you invoke methods, 2&gt; allocate additional stack space when you pass arguments to methods. Does anyone have any additional thoughts on this?<br>
<br>

So basically, I guess they're telling me that ncomp is of no use to anyone in the real world. At any rate, I'll get those numbers to everyone as soon as we can figure out the best way to proceed from here. <br>
<br>

--Roby<br>
</body></html>


 From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>  Date: Tue, 28 Nov 2000 06:11:31 -0800 (PST)  Subject: Re: what is db block size

--0-1967513926-975420691=:14874
Content-Type: text/plain; charset=us-ascii

 In sqlplus either of the following will work...

      show parameter db_block_size
      select value from v$parameter where name = 'db_block_size';



  John Dunn <john.dunn_at_sefas.co.uk> wrote:

How do I find out what the db block size is set to?

John

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Dunn
INET: john.dunn_at_sefas.co.uk

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).


---------------------------------
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
--0-1967513926-975420691=:14874
Content-Type: text/html; charset=us-ascii


<P> In sqlplus either of the following will work...</P>
<OL style="MARGIN-RIGHT: 0px">
<OL>
<LI>show parameter db_block_size</LI>
<LI>select value from v$parameter where name = 'db_block_size';<BR></LI></OL></OL>
<P>&nbsp; <B><I>John Dunn &lt;john.dunn_at_sefas.co.uk&gt;</I></B> wrote: <BR></P>
<BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">How do I find out what the db block size is set to?<BR><BR>John<BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.com<BR>-- <BR>Author: John Dunn<BR>INET: john.dunn@sefas.co.uk<BR><BR>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051<BR>San Diego, California -- Public Internet access / Mailing Lists<BR>--------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).</BLOCKQUOTE><p><br><hr size=1><b>Do You Yahoo!?</b><br>
Received on Tue Nov 28 2000 - 07:10:00 CST

Original text of this message

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