<?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>Jason B Herald &#187; Oracle</title>
	<atom:link href="http://jasonbherald.com/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonbherald.com</link>
	<description>x = sin x</description>
	<lastBuildDate>Tue, 07 Sep 2010 20:12:48 +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>Oracle Error: ORA-00845: MEMORY_TARGET not supported on this system</title>
		<link>http://jasonbherald.com/2010/01/09/oracle-error-ora-00845-memory_target-not-supported-on-this-system/</link>
		<comments>http://jasonbherald.com/2010/01/09/oracle-error-ora-00845-memory_target-not-supported-on-this-system/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:40:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://jasonbherald.com/?p=544</guid>
		<description><![CDATA[I encountered the error (ORA-00845: MEMORY_TARGET not supported on this system) after upgrading Fedora to 12 when trying to startup my oracle database. Luckally after a bit of research the solution is pretty easy to implement. To resolve it in the short term run (as root): mount -t tmpfs shmfs -o size=1500m /dev/shm To resolve [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered the error (ORA-00845: MEMORY_TARGET not supported on this system) after upgrading Fedora to 12 when trying to startup my oracle database. Luckally after a bit of research the solution is pretty easy to implement.</p>
<p>To resolve it in the short term run (as root): <code>mount -t tmpfs shmfs -o size=1500m /dev/shm</code></p>
<p>To resolve it permanently change the line (as root) in /etc/fstab:</p>
<blockquote><p>
tmpfs /dev/shm tmpfs defaults 0 0
</p></blockquote>
<p>to read</p>
<blockquote><p>
tmpfs /dev/shm tmpfs size=1500m 0 0
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jasonbherald.com/2010/01/09/oracle-error-ora-00845-memory_target-not-supported-on-this-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
