<?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>vGrup  Blog &#187; tora with oracle</title>
	<atom:link href="http://www.vgrup.com/tag/tora-with-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vgrup.com</link>
	<description>Vgrup for Geek and Robot Unix Party</description>
	<lastBuildDate>Thu, 24 Nov 2011 13:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>tora with oracle support on lucid (ubuntu 10.04 LTS (lucid lynx))</title>
		<link>http://www.vgrup.com/2010/05/21/tora-with-oracle-support-on-lucid-ubuntu-10-04-lts-lucid-lynx/</link>
		<comments>http://www.vgrup.com/2010/05/21/tora-with-oracle-support-on-lucid-ubuntu-10-04-lts-lucid-lynx/#comments</comments>
		<pubDate>Fri, 21 May 2010 10:58:29 +0000</pubDate>
		<dc:creator>İsmail ÇAKIR</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle instant client]]></category>
		<category><![CDATA[tora]]></category>
		<category><![CDATA[tora 2.1.1 with oracle 11g]]></category>
		<category><![CDATA[tora with oracle]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=403</guid>
		<description><![CDATA[first we take rpm packages from oracle instant client downloads. you need to download devel, basic, sqlplus packages. we need alien to convert rpms to deb. sudo apt-get install alien convert them to deb packges; alien oracle-instantclient11.2-basic_11.2.0.1.0-2_i386.rpm alien oracle-instantclient11.2-devel_11.2.0.1.0-2_i386.rpm alien oracle-instantclient11.2-sqlplus_11.2.0.1.0-2_i386.rpm install new deb packages with sudo dpkg -i download and install the libaio library [...]]]></description>
			<content:encoded><![CDATA[<p>first we take rpm packages from<br />
<a href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html">oracle instant client downloads</a>.<br />
you need to download devel, basic, sqlplus packages.<br />
we need alien to convert rpms to deb.<br />
<code>sudo apt-get install alien</code><br />
convert them to deb packges;<br />
<code>alien <a href="http://www.vgrup.com/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with oracle">oracle</a>-instantclient11.2-basic_11.2.0.1.0-2_i386.rpm<br />
alien oracle-instantclient11.2-devel_11.2.0.1.0-2_i386.rpm<br />
alien oracle-instantclient11.2-sqlplus_11.2.0.1.0-2_i386.rpm</code></p>
<p>install new deb packages with <code>sudo dpkg -i </code></p>
<p>download and install the libaio library<br />
<a href="http://debian.mirror.inra.fr/debian/pool/main/liba/libaio/libaio1_0.3.106-3_i386.deb">libaio</a>, <a href="http://debian.mirror.inra.fr/debian/pool/main/liba/libaio/libaio-dev_0.3.106-3_i386.deb">libao-dev</a><br />
give this commands;<br />
<code><br />
sudo echo "/usr/lib/oracle/11.2/client/lib" >  /etc/ld.so.conf.d/oracle.conf<br />
sudo ldconfig<br />
export ORACLE_HOME=/usr/lib/oracle/11.2/client<br />
sudo "export ORACLE_HOME=/usr/lib/oracle/11.2/client" > ~/.bash_profile</code></p>
<p>take <a href="http://www.vgrup.com/tag/tora/" class="st_tag internal_tag" rel="tag" title="Posts tagged with tora">tora</a> debian package from proturk<br />
<code><br />
wget <a href="http://www.proturk.com/downloads/tora_2.1.1-1_i386.deb">http://www.proturk.com/downloads/tora_2.1.1-1_i386.deb</a><br />
sudo dpkg -i tora_2.1.1-1_i386.deb</code></p>
<p>now you can run tora with /usr/local/tora/bin/tora command.</p>
<p>if it not works probably you dont have qtscintilla or qt4 libraries, install them with synaptic.</p>
<p>if you want to compile by yourself, here is the configure command;<br />
<code>./configure --with-instant-client=/usr/lib/oracle/11.2/client --with-oracle-includes=/usr/include/oracle/11.2/client --with-oracle-libraries=/usr/lib/oracle/11.2/client/lib --with-oci-version=11G</code></p>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/05/21/tora-with-oracle-support-on-lucid-ubuntu-10-04-lts-lucid-lynx/' addthis:title='tora with oracle support on lucid (ubuntu 10.04 LTS (lucid lynx))'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/oracle/" title="oracle" rel="tag">oracle</a>, <a href="http://www.vgrup.com/tag/oracle-instant-client/" title="oracle instant client" rel="tag">oracle instant client</a>, <a href="http://www.vgrup.com/tag/tora/" title="tora" rel="tag">tora</a>, <a href="http://www.vgrup.com/tag/tora-2-1-1-with-oracle-11g/" title="tora 2.1.1 with oracle 11g" rel="tag">tora 2.1.1 with oracle 11g</a>, <a href="http://www.vgrup.com/tag/tora-with-oracle/" title="tora with oracle" rel="tag">tora with oracle</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/05/21/tora-with-oracle-support-on-lucid-ubuntu-10-04-lts-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

