<?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>Juggling Eggs &#187; Databases</title>
	<atom:link href="http://sonnygill.net/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Sat, 17 Apr 2010 17:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Schema Export in Oracle XE</title>
		<link>http://sonnygill.net/databases/oracle-xe/</link>
		<comments>http://sonnygill.net/databases/oracle-xe/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:35:04 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Oracle XE Tips]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=214</guid>
		<description><![CDATA[Oracle XE makes it really easy to export your database schema.
Go to the Oracle XE web interface (running on http://localhost:8080/apex/ by default), and login with your username (not the system user).
Choose Utilities -&#62; Generate DDL. Check the tables for which you want to export the DDL commands, and you are good to go.
]]></description>
			<content:encoded><![CDATA[<p>Oracle XE makes it really easy to export your database schema.</p>
<p>Go to the Oracle XE web interface (running on http://localhost:8080/apex/ by default), and login with your username (not the system user).</p>
<p>Choose Utilities -&gt; Generate DDL. Check the tables for which you want to export the DDL commands, and you are good to go.</p>
<div id="attachment_215" class="wp-caption alignnone" style="width: 501px"><img class="size-full wp-image-215  " src="http://sonnygill.net/wp_content/files/2009/09/oracle_xe_export_schema.png" alt="Oracle XE export schema" width="491" height="178" /><p class="wp-caption-text">Oracle XE export schema</p></div>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/databases/oracle-xe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Oracle 10.2 on Suse Linux 10.2</title>
		<link>http://sonnygill.net/databases/oracle-102-on-suse-linux-102/</link>
		<comments>http://sonnygill.net/databases/oracle-102-on-suse-linux-102/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 09:53:43 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://sonnygill.wordpress.com/2007/04/01/oracle-102-on-suse-linux-102/</guid>
		<description><![CDATA[When installing Oracle 10.2.0.1 client on Suse Linux 10.2, the installation fails with message -
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2 Failed &#60;&#60;&#60;&#60;
To complete the install, run installer as ./runInstaller  -ignoreSysPrereqs
(installation-oracle-on-suse-linux-enterprise-10)
To run Tora, add the following to your profile file
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
And create a tnsnames.ora file in your ORACLE_HOME.
This [...]]]></description>
			<content:encoded><![CDATA[<p>When installing Oracle 10.2.0.1 client on Suse Linux 10.2, the installation fails with message -</p>
<p><code>Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2 Failed &lt;&lt;&lt;&lt;</code></p>
<p>To complete the install, run installer as ./runInstaller  -ignoreSysPrereqs<br />
(<a href="http://laurentschneider.com/wordpress/2006/07/installation-oracle-on-suse-linux-enterprise-10.html" title="installation-oracle-on-suse-linux-enterprise-10">installation-oracle-on-suse-linux-enterprise-10</a>)</p>
<p>To run Tora, add the following to your profile file</p>
<p>export LD_LIBRARY_PATH=$ORACLE_HOME/lib</p>
<p>And create a tnsnames.ora file in your ORACLE_HOME.<br />
This file lists your Oracle services in the following  format  -</p>
<pre>
XE_192.168.1.1=

    (DESCRIPTION =

       (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.1)(PORT = 1521)))

       (CONNECT_DATA = (SID = xe) (SERVER = DEDICATED))

    )</pre>
<p>(<a href="http://root.cern.ch/root/roottalk/roottalk06/1324.html" title="Error connecting to an Oracle DB">Re: Error connecting to an Oracle DB</a>)</p>
<p>If Tora is still not connecting to oracle, try exporting TNS_ADMIN environment variable, pointing to the location of tnsnames.ora file -</p>
<p>export TNS_ADMIN=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/databases/oracle-102-on-suse-linux-102/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
