<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weez.com &#187; Oracle</title>
	<atom:link href="http://www.weez.com/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:07:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Is your MySQL Application having Busy IO by Oracle Measures ?</title>
		<link>http://www.weez.com/2012/01/is-your-mysql-application-having-busy-io-by-oracle-measures/</link>
		<comments>http://www.weez.com/2012/01/is-your-mysql-application-having-busy-io-by-oracle-measures/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 17:13:35 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[Having]]></category>
		<category><![CDATA[Measures]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.weez.com/2012/01/is-your-mysql-application-having-busy-io-by-oracle-measures/</guid>
		<description><![CDATA[Preparing Choosing Storage Systems for MySQL talk for Percona Live in Washington,DC I ran into great paper called Sane SAN 2010 by James Morle from Scale Abilities &#8211; and Oracle consulting company. It is worth to read for variety of reason yet for this post I wanted to mention what James calls &#8220;Busy&#8221; Oracle database [...]]]></description>
			<content:encoded><![CDATA[<p>Preparing <a href="http://www.percona.com/live/dc-2012/session/choosing-storage-systems-for-mysql/">Choosing Storage Systems for MySQL</a> talk for <a href="http://www.percona.com/live/dc-2012/">Percona Live in Washington,DC</a>  I ran into great paper called <a href="http://www.scaleabilities.co.uk/wp-content/uploads/downloads/2011/11/SaneSAN2010_paper.pdf">Sane SAN 2010</a> by James Morle from <a href="http://www.scaleabilities.co.uk/">Scale Abilities</a> &#8211; and Oracle consulting company.  It is worth to read for variety of reason yet for this post I wanted to mention what James calls &#8220;Busy&#8221;  Oracle database application when it comes to IO consumption:<br />
<span id="more-8120"></span></p>
<p>It is applications either using Over 10.000 IOs Per second (latency sensitive) or using Over 500MB/s bandwidth (bandwidth sensitive). I wonder how many of MySQL Users are running applications of these scale, for single MySQL Server ?  <strong>Please comment if you do. </strong></p>
<p>I believe we see more of applications busy from IOPs numbers, especially now when we easily can get Flash storage which allows to get well over 10K IOPS without going to external storage. 500MB/sec would be exceptional for traditional MySQL as MySQL optimizer with its nested loops joins does not favor sequential scans even for analytic queries executions. Also lack of parallel query execution makes limits how much IO full table scan queries can consume.  </p>
<p>If we look at single Server these numbers are quite high however if we look at total numbers for &#8220;sharded&#8221;  MySQL the numbers are not that high &#8211; many what would be considered medium scale MySQL installations would get there.  With MySQL we seems to prefer to run more low end server and storage configurations. </p>
<p>I believe there are several reasons for that. First because MySQL can be used for free we do not need to optimize the hardware for license costs. With Oracle license costs based on number of CPUs we want to make sure these CPUs are busy and as such need to run storage powerful enough to achieve this.  In MySQL world we very often run our CPUs very underutilized while storage is completely used.<br />
Second reason I believe is ability of MySQL to use powerful system (including powerful storage) &#8211; Is quite limited with single thread replication as well as other restrictions.  As Vadim points out in <a href="http://www.percona.com/files/white-papers/fusion-io-mysql-multi-instances-report.pdf">this</a> and <a href="http://www.percona.com/files/white-papers/scaling-multiple-mysql-percona-server-virident.pdf">this </a> whitepapers you can get a lot better performance with multiple MySQL instances on powerful storage.    When you move to multiple instances and you have to &#8220;shard&#8221; your data in some way anyway there is no difference whenever you run these instances on single Server or many and as such you can use less powerful servers if only it is more cost effective.</p>
<p>Finally at MySQL we often start &#8220;sharding&#8221; or splitting data other way because operationally working with large table and data sizes in MySQL can be painful, lacking online operations to alter table, defragmentation etc. Yes there are replication based and trigger based techniques to archive this but it is not the same thing.  How many of us are running 5TB per MySQL instance ? 20TB ?<br />
Over 50TB ? </p>
<p>I believe this is to continue to be significant difference between MySQL and Oracle deployments, yet as MySQL is getting better and better handling large scale systems (both in terms of performance and operationally) and as MySQL is making its way into Enterprise Developments I expect us to see more and more Large Single Instance developments as it often allows applications to be a lot more simple. </p>
<p>View full post on <a href="http://www.mysqlperformanceblog.com/2012/01/08/is-your-mysql-application-io-busy-by-oracle-measures/">MySQL Performance Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2012/01/is-your-mysql-application-having-busy-io-by-oracle-measures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monty Taylor: Oracle do not, in fact, comprise the total set of MySQL Experts</title>
		<link>http://www.weez.com/2011/11/monty-taylor-oracle-do-not-in-fact-comprise-the-total-set-of-mysql-experts/</link>
		<comments>http://www.weez.com/2011/11/monty-taylor-oracle-do-not-in-fact-comprise-the-total-set-of-mysql-experts/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:14:48 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[comprise]]></category>
		<category><![CDATA[Experts]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[Monty]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Taylor]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/11/monty-taylor-oracle-do-not-in-fact-comprise-the-total-set-of-mysql-experts/</guid>
		<description><![CDATA[There&#8217;s been quite the thread on Google+ (my how technology changes quickly&#8230;) over a comment Andrew Hutchings made on an Oracle MySQL Blog Annoucment for their new &#34;Meet The MySQL Experts&#34; Podcast. I should have ignored it &#8211; because I honestly could not give two shits one way or the other about Oracle or any [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been quite the thread on Google+ (my how technology changes quickly&#8230;) over a comment Andrew Hutchings made on an <a href="http://blogs.oracle.com/MySQL/entry/new_meet_the_mysql_experts">Oracle MySQL Blog Annoucment for their new &quot;Meet The MySQL Experts&quot; Podcast</a>. I should have ignored it &#8211; because I honestly could not give two shits one way or the other about Oracle or any podcasts that they may or may not decide to broadcast. But to be straightfoward about it &#8230; the title of the podcast is ludicrous. In case you were wondering, &quot;The&quot; in English is the definite article and implies a singular quality to the thing that it describes&#8230; effectively implying that Oracle&#8217;s MySQL Experts are, in fact, the only MySQL Experts. We all know that&#8217;s false- Percona and SkySQL are both full of experts as well &#8211; likely have more MySQL Experts per-capita than Oracle does, as if a per-capita measure were important. Of course, as Matt Montgomery pointed out, there is absolutely no reason for Oracle to point people toward&#8217;s someone else&#8217;s experts &#8230; and that&#8217;s fine. It&#8217;s just that there are other ways to phrase the title that still assert Oracle&#8217;s product and trademark and which are not, from a purely grammatical sense, lies. &quot;Meet Our MySQL Experts&quot; or even &quot;Meet MySQL Experts&quot; or &quot;MySQL Experts Talk to You&quot; or &quot;Hey! Look! MySQL Experts are going to drink Black Vodka!&quot; (ok, probably not the last, since that would point people to MariaDB &#8211; but it is at least a true statement&#8230; MySQL Experts WILL, inevitably, drink Black Vodka)</p>
<p>As I said earlier though &#8211; I don&#8217;t really care about Oracle&#8230; they have no impact or meaning in my life&#8230; so if they want to either play silly grammatical games OR be unaware as to the actual meaning of words in English &#8211; that&#8217;s fine. But then Matt Lord said something that really pissed me off:</p>
<blockquote><p>&nbsp;Any religion and its dogma can be problematic in the real world, whether or not it involves any kind of deism or not. <img src='http://www.weez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> Too often people confuse FOSS with the cathedral and the bazaar, shared  development, shared ownership and other high minded ideals and  frameworks. In the end, it&#8217;s a trademarked and in-house developed  product that is released as FOSS. It&#8217;s not a cross, don&#8217;t try to impale  yourself on it. <img src='http://www.weez.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p> It&#8217;s not that big of a deal people! We&#8217;re surrounded by beauty and tragedy, this is just work.</p>
</blockquote>
<p>Now, first of all, I like Matt Lord. And with that in mind, I have the following to say:</p>
<p>I am fully in support of trademarks and trademark protection. I am fully in support of people making a living doing what they do &#8211; especially if they are doing it by providing a service. I recognize that Oracle owns the trademark MySQL and can do with it as they see fit.Oracle does, in fact, own the product called MySQL, with all of the rights that go along with that&#8230; and honestly I do not think they are being bad shepherds of that product. Whether I like Oracle or not, it is undeniable that they are now a part of the MySQL picture, and I say good for them.</p>
<p>The reason I get pissed off is the attitude that it&#8217;s not that big of a deal. The MySQL trademark and the business around MySQL is a BIG DEAL to Oracle, and if I were to try to put forward the opinion that they should just, you know, stop caring about it, people would think I was crazy. Why is it so unreasonable then for me to care about the portion of this that <strong>I </strong>happen care about? Why is it not ok for me to NOT be in this for the money, for me to NOT be in this just as work?</p>
<p>I think it might be worthwhile reading The Cathedral and The Bazaar again &#8211; because it describes the two different models you are talking about rather than being a single entity that one might confuse FOSS with. The Cathedral, as described in the book, is the model traditionally taken by the MIT and Gnu-derived projects,&nbsp; (although emacs has a more open dev model now) and is currently also employed by Oracle on MySQL. In fact, it has been the MySQL model for quite some time &#8211; well before Oracle entered the picture. It involves a mostly closed dev process from which code drops are made unannounced and at the whim of the folks in the Cathedral. It&#8217;s not de-facto a bad thing, it&#8217;s just a description of a process. With the Cathedral, ironically enough, it is the ideals of Free Software (that the software itself be free) that are more important and that an open development process is less important. The Bazaar, on the other hand, is the process Linux uses &#8211; where all of the development is done in a distributed manner and in the open. The assertion in the book, and one of the philosophical differences between Free Software and Open Source (which makes the use of FLOSS or FOSS completely ludicrous) is that having an open development process is more valuable than just the software being free, although the by-product of an open development process is that your software sort of has to be Open Source. The irony here that I mentioned earlier is that, of course, Oracle approaching its Free Software offerings via the Cathedral model gives it none of the benefits you would think a corporation might want from an arrangement such as Eric Raymond&#8217;s Open Source Bazaar model might afford them, and instead themselves choose to operate under a set of zealous ideals much more akin to Richard Stallman.</p>
<p>I&#8217;m sure that analogy is not pleasing to either Stallman or Ellison.</p>
<p>Although I understand that the ideals behind Free Software may not be important to you, I do not think that there is any constructive reason in the context of a discussion about Oracle&#8217;s business practices asserting trademark ownership to imply me subscribing to those ideals is silly. It would be very difficult to accurately describe the success of any of the currently valuable pieces of Free Software as not due in any large part to those of us who routinely impale ourselves on the cross of Free Software. MySQL AB&#8217;s business strategy itself, which involved attaching FUD to discussions of the GPL to incite people to buy licenses that they quite simply did not need &#8230; (a perfectly valid if devious business strategy) was predicated on the existence of such an enormous shit-ton of users that they could focus on converting a percent of a percent of those users into customers and still wind up selling the business for a billion dollars. That shit-ton of users grew out of the emergence of LAMP as the dominant pattern for the Web. LAMP arose because it was technically much better than any of the alternatives&#8230; and the pieces of LAMP became dominant because of the work of a set of people who do, in fact, care about the ideals of either Free Software or Open Source.</p>
<p>You seem to be quick to put things in business perspectives and to remind people that it&#8217;s ok for Oracle to do business. I agree. It&#8217;s ok. But we wouldn&#8217;t have had MySQL to work in the first place for if it wasn&#8217;t for a bunch of people for whom it was not just a job, for whom it was not just work and for whom the ideals you are looking down on are not silly things.</p>
<p>So disagree with me all you want to about the effects of Oracle&#8217;s choices on the health of MySQL. Defend Oracle all you want to on whatever terms you want, in whatever way you want to define a set of values such that they are positive. I&#8217;m right there with you on some of it, I might disagree with you on other bits, and that&#8217;s just life and how we go on being people &#8230; but please do not smirk and snicker and roll your eyes and tell me that the things that I think are important are not. I assure you, I find them to be very important and I do not believe I am the only person who does. </p>
<p>View full post on <a href="http://inaugust.com/post/104">Planet Drizzle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/11/monty-taylor-oracle-do-not-in-fact-comprise-the-total-set-of-mysql-experts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brian Aker: Spoon full of Sugar, Oracle and the Open Core Model</title>
		<link>http://www.weez.com/2011/10/brian-aker-spoon-full-of-sugar-oracle-and-the-open-core-model/</link>
		<comments>http://www.weez.com/2011/10/brian-aker-spoon-full-of-sugar-oracle-and-the-open-core-model/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 20:11:35 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[Aker]]></category>
		<category><![CDATA[Brian]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Spoon]]></category>
		<category><![CDATA[Sugar]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/10/brian-aker-spoon-full-of-sugar-oracle-and-the-open-core-model/</guid>
		<description><![CDATA[(Reposted from blog.krow.net) From the 451 Group:“MySQL flirted with the open core licensing model in early 2008 with plans to introduce new features into Enterprise Edition that would not be available under an open source license.” MySQL didn’t flirt with, it was going to do it. Why? Because we were asking the question, “how do [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="http://blog.krow.net/post/10816998102">Reposted from blog.krow.net</a>)</p>
<p>From the 451 Group:<br />“MySQL flirted with the open core licensing model in early 2008 with plans to introduce new features into Enterprise Edition that would not be available under an open source license.”</p>
<p>MySQL didn’t flirt with, it was going to do it. </p>
<p>Why? Because we were asking the question, “how do we pull in customers to make more money”. </p>
<p>MySQL was going to put the new backup API, which never materialized, into an Enterprise branch. </p>
<p>It was a lousy idea for the following reasons:</p>
<p>1) There was no internal API in the server for this, so the engineering was going to be messy and expensive. </p>
<p>2) We didn’t own the technology that was needed to even do this (Oracle owned Hot Backup)</p>
<p>3) Percona has an awesome tool for doing this, that is Open Source (<a href="http://www.percona.com/software/percona-xtrabackup/">http://www.percona.com/software/percona-xtrabackup/</a>)</p>
<p>4) Backup is a core feature everyone needs, and some of those “everyones” are the folks who manufacture tools that you want to have work with your product.</p>
<p>5) When we were going to announce it, we hadn’t even written it/completed it. It was vaporware. </p>
<p>It would have been a horrible move, and would have caused Chaos for no particular reason. It was dead on arrival, and when it was to be announced as a strategy since it didn’t even exist. </p>
<p>Lets look at Oracle’s move. Both the authentication module, and the Thread Pool come into the MySQL server as plugins. If the engineering of the MySQL server continues in the current direction (which is somewhat flattering to Drizzle I might add), then they are on a good path (if I can find my blog entry where I talked about this as a good strategy, I’ll link back to it here). </p>
<p>Much of the hubbub around Open Source, Community, etc, in regards to this are a bit inflated I feel. They haven’t touched the core product, and they are creating API. Are they possibly hurting themselves in regards to ubiquity?</p>
<p>Doubtful. </p>
<p>Would I pick those two pieces? No, but they aren’t the last two I would pick either.  If Sun had continued as a company? </p>
<p>Something similar to this would have been done as well.</p>
<p>From an engineering and usage stand point?</p>
<p>The first person who sniffs at the authentication mechanism who knows anything about security is going to freak.</p>
<p>The Thread Pool can only be used by a very limited number of users (and there are some restrictions on what can be done in the server while it is in use). MySQL’s IO was never designed for the Thread Pool, and there is a lot of engineering work that would need to be done to make it work. </p>
<p>Still? People will use both, and I am betting some customers will want them badly enough to pay. </p>
<p>If they are really badly needed? Well then someone will write an open source version of both.</p>
<p>I have no great love of Oracle, but this is really not a big deal at all. The original GPL’ing of the Public Domain/LGPL clients was a much bigger deal.</p>
<p>View full post on <a href="http://krow.livejournal.com/702261.html">Planet Drizzle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/10/brian-aker-spoon-full-of-sugar-oracle-and-the-open-core-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monty Taylor: Oracle introduces new levels of sucking to new versions of old software</title>
		<link>http://www.weez.com/2011/02/monty-taylor-oracle-introduces-new-levels-of-sucking-to-new-versions-of-old-software/</link>
		<comments>http://www.weez.com/2011/02/monty-taylor-oracle-introduces-new-levels-of-sucking-to-new-versions-of-old-software/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 20:06:44 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[Introduces]]></category>
		<category><![CDATA[Levels]]></category>
		<category><![CDATA[Monty]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sucking]]></category>
		<category><![CDATA[Taylor]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/02/monty-taylor-oracle-introduces-new-levels-of-sucking-to-new-versions-of-old-software/</guid>
		<description><![CDATA[The latest version of Sun Studio, which is a terrible name for something which is a compiler and not an IDE, which has now been re-titled Solaris Studio in an attempt to underscore even more its general uselessness, has added a new antifeature to its installer. It requires X. You know one of the things [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of Sun Studio, which is a terrible name for something which is a compiler and not an IDE, which has now been re-titled Solaris Studio in an attempt to underscore even more its general uselessness, has added a new antifeature to its installer.</p>
<p>It requires X.</p>
<p>You know one of the things that makes MySQL better than Oracle? You can install it in 5 minutes and you don&#8217;t have to launch a Java GUI.</p>
<p>You know when it makes sense to launch a Java GUI to install server software?</p>
<p>NEVER</p>
<p>EPIC FAIL&nbsp;</p>
<p>View full post on <a href="http://inaugust.com/post/99">Planet Drizzle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/02/monty-taylor-oracle-introduces-new-levels-of-sucking-to-new-versions-of-old-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle debuts updated Sun ZFS storage line</title>
		<link>http://www.weez.com/2010/09/oracle-debuts-updated-sun-zfs-storage-line/</link>
		<comments>http://www.weez.com/2010/09/oracle-debuts-updated-sun-zfs-storage-line/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 12:28:25 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debuts]]></category>
		<category><![CDATA[Line]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[updated]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/oracle-debuts-updated-sun-zfs-storage-line/</guid>
		<description><![CDATA[Oracle debuts updated Sun ZFS storage line The company has integrated its enterprise software into its ZFS storage line, and has announced a range of new Sparc chips and Sun Ray thin clients ( ZDNet UK &#8211; Storage ) Read more on ZDNet UK]]></description>
			<content:encoded><![CDATA[<p><b>Oracle debuts updated Sun ZFS storage line</b><br />
The company has integrated its enterprise software into its ZFS storage line, and has announced a range of new Sparc chips and Sun Ray thin clients ( ZDNet UK &#8211; Storage )</p>
<p>Read more on <a rel="nofollow" href="http://rss.feedsportal.com/c/32424/f/469424/s/df9dabf/l/0L0Szdnet0O0Cnews0Cstorage0C20A10A0C0A90C210Coracle0Edebuts0Eupdated0Esun0Ezfs0Estorage0Eline0E40A0A90A1920C0Ds0Icid0F938/story01.htm">ZDNet UK</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/oracle-debuts-updated-sun-zfs-storage-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle presents upgraded Exadata system</title>
		<link>http://www.weez.com/2010/09/oracle-presents-upgraded-exadata-system/</link>
		<comments>http://www.weez.com/2010/09/oracle-presents-upgraded-exadata-system/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 21:04:02 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Presents]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Upgraded]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/oracle-presents-upgraded-exadata-system/</guid>
		<description><![CDATA[Oracle presents upgraded Exadata system The company&#8217;s co-president has introduced an update to the Exadata system, promising greater speed and increased memory ( ZDNet UK &#8211; Application Development ) Read more on ZDNet UK]]></description>
			<content:encoded><![CDATA[<p><b>Oracle presents upgraded Exadata system</b><br />
The company&#8217;s co-president has introduced an update to the Exadata system, promising greater speed and increased memory ( ZDNet UK &#8211; Application Development )</p>
<p>Read more on <a rel="nofollow" href="http://rss.feedsportal.com/c/32424/f/469424/s/df5fe01/l/0L0Szdnet0O0Cnews0Capplication0Edevelopment0C20A10A0C0A90C210Coracle0Epresents0Eupgraded0Eexadata0Esystem0E40A0A90A1810C0Ds0Icid0F938/story01.htm">ZDNet UK</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/oracle-presents-upgraded-exadata-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle ties Sun ZFS storage into Oracle software</title>
		<link>http://www.weez.com/2010/09/oracle-ties-sun-zfs-storage-into-oracle-software/</link>
		<comments>http://www.weez.com/2010/09/oracle-ties-sun-zfs-storage-into-oracle-software/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 07:22:00 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[ties]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/oracle-ties-sun-zfs-storage-into-oracle-software/</guid>
		<description><![CDATA[Oracle ties Sun ZFS storage into Oracle software Oracle has integrated its software into the Sun ZFS Storage Appliance line for a new generation of the systems that also doubles storage capacity and triples processing power, the company said on Monday at Oracle OpenWorld. Read more on CIO]]></description>
			<content:encoded><![CDATA[<p><b>Oracle ties Sun ZFS storage into Oracle software</b><br />
Oracle has integrated its software into the Sun ZFS Storage Appliance line for a new generation of the systems that also doubles storage capacity and triples processing power, the company said on Monday at Oracle OpenWorld.</p>
<p>Read more on <a rel="nofollow" href="http://www.cio.com.au/article/361558/oracle_ties_sun_zfs_storage_into_oracle_software/">CIO</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/oracle-ties-sun-zfs-storage-into-oracle-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Co-President Hurd Unveils New Exadata Servers</title>
		<link>http://www.weez.com/2010/09/oracle-co-president-hurd-unveils-new-exadata-servers/</link>
		<comments>http://www.weez.com/2010/09/oracle-co-president-hurd-unveils-new-exadata-servers/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 03:56:51 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CoPresident]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Hurd]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Unveils]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/oracle-co-president-hurd-unveils-new-exadata-servers/</guid>
		<description><![CDATA[Oracle Co-President Hurd Unveils New Exadata Servers Oracle Co-President Hurd Unveils New Exadata Servers Read more on FOX Business]]></description>
			<content:encoded><![CDATA[<p><b>Oracle Co-President Hurd Unveils New Exadata Servers</b><br />
Oracle Co-President Hurd Unveils New Exadata Servers</p>
<p>Read more on <a rel="nofollow" href="http://www.foxbusiness.com/markets/2010/09/20/oracle-president-hurd-unveils-new-exadata-servers/">FOX Business</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/oracle-co-president-hurd-unveils-new-exadata-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenWorld: Oracle adds to Exadata family with X2-8</title>
		<link>http://www.weez.com/2010/09/openworld-oracle-adds-to-exadata-family-with-x2-8/</link>
		<comments>http://www.weez.com/2010/09/openworld-oracle-adds-to-exadata-family-with-x2-8/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 21:07:24 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Adds]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[OpenWorld]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/openworld-oracle-adds-to-exadata-family-with-x2-8/</guid>
		<description><![CDATA[OpenWorld: Oracle adds to Exadata family with X2-8 SAN FRANCISCO : Oracle has unveiled the latest addition toits Exadata database appliance which the firm hopes will prove popular amongcustomers looking for a private cloud to handle their data processingrequirements. Read more on V3.co.uk via Yahoo! UK &#038; Ireland News]]></description>
			<content:encoded><![CDATA[<p><b>OpenWorld: Oracle adds to Exadata family with X2-8</b><br />
SAN FRANCISCO : Oracle has unveiled the latest addition toits Exadata database appliance which the firm hopes will prove popular amongcustomers looking for a private cloud to handle their data processingrequirements.</p>
<p>Read more on <a rel="nofollow" href="http://uk.news.yahoo.com/16/20100921/ttc-openworld-oracle-adds-to-exadata-fam-6315470.html">V3.co.uk via Yahoo! UK &#038; Ireland News</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/openworld-oracle-adds-to-exadata-family-with-x2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Will Support Apps Running on Amazon EC2</title>
		<link>http://www.weez.com/2010/09/oracle-will-support-apps-running-on-amazon-ec2/</link>
		<comments>http://www.weez.com/2010/09/oracle-will-support-apps-running-on-amazon-ec2/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 02:17:37 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/oracle-will-support-apps-running-on-amazon-ec2/</guid>
		<description><![CDATA[Oracle Will Support Apps Running on Amazon EC2 Oracle will now support a range of its software running in production on Amazon EC2. Amazon Elastic Compute Cloud &#8211; Oracle Corporation &#8211; Oracle &#8211; Databases &#8211; Amazon EC2 Read more on PC World]]></description>
			<content:encoded><![CDATA[<p><b>Oracle Will Support Apps Running on Amazon EC2</b><br />
Oracle will now support a range of its software running in production on Amazon EC2. Amazon Elastic Compute Cloud &#8211; Oracle Corporation &#8211; Oracle &#8211; Databases &#8211; Amazon EC2</p>
<p>Read more on <a rel="nofollow" href="http://www.pcworld.com/article/205780/oracle_will_support_apps_running_on_amazon_ec2.html?tk=rss">PC World</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/oracle-will-support-apps-running-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

