<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to install Oracle Database 10g on Mac OS X Intel</title>
	<atom:link href="http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/</link>
	<description>About Ruby, Oracle, Mac and others</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:18:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: wdz</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-1231</link>
		<dc:creator>wdz</dc:creator>
		<pubDate>Wed, 28 Jul 2010 16:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-1231</guid>
		<description>have you fixed the &quot;Bad CPU type&quot; problem? I ran into the same issue and wondering if there is any solution.</description>
		<content:encoded><![CDATA[<p>have you fixed the &#8220;Bad CPU type&#8221; problem? I ran into the same issue and wondering if there is any solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Lipliavyi</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-1170</link>
		<dc:creator>Ian Lipliavyi</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-1170</guid>
		<description>Hello,

I tried to install Oracle on my local box, which I use everywhere and I did not get static IP, but without a static IP I cannot connect to Oracle from other boxes.

Of course in most of all cases you don&#039;t get this problem, because any real DB server should have a static IP, but I have spent a day to fix this problem and probably it will be useful for somebody else. 

And thanx for this article, without that I did not have any chance to run DB (I&#039;m a Java developer, not Oracle DBA).

Regards,
Ian</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried to install Oracle on my local box, which I use everywhere and I did not get static IP, but without a static IP I cannot connect to Oracle from other boxes.</p>
<p>Of course in most of all cases you don&#8217;t get this problem, because any real DB server should have a static IP, but I have spent a day to fix this problem and probably it will be useful for somebody else. </p>
<p>And thanx for this article, without that I did not have any chance to run DB (I&#8217;m a Java developer, not Oracle DBA).</p>
<p>Regards,<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-1164</link>
		<dc:creator>maru</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-1164</guid>
		<description>Hi~!

I have same problem and same Error messages.

How solved ....?</description>
		<content:encoded><![CDATA[<p>Hi~!</p>
<p>I have same problem and same Error messages.</p>
<p>How solved &#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Goroll</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-1060</link>
		<dc:creator>Nils Goroll</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-1060</guid>
		<description>Hi All,

first of all, ray, thank you very much for this wirteup and the collection of additional tips, tricks and workarounds.

I really wanted to understand why running Java Apps trough ssh X11 forwarding does not work, and the answer seems to be really simple: Because it&#039;s not implemented. The Mac OS X bundled java (for me) does not even try to contact the X Server, it simply tries to contact the local window manager (which fails), and that&#039;s it. The picture gets a little clearer when trying to start a demo app:

apex:~ root# /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Commands/java -jar /tmp/SwingSet2.jar 
Wed Dec 16 13:07:12 apex.XXX.de java[8387] : 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
Exception in thread &quot;main&quot; java.lang.InternalError: Can&#039;t connect to window server - not enough permissions.
...

The first error message is explained well in the docs.

The solution to the issue is simple: Use a java runtime with X11 support. One resource I&#039;ve found is this: http://landonf.bikemonkey.org/static/soylatte/ Please note the license requirements on the site.

I will try to raise awareness within Apple for the popular demand for a Mac OS X bundled java release with X11 support.

Nils</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>first of all, ray, thank you very much for this wirteup and the collection of additional tips, tricks and workarounds.</p>
<p>I really wanted to understand why running Java Apps trough ssh X11 forwarding does not work, and the answer seems to be really simple: Because it&#8217;s not implemented. The Mac OS X bundled java (for me) does not even try to contact the X Server, it simply tries to contact the local window manager (which fails), and that&#8217;s it. The picture gets a little clearer when trying to start a demo app:</p>
<p>apex:~ root# /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Commands/java -jar /tmp/SwingSet2.jar<br />
Wed Dec 16 13:07:12 apex.XXX.de java[8387] : 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.<br />
Exception in thread &#8220;main&#8221; java.lang.InternalError: Can&#8217;t connect to window server &#8211; not enough permissions.<br />
&#8230;</p>
<p>The first error message is explained well in the docs.</p>
<p>The solution to the issue is simple: Use a java runtime with X11 support. One resource I&#8217;ve found is this: <a href="http://landonf.bikemonkey.org/static/soylatte/" rel="nofollow">http://landonf.bikemonkey.org/static/soylatte/</a> Please note the license requirements on the site.</p>
<p>I will try to raise awareness within Apple for the popular demand for a Mac OS X bundled java release with X11 support.</p>
<p>Nils</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebraekke</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-1016</link>
		<dc:creator>ebraekke</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-1016</guid>
		<description>For installation, it might be better to do JAVA_ARCH=i386; export JAVA_ARCH before running the installer. That should make netca work properly when launched from within the installer.</description>
		<content:encoded><![CDATA[<p>For installation, it might be better to do JAVA_ARCH=i386; export JAVA_ARCH before running the installer. That should make netca work properly when launched from within the installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raimonds Simanovskis</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-791</link>
		<dc:creator>Raimonds Simanovskis</dc:creator>
		<pubDate>Sun, 13 Sep 2009 22:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-791</guid>
		<description>Based on comments by Nat and others I created new instructions &lt;a href=&quot;http://blog.rayapps.com/2009/09/14/how-to-install-oracle-database-10g-on-mac-os-x-snow-leopard/&quot; rel=&quot;nofollow&quot;&gt;how to install Oracle database 10g on Mac OS X Snow Leopard&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Based on comments by Nat and others I created new instructions <a href="http://blog.rayapps.com/2009/09/14/how-to-install-oracle-database-10g-on-mac-os-x-snow-leopard/" rel="nofollow">how to install Oracle database 10g on Mac OS X Snow Leopard</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-788</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Sun, 13 Sep 2009 02:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-788</guid>
		<description>I have the same problem that Ruly haves, any clue yet of how to fix it?</description>
		<content:encoded><![CDATA[<p>I have the same problem that Ruly haves, any clue yet of how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-708</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Fri, 11 Sep 2009 09:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-708</guid>
		<description>Hi All,

Have you any document on Oracle database installation on snow leopard.
Please provide link.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Have you any document on Oracle database installation on snow leopard.<br />
Please provide link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruly</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-705</link>
		<dc:creator>Ruly</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-705</guid>
		<description>Hi there,

I have an X11 issue with Snow Leopard. Followed all the suggestion for X11 setting,

&gt; DISPLAY:localhost:0.0; export DISPLAY
&gt; xhost +
and thru X11 preference, I checked &quot;Allow connections from network clients&quot; and unchecked &quot;Authenticate connections&quot;

I did check the runInstaller to point to &quot;1.5.0&quot; instead. and using Using “./runInstaller -J-d32″ to run, but no luck still got following exception.
OUI-10025:Unable to start an interactive install session because of the following error:Can&#039;t connect to window server - not enough permissions.

Any clue?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I have an X11 issue with Snow Leopard. Followed all the suggestion for X11 setting,</p>
<p>&gt; DISPLAY:localhost:0.0; export DISPLAY<br />
&gt; xhost +<br />
and thru X11 preference, I checked &#8220;Allow connections from network clients&#8221; and unchecked &#8220;Authenticate connections&#8221;</p>
<p>I did check the runInstaller to point to &#8220;1.5.0&#8243; instead. and using Using “./runInstaller -J-d32″ to run, but no luck still got following exception.<br />
OUI-10025:Unable to start an interactive install session because of the following error:Can&#8217;t connect to window server &#8211; not enough permissions.</p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat Mongkolprasit</title>
		<link>http://blog.rayapps.com/2009/04/12/how-to-install-oracle-database-10g-on-mac-os-x-intel/#comment-697</link>
		<dc:creator>Nat Mongkolprasit</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=74#comment-697</guid>
		<description>You&#039;re welcome!  I&#039;m glad it worked for you.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!  I&#8217;m glad it worked for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>