<?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>Herman Bos &#187; oracle</title>
	<atom:link href="http://dev.osso.nl/herman/blog/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.osso.nl/herman/blog</link>
	<description>open source guerilla</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:32:06 +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>Running SQL*plus  on Ubuntu</title>
		<link>http://dev.osso.nl/herman/blog/2005/09/12/sqlplus-on-ubuntu/</link>
		<comments>http://dev.osso.nl/herman/blog/2005/09/12/sqlplus-on-ubuntu/#comments</comments>
		<pubDate>Mon, 12 Sep 2005 17:11:53 +0000</pubDate>
		<dc:creator>Herman</dc:creator>
				<category><![CDATA[Orbit Ubuntu]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://users.lichtsnel.nl/~spacey/?p=74</guid>
		<description><![CDATA[Everytime I need it for school I have to re-figure-out how to fix the Oracle crap. I wasn&#8217;t so keen on installing the full Oracle suite like I did the first time (few years back). Fortunately Oracle released a so-called &#8220;instantclient&#8221; a while ago, which is basicly the only part of the whole suite you [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Everytime I need it for school I have to re-figure-out how to fix the Oracle crap. I wasn&#8217;t so keen on installing the full Oracle suite like I did the first time (few years back). Fortunately Oracle released a so-called &#8220;instantclient&#8221; a while ago, which is basicly the only part of the whole suite you need client-wise.</p>
<p><a href="http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html">Download the files</a> (version might differ ofcourse in some future time):<br />
<code>instantclient-basic-linux32-10.2.0.1-20050713.zip<br />
instantclient-sqlplus-linux32-10.2.0.1-20050713.zip</code></p>
<p>Copy it to some place you like and add that directory to LD_LIBRARY_PATH<br />
<code>export LD_LIBRARY_PATH=/home/herman/garbage/instantclient_10_2:${LD_LIBRARY_PATH}</code></p>
<p>After this it is possible to connect. Syntax example:<br />
<code>./sqlplus USERNAME/PASSWORD@145.33.144.212/DBNAME </code><br />
Port is 1521 by <a href="http://www.chebucto.ns.ca/~rakerman/oracle-port-table.html">default</a>.</p>
<p>Quite easy in the end, and less dirty then before. <img src='http://dev.osso.nl/herman/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Links: <a href="http://www.oracle.com/technology/docs/tech/sql_plus/10103/readme_ic.htm">readme ic</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://dev.osso.nl/herman/blog/2005/09/12/sqlplus-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
