<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Sühan Erol (Oracle+PHP) için yapılan yorumlar</title>
	<atom:link href="http://suhanerol.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://suhanerol.wordpress.com</link>
	<description>Oracle ve PHP hakkında teknik yazılar</description>
	<lastBuildDate>Wed, 16 Dec 2009 13:36:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-41</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-41</guid>
		<description>oci_pconnect(&#039;hr&#039;,&#039;hr&#039;,&#039;//localhost:1521/xe&#039;);

bu şekilde deneyiniz. kullanıcı adı ve şifreyi değiştirmeniz gerekebilir.   http://   kullanmayınız.</description>
		<content:encoded><![CDATA[<p>oci_pconnect(&#8216;hr&#8217;,'hr&#8217;,'//localhost:1521/xe&#8217;);</p>
<p>bu şekilde deneyiniz. kullanıcı adı ve şifreyi değiştirmeniz gerekebilir.   http://   kullanmayınız.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına Hamza Apaydın tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-40</link>
		<dc:creator>Hamza Apaydın</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-40</guid>
		<description>oci_pconnect(’SYSTEM’,’root’,’//oracleserver:1521/xe’);
dabase adi XE, son aparametre olarak &quot;XE&quot;, &quot;http://127.0.0.1/XE&quot;, vb. denedim olmadı.</description>
		<content:encoded><![CDATA[<p>oci_pconnect(’SYSTEM’,’root’,’//oracleserver:1521/xe’);<br />
dabase adi XE, son aparametre olarak &#8220;XE&#8221;, &#8220;http://127.0.0.1/XE&#8221;, vb. denedim olmadı.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-39</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-39</guid>
		<description>Kurulumunuz başarılı olmuş, sorun oci_connect() fonksiyonunda kullandığınız parametre ile alakalıdır. oci_connect() fonksiyonun 3.parametresinde kullandığınız değer nedir? oci_pconnect(’hr’,’hr’,’//oracleserver:1521/xe’);    örneğinde olduğu gibi server ismimi kullandığız? isim yerine ip yazarak deneyebilirsiniz.</description>
		<content:encoded><![CDATA[<p>Kurulumunuz başarılı olmuş, sorun oci_connect() fonksiyonunda kullandığınız parametre ile alakalıdır. oci_connect() fonksiyonun 3.parametresinde kullandığınız değer nedir? oci_pconnect(’hr’,’hr’,’//oracleserver:1521/xe’);    örneğinde olduğu gibi server ismimi kullandığız? isim yerine ip yazarak deneyebilirsiniz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına Hamza Apaydın tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-38</link>
		<dc:creator>Hamza Apaydın</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-38</guid>
		<description>anlatılan her şeyi yaptım. kurulumu normal şekilde tamamladım. ama veri tabanına bir türlü bağlanamıyorum. şu hatayı veriyor.
Warning: oci_connect() [function.oci-connect]: ORA-12154: TNS:could not resolve the connect identifier specified in /var/www/oracle.php on line 2
sistemim ubuntu 9.10, oracle 10g exp. edi.
teşekkürler</description>
		<content:encoded><![CDATA[<p>anlatılan her şeyi yaptım. kurulumu normal şekilde tamamladım. ama veri tabanına bir türlü bağlanamıyorum. şu hatayı veriyor.<br />
Warning: oci_connect() [function.oci-connect]: ORA-12154: TNS:could not resolve the connect identifier specified in /var/www/oracle.php on line 2<br />
sistemim ubuntu 9.10, oracle 10g exp. edi.<br />
teşekkürler</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-37</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-37</guid>
		<description>ln -s komutuyla ilgili bir sorun olabilir, dilerseniz ln -s ile link oluşturmak yerine cp komutuyla dosyaların bir kopyasını oluşturabilirsiniz.

# cp libclntsh.so.11.1 libclntsh.so
# cp libocci.so.11.1 libocci.so</description>
		<content:encoded><![CDATA[<p>ln -s komutuyla ilgili bir sorun olabilir, dilerseniz ln -s ile link oluşturmak yerine cp komutuyla dosyaların bir kopyasını oluşturabilirsiniz.</p>
<p># cp libclntsh.so.11.1 libclntsh.so<br />
# cp libocci.so.11.1 libocci.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>Hakkında yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/hakkinda/#comment-36</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:45:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-36</guid>
		<description>Merhaba

http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/

bu makaledeki gibi kurmayı denediniz mi ?  Denediyseniz hangi aşamada sorunla karşılaştınız?</description>
		<content:encoded><![CDATA[<p>Merhaba</p>
<p><a href="http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/" rel="nofollow">http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/</a></p>
<p>bu makaledeki gibi kurmayı denediniz mi ?  Denediyseniz hangi aşamada sorunla karşılaştınız?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına Olcay SONAT tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-35</link>
		<dc:creator>Olcay SONAT</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-35</guid>
		<description>yok şuan kontrol ettim o dizindeki dosyada libclntsh.so.11.1 yazıyor oracle client versiyonu da 
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production

böyle bir türlü kuramadım..</description>
		<content:encoded><![CDATA[<p>yok şuan kontrol ettim o dizindeki dosyada libclntsh.so.11.1 yazıyor oracle client versiyonu da<br />
Oracle Database 10g Express Edition Release 10.2.0.1.0 &#8211; Product<br />
PL/SQL Release 10.2.0.1.0 &#8211; Production<br />
CORE 10.2.0.1.0 Production<br />
TNS for Linux: Version 10.2.0.1.0 &#8211; Production<br />
NLSRTL Version 10.2.0.1.0 &#8211; Production</p>
<p>böyle bir türlü kuramadım..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-34</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-34</guid>
		<description>Sanırım siz oracle client 11.2 sürümünü indirmişsiniz. yeni sürüm çıkmış. Bu yüzden komutu ln –s libclntsh.so.11.2 libclntsh.so  olarak yazınız.</description>
		<content:encoded><![CDATA[<p>Sanırım siz oracle client 11.2 sürümünü indirmişsiniz. yeni sürüm çıkmış. Bu yüzden komutu ln –s libclntsh.so.11.2 libclntsh.so  olarak yazınız.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına Olcay SONAT tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-33</link>
		<dc:creator>Olcay SONAT</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-33</guid>
		<description>root@olci-desktop:/opt/oracle/instantclient# ln –s libclntsh.so.11.1 libclntsh.so
ln: hedef &#039;libclntsh.so&#039; bir dizin değil

bu komutta hep bir hata alıyorum ne yapmayalıyım?</description>
		<content:encoded><![CDATA[<p>root@olci-desktop:/opt/oracle/instantclient# ln –s libclntsh.so.11.1 libclntsh.so<br />
ln: hedef &#8216;libclntsh.so&#8217; bir dizin değil</p>
<p>bu komutta hep bir hata alıyorum ne yapmayalıyım?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ubuntu Linux üzerinde  PHP , OCI8 ve Oracle Instant Client Kurulumu yazısına suhanerol tarafından yapılan yorumlar</title>
		<link>http://suhanerol.wordpress.com/2009/03/24/ubuntu-uzerinde-php-oci8-ve-oracle-instant-client-kurulumu/#comment-32</link>
		<dc:creator>suhanerol</dc:creator>
		<pubDate>Wed, 09 Dec 2009 10:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://suhanerol.wordpress.com/?p=21#comment-32</guid>
		<description>Merhaba

SDK ve diğer dosyaları aşağıdaki linkten indirebilirsiniz. 

http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html</description>
		<content:encoded><![CDATA[<p>Merhaba</p>
<p>SDK ve diğer dosyaları aşağıdaki linkten indirebilirsiniz. </p>
<p><a href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html" rel="nofollow">http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
