<?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>Random Bugs &#187; Oracle</title>
	<atom:link href="http://www.randombugs.com/category/databases/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.randombugs.com</link>
	<description>Just another Bastard Operator From Hell. Everything from *nix to programming</description>
	<lastBuildDate>Thu, 06 May 2010 14:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MySQL vs PostgreSQL Benchmarks</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html</link>
		<comments>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:25:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Postgresql]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://www.randombugs.com/?p=458</guid>
		<description><![CDATA[<img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/kexi.png" width="24" height="24" alt="" title="Databases" /><img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/debian.png" width="24" height="24" alt="" title="Debian" /><img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/tux.png" width="24" height="24" alt="" title="Linux" /><br/>We are living interesting times ... MySQL was first purchased by SUN and now SUN was purchased by ORACLE. I don't know what future will reserve for MySQL, but in this moment it seems MySQL is coming very very close to PostgreSQL. We are NOT talking about MySQL with MyISAM, we are talking about MySQL with InnoDB, because I'm directly interested in a set of properties what PostgreSQL already have them built-in and MySQL achieve them through InnoDB (and the new Maria Data plugin). This properties are Atomicity, Consistency, Isolation, Durability = ACID, in other words, very stable, good integrity and crash proof  database. Why an ACID database? Sometimes we are more interested in ACID for our data than raw speed. For example do you keep your savings to a bank who is running a NON ACID database? I think you understand my concern.

]]></description>
		<wfw:commentRss>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>ORA-27125: unable to create shared memory segment</title>
		<link>http://www.randombugs.com/linux/ora-27125-unable-to-create-shared-memory-segment.html</link>
		<comments>http://www.randombugs.com/linux/ora-27125-unable-to-create-shared-memory-segment.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 09:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.randombugs.com/?p=25</guid>
		<description><![CDATA[<img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/Brain.png" width="24" height="24" alt="" title="Kernel" /><img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/tux.png" width="24" height="24" alt="" title="Linux" /><img src="http://www.randombugs.com/wp-content/uploads/icons/24x24/Oracle.gif" width="24" height="24" alt="" title="Oracle" /><br/>This post is for the users who got this error message (ORA-27125: unable to create shared memory segment) when they try to run Oracle 10g on linux.
Are 2 solutions for this problem:

1. Disable Huge TLB tables
export DISABLE_HUGETLBFS=1
in shell and after just restart oracle. (Take care because you will need a lot of RAM if you disable HUGETLBFS)
2. You need to recompile your linux kernel with following options enabled
CONFIG_HUGETLB_PAGE=y
CONFIG_HUGETLBFS=y
I hope this post will be helpful.
Related Posts:How to disable the display standby on a xorg xserverSpeed up Samba under LinuxInnodb table crashCore ...]]></description>
		<wfw:commentRss>http://www.randombugs.com/linux/ora-27125-unable-to-create-shared-memory-segment.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
