<?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>SavvyAdmin.com &#187; Database</title>
	<atom:link href="http://savvyadmin.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Fri, 21 Jan 2011 17:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Oracle Database 10g XE on Ubuntu</title>
		<link>http://savvyadmin.com/oracle-database-10g-xe-on-ubuntu/</link>
		<comments>http://savvyadmin.com/oracle-database-10g-xe-on-ubuntu/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 02:04:20 +0000</pubDate>
		<dc:creator>gmendoza</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.savvyadmin.com/2007/09/08/oracle-database-10g-xe-on-ubuntu/</guid>
		<description><![CDATA[If you&#8217;re interested in learning Oracle, you&#8217;ll be pleased to know that you can install a free version of it called Oracle Database Express Edition (XE); and it&#8217;s available for Debian and Ubuntu! This is great for anyone looking to learn one of the most popular enterprise databases in the world, without hurting the wallet. [...]
Related posts:<ol>
<li><a href='http://savvyadmin.com/ubuntu-dell-5700-evdo/' rel='bookmark' title='Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card'>Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card</a></li>
<li><a href='http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/' rel='bookmark' title='Backup and Restore Package Lists in Ubuntu'>Backup and Restore Package Lists in Ubuntu</a></li>
<li><a href='http://savvyadmin.com/word-war-vi-in-ubuntu/' rel='bookmark' title='Word War Vi in Ubuntu'>Word War Vi in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img title="Oracle Logo" src="https://www.savvyadmin.com/wp-content/uploads/2007/09/oralogo.gif" alt="Oracle Logo" /></p>
<p>If you&#8217;re interested in learning Oracle, you&#8217;ll be pleased to know that you can install a free version of it called Oracle Database Express Edition (XE); and it&#8217;s available for Debian and Ubuntu!  This is great for anyone looking to learn one of the most popular enterprise databases in the world, without hurting the wallet.  You can also freely distribute and develop against this platform, so it&#8217;s definitely worth giving it a try.</p>
<p>Visit their site for more details, and instructions for installing it via Oracle&#8217;s very own repository:<br />
<a title="Oracle Database Express Edition" href="http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html" target="_blank"> http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html</a></p>
<p>Here&#8217;s my own paraphrase of the installation procedures.</p>
<p>Add Repository and Install:</p>
<blockquote><p><code>$ echo "deb http://oss.oracle.com/debian unstable main non-free" | \<br />
sudo tee -a /etc/apt/sources.list<br />
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -<br />
$ sudo apt-get update<br />
$ sudo apt-get install oracle-xe</code></p></blockquote>
<p>Configure and Start Database:</p>
<blockquote><p><code>$ sudo /etc/init.d/oracle-xe configure</code></p></blockquote>
<p>Get Started:<br />
Applications -&gt; Oracle Database 10g Express Edition -&gt; Get Started</p>
<p>For a great tutorial on how to start using Oracle, be sure to check out the book &#8220;<a title="Barnes &amp; Noble" href="http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?z=y&amp;EAN=9780072263275&amp;itm=2">Hands-On Oracle Database 10g Express Edition for Linux</a>&#8220;, (ISBN: 007226327X).  You can find it at your local book store or on the web.</p>
<p>Oracle also has a free online tutorial located on their website:<br />
<a title="Oracle Database XE Tutorial" href="http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm">http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm</a></p>
<p>Related posts:<ol>
<li><a href='http://savvyadmin.com/ubuntu-dell-5700-evdo/' rel='bookmark' title='Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card'>Ubuntu Linux + Dell Wireless 5700 CDMA/EVDO Card</a></li>
<li><a href='http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/' rel='bookmark' title='Backup and Restore Package Lists in Ubuntu'>Backup and Restore Package Lists in Ubuntu</a></li>
<li><a href='http://savvyadmin.com/word-war-vi-in-ubuntu/' rel='bookmark' title='Word War Vi in Ubuntu'>Word War Vi in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://savvyadmin.com/oracle-database-10g-xe-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

