<?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>HB blog &#187; oracle</title>
	<atom:link href="http://blog.hbcom.info/archives/category/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hbcom.info</link>
	<description>Just another weblog OR maybe not</description>
	<lastBuildDate>Tue, 29 Nov 2011 15:08:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install ORACLE XE on RHEL (CentOS) 5</title>
		<link>http://blog.hbcom.info/archives/48?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-oracle-xe-on-rhel-centos-5</link>
		<comments>http://blog.hbcom.info/archives/48#comments</comments>
		<pubDate>Tue, 31 Jul 2007 13:43:53 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.hbcom.info/archives/48</guid>
		<description><![CDATA[What is that? Oracle XE &#8211; &#8220;Oracle Database 10g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10g Release 2 code base that&#8217;s free to develop, deploy, and distribute; fast to download; and simple to administer&#8230;.&#8221; RHEL - is Linux for enterprise environment. CentOS &#8211; &#8220;is an Enterprise-class [...]]]></description>
			<content:encoded><![CDATA[<p>What is that?</p>
<p><a href="http://www.oracle.com/technology/products/database/xe/index.html" title="Oracle XE" target="_blank"> Oracle XE</a> &#8211; &#8220;<em>Oracle Database 10<em>g</em> Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10<em>g</em> Release 2 code base that&#8217;s free to develop, deploy, and distribute; fast to download; and simple to administer&#8230;.</em>&#8221;</p>
<p><a href="http://www.redhat.com/rhel/" title="RHEL" target="_blank">RHEL </a>- is Linux for enterprise environment.</p>
<p><a href="http://www.centos.org/" title="CentOS" target="_blank">CentOS</a> &#8211; <em>&#8220;is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor.&#8221; </em>Aiming for binary compatibility with RHEL.</p>
<p>After first month of releasing CentOS 5.0 one of the questions was will Oracle and RHEL continue to work together and certify their products after release of <a href="http://www.oracle.com/technologies/linux/ubl-faq.pdf" target="_blank">Oracle Unbreakable Linux</a> -based on RHEL.<br />
Recently Redhat added Oracle Database 10gR2 to their<a href="https://www.redhat.com/apps/isv_catalog/AppProfile.html?application_id=2060" title="RHEL SW catalog" target="_blank"> software catalog</a>, but in the meantime Oracle released <a href="http://www.oracle.com/features/hp/oracle-database-11g.html" title="Oracle 11g" target="_blank">Oracle Database 11g</a>.</p>
<p>Enough theory let&#8217;s start.</p>
<p>First you need to  <a href="http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html" title="Oracle XE" target="_blank">download Oracle XE.</a> I prefer(and recommend) using universal edition.</p>
<p>Then it becomes much simpler.</p>
<p>Just issue(from terminal):</p>
<p><code>rpm -ivh &lt;path to oracle rpm&gt;</code></p>
<p>In case of missing packages see my <a href="http://blog.hbcom.info/archives/47" title="how to find missing packages - RHEL/CentOS">previous post</a> for a way to install them.</p>
<p>After successful installation the installer instruct you to run:<br />
<code>/etc/init.d/oracle-xe configure</code></p>
<p>for initial configuration. Read carefully the questions and remember system password.</p>
<p>Then you are ready to use XE.</p>
<p>Just start the browser and type:</p>
<p><code>http://localhost:8080/apex</code></p>
<p>If you are not familiar with Oracle there are step by step instructions <a href="http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25610/toc.htm" title="Getting started" target="_blank">here</a> and <a href="http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm" title="Tutorial" target="_blank">here</a>, and official documentation <a href="http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm" title="XE documentation" target="_blank">here</a>.</p>
<p>Troubleshooting:</p>
<p>If you cannot access web server after successful installation check your host name it seems that oracle xe do not likes FQDN hostname. In case that you do not have DNS server enter your FQDN in local hosts file.</p>
<p><small>Credits for the tip goes to Emerson.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hbcom.info/archives/48/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.365 seconds -->

