<div>Unfortunately, our office is very divided in terms of tasks. One is paid to pour sugar on the cofee, the other is paid to move the spoon...</div>
<div>&nbsp;</div>
<div>There is a person that is in charge of setting up the database on the RHEL3 server. I was just given the instruction to &quot;setup a RHEL3 server for the DB guy and tune it to run Oracle&quot;. Those were my orders.
</div>
<div>&nbsp;</div>
<div>So my Oracle involvment will be only for the Linux part as I am not a DBA person..(I do telecomm, security and linux...but no honorable DB experience) <br>&nbsp;</div>
<div>I will read *a lot* about installing Oracle this weekend.</div>
<div>Thanks to all for the help.....</div>
<div>&nbsp;</div>
<div>Erick.</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 6/27/05, <b class="gmail_sendername">Sam Hillaire</b> &lt;<a href="mailto:samhillaire@yahoo.com">samhillaire@yahoo.com</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Erick-<br><br>As an Oracle database administrator, I would like to point out that tuning Oracle databases on any
<br>hardware platform is an evolutionary process.&nbsp;&nbsp;Tune the slowest part, then move on to the next<br>slowest part, etc.<br><br>There is no cut and dried answer for &quot;tuning&quot; an Oracle database.&nbsp;&nbsp;There are general rules of
<br>thumb, but without explaining all of the logic behind them, they will be meaningless for most<br>people.<br><br>I've performance tuned PeopleSoft applications, data warehouse loading procedures, and custom<br>development, and usually the OS has very little in terms of impact on most Oracle databases.
<br><br>Crucial questions like what version of Oracle are you using (it does matter), how did you layout<br>your database across the disks, what is your realistic goal in terms of user response, how large<br>will the database grow, what kind of application are your running (OLTP or DSS), etc are vital for
<br>performance tuning.<br><br>Is a database benchmark application worth anything?&nbsp;&nbsp;No, not really.&nbsp;&nbsp;I can get you a kick-ass<br>system that will perform great under benchmarks, but if the application and the corresponding
<br>database setup is crap then performance under the application will be crap.&nbsp;&nbsp;No tuning of the OS<br>will make any sort of difference.<br><br>If you don't have the time/money to bring in an Oracle DBA, then my greatest suggestion would be
<br>to move to Oracle10g.&nbsp;&nbsp;The management interface for Oracle10g is leaps and bounds past 9i, and<br>includes a well designed performance management interface (not pure TPC-C), but realistic<br>measurements in terms of seconds, CPU%, disk utilization rates, etc.
<br><br>Quick opinions on the articles given to you:<br><a href="http://www.linuxjournal.com/article/5840">http://www.linuxjournal.com/article/5840</a> - What's stated in the article have been rules of thumb<br>for the industry for about 5 years.&nbsp;&nbsp;Oracle had very poorly designed database creation software
<br>that has been revamped and today, works for generic databases out of the box; the above article<br>tries to correct prior Oracle's abysmal database creation.<br><br><a href="http://www.puschitz.com/OracleOnLinux.shtml">
http://www.puschitz.com/OracleOnLinux.shtml</a> - Most of the articles on Werner Puschitz's site are<br>configuration articles in order to setup the OS so that you can install Oracle.&nbsp;&nbsp;Before Werner's<br>site, Oracle had very poor documentation for Linux installs.&nbsp;&nbsp;Now, Oracle's instruction for Linux
<br>installs rival or surpass Werner's, because Oracle focused on Linux to make it their premier<br>platform.<br><br>Good luck on your project,<br>Sam Hillaire<br><br><br>--- Erick Perez &lt;<a href="mailto:eaperezh@gmail.com">
eaperezh@gmail.com</a>&gt; wrote:<br><br>&gt; kirby my answers below,<br>&gt;&nbsp;&nbsp;1) When you say 50 users .. Is that 50 users on-line concurrently? If not<br>&gt; ... How many concurrent users?<br>&gt;&nbsp;&nbsp;The client told us 50 concurrent.
<br>&gt;&nbsp;&nbsp;2) How large is the database? A 10GB database is much easier to run than a<br>&gt; 100GB one or 1TB.<br>&gt;&nbsp;&nbsp;no estimate is available, application is starting from zero. So I guess it<br>&gt; will grow quite large since the customer is a dealer of very very small
<br>&gt; parts (bolts, spark plugs, nuts,etc) and many pictures.<br>&gt;<br>&gt; BTW: What I am seeking is some guides as to how to improve the Linux part of<br>&gt; performance.<br>&gt; Are there any TPC-C (free or open source, maintanied if possible) software
<br>&gt; that i can use?<br>&gt;&nbsp;&nbsp;I will read these two posts that seem very interesting<br>&gt;&nbsp;&nbsp;<a href="http://www.puschitz.com/OracleOnLinux.shtml">http://www.puschitz.com/OracleOnLinux.shtml</a> (provided by greg knaddison)
<br>&gt; <a href="http://www.linuxjournal.com/article/5840">http://www.linuxjournal.com/article/5840</a> (provided by Dan elliott)<br>&gt; <a href="http://puschitz.com">puschitz.com</a> &lt;<a href="http://puschitz.com/">
http://puschitz.com/</a>&gt;<br>&gt;&nbsp;&nbsp; Thanks to all.<br>&gt;<br>&gt;&nbsp;&nbsp;On 6/26/05, kirby &lt;<a href="mailto:kirby@igalaxy.net">kirby@igalaxy.net</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Erick,<br>&gt; &gt;<br>&gt; &gt; At first glance that system is undersized. This depends heavily on your
<br>&gt; &gt; application for a very 'light' application this might be fine.<br>&gt; &gt;<br>&gt; &gt; CPU seems slightly low, but might be okay.<br>&gt; &gt; RAM is low. Putting 4GB in there would likely seem you some improvement as
<br>&gt; &gt; more data can be loaded in RAM rather than disk<br>&gt; &gt; Disk is likely fine if most of what you are doing is read intensive.<br>&gt; &gt;<br>&gt; &gt; As a baseline I recently set-up a 110 user (maybe 20 active at a time)
<br>&gt; &gt; OLTP/Data Warehouse Hybrid with 12 GB RAM running on Windows 2003. The<br>&gt; &gt; entire database was approx 70GB in size (30GB was a tempfile because of<br>&gt; &gt; some<br>&gt; &gt; poor SQL code) CPU was 2 
3.2GHz P4's. It was a client/server based<br>&gt; &gt; architecture.<br>&gt; &gt;<br>&gt; &gt; 1) When you say 50 users .. Is that 50 users on-line concurrently? If not<br>&gt; &gt; ... How many concurrent users?<br>&gt; &gt; 2) How large is the database? A 10GB database is much easier to run than a
<br>&gt; &gt; 100GB one or 1TB.<br>&gt; &gt; 3) What kind of processing are they doing? Simple OLTP or heavy reporting?<br>&gt; &gt;<br>&gt; &gt; Good luck,<br>&gt; &gt; Steve<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>
&gt; --<br>&gt;<br>&gt; -------------------------------------------<br>&gt; Erick Perez<br>&gt; Linux User 376588<br>&gt; <a href="http://counter.li.org/">http://counter.li.org/</a> (Get counted!!!)<br>&gt; Panama, Republic of Panama
<br>&gt; &gt; _______________________________________________<br>&gt; Whitebox-users mailing list<br>&gt; <a href="mailto:Whitebox-users@beau.org">Whitebox-users@beau.org</a><br>&gt; <a href="http://beau.org/mailman/listinfo/whitebox-users">
http://beau.org/mailman/listinfo/whitebox-users</a><br>&gt;<br><br><br><br><br>____________________________________________________<br>Yahoo! Sports<br>Rekindle the Rivalries. Sign up for Fantasy Football<br><a href="http://football.fantasysports.yahoo.com">
http://football.fantasysports.yahoo.com</a><br></blockquote></div><br><br><br>-- <br><br>-------------------------------------------<br>Erick Perez<br>Linux User 376588<br><a href="http://counter.li.org/">http://counter.li.org/
</a>&nbsp;&nbsp;(Get counted!!!)<br>Panama, Republic of Panama<br>