<?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>rgiapratama.net &#187; oci8</title>
	<atom:link href="http://www.rgiapratama.net/tag/oci8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rgiapratama.net</link>
	<description>My experience...</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:44:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: 157228997642429, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>oci8 on openSUSE 11</title>
		<link>http://www.rgiapratama.net/2010/10/28/oci8-on-opensuse-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oci8-on-opensuse-11</link>
		<comments>http://www.rgiapratama.net/2010/10/28/oci8-on-opensuse-11/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 06:12:04 +0000</pubDate>
		<dc:creator>gia</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oci8]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.rgiapratama.net/?p=399</guid>
		<description><![CDATA[Download oracle-instantclient11.2-basic-11.2.0.1.0-1.x86_64.zip Download oracle-instantclient11.2-sdk-11.2.0.1.0-1.x86_64.zip unzip oracle-instantclient11.2-basic-11.2.0.1.0-1.x86_64.zip unzip oracle-instantclient11.2-sdk-11.2.0.1.0-1.x86_64.zip mv instantclient_11_2/ /usr/local/instantclient11 cd /usr/local/instantclient11/ ln -s libclntsh.so.11.1 libclntsh.so Install php-pear menggunakan YaST Install php-devel menggunakan YaST pecl install oci8 Jawab pertanyaan “Please provide the path to the ORACLE_HOME directory. Use ‘instantclient,/path/to/instant/client/lib’ if you’re compiling with Oracle Instant Client [autodetect]“  dengan instantclient,/usr/local/instantclient11 vi /etc/php5/conf.d/oci8.ini, tambahkan baris extension=oci8.so [...]]]></description>
		<wfw:commentRss>http://www.rgiapratama.net/2010/10/28/oci8-on-opensuse-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oci8(apache+php) on Centos 5.1 (64bit)</title>
		<link>http://www.rgiapratama.net/2008/07/01/oci8apachephp-on-centos-51-64bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oci8apachephp-on-centos-51-64bit</link>
		<comments>http://www.rgiapratama.net/2008/07/01/oci8apachephp-on-centos-51-64bit/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 18:09:27 +0000</pubDate>
		<dc:creator>gia</dc:creator>
				<category><![CDATA[centOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[5.1]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[oci8]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.rgiapratama.net/?p=35</guid>
		<description><![CDATA[Langsung aja sesuai dengan janji saya pada tulisan sebelumnya (oci8(apache+php) on Fedora 9 (64 bit)), yang bakalan ngebahas tentang cara-cara instalasi oci8 di Centos 5.1 (64bit):D Yang perlu disiapkan : http://download.oracle.com/otn/linux/instantclient/instantclient-basic-linuxAMD64-10.1.0.5.0-20060519.zip (InstantClient Basic) http://download.oracle.com/otn/linux/instantclient/instantclient-sdk-linuxAMD64-10.1.0.5.0-20060519.zip (Instantclient SDK) http://pecl.php.net/get/oci8-1.2.5.tgz (extensi oci8 untuk PHP) Langkah-Langkah : Asumsi Apache (httpd) dan PHP sudah terinstall dengan baik. File yang didownload [...]]]></description>
		<wfw:commentRss>http://www.rgiapratama.net/2008/07/01/oci8apachephp-on-centos-51-64bit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>oci8(apache+php) on Fedora 9 (64 bit)</title>
		<link>http://www.rgiapratama.net/2008/06/19/oci8apachephp-on-fedora-core-9-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oci8apachephp-on-fedora-core-9-64-bit</link>
		<comments>http://www.rgiapratama.net/2008/06/19/oci8apachephp-on-fedora-core-9-64-bit/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 13:57:56 +0000</pubDate>
		<dc:creator>gia</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fedora 9]]></category>
		<category><![CDATA[oci8]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.rgiapratama.net/?p=34</guid>
		<description><![CDATA[Mumpung masih anget he&#8230;he&#8230; :D Berawal dari PC baru (AMD X2 4400, RAM 2&#215;1 GB, HD 250GB) yang sebelumnya diinstall Windows Server 2003 (server kecil2an sih :D buat test doang),yang akhirnya disuruh install Linux aja ama atasan untuk menggantikan Server Linux terdahulu yang sudah uzur (Pentium4 2Ghz, Ram 3 x 128, HD 20Gb &#38; 40Gb, [...]]]></description>
		<wfw:commentRss>http://www.rgiapratama.net/2008/06/19/oci8apachephp-on-fedora-core-9-64-bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

