<?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>.NET Hell &#38; Heaven &#187; oci8</title>
	<atom:link href="http://www.florinraicu.com/tag/oci8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.florinraicu.com</link>
	<description>First, solve the problem. Then, write the code.</description>
	<lastBuildDate>Sun, 18 Jul 2010 07:56:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing oci8 Php extension in 3 steps</title>
		<link>http://www.florinraicu.com/installing-oci8-php-extensions-in-3-steps/</link>
		<comments>http://www.florinraicu.com/installing-oci8-php-extensions-in-3-steps/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 13:09:17 +0000</pubDate>
		<dc:creator>Florin RAICU</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oci8]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.florinraicu.com/?p=103</guid>
		<description><![CDATA[Step 1
Download and install the Instant Client rpms from oracle which you can get here http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html.


# rpm -ivh oracle-instantclient11.1-basic-11.1.0.7.0-1.x86_64.rpm
# rpm -ivh oracle-instantclient11.1-devel-11.1.0.7.0-1.x86_64.rpm


Step 2
Compile and install the oci8 extension


#
pear install pecl/oci8


Step 3
Edit your php.ini file (/etc/php.ini) and add the extension=oci8.so in the Dynamic extensions section.
]]></description>
			<content:encoded><![CDATA[<ol><strong>Step 1</strong></ol>
<ol>Download and install the Instant Client rpms from oracle which you can get here <a href="http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html">http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html</a>.</ol>
<pre>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"># rpm -ivh oracle-instantclient11.1-basic-11.1.0.7.0-1.x86_64.rpm
# rpm -ivh oracle-instantclient11.1-devel-11.1.0.7.0-1.x86_64.rpm</div>
</div>
</pre>
<ol><strong>Step 2</strong></ol>
<ol>Compile and install the oci8 extension</ol>
<pre>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;">#
pear install pecl/oci8</div>
</div>
</pre>
<ol><strong>Step 3</strong></ol>
<ol>Edit your php.ini file (/etc/php.ini) and add the extension=oci8.so in the Dynamic extensions section.</ol>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/www.florinraicu.com/p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
