<?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>How 2 Guru &#187; Oracle</title>
	<atom:link href="http://www.how2guru.com/archives/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.how2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Wed, 15 May 2013 10:54:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>PHP call oracle store procedure</title>
		<link>http://www.how2guru.com/archives/php-call-oracle-store-procedure/</link>
		<comments>http://www.how2guru.com/archives/php-call-oracle-store-procedure/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:47:05 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Store Procedure]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=96</guid>
		<description><![CDATA[For PHP, it is not a difficult task to connect to Oracle database. But recently, I am working on a project that require me to execute the oracle store procedure with pass in some input &#38; retrieve the output. It should be pretty easy, just I never try it before. So I write a simple [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-call-oracle-store-procedure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle import &amp; export</title>
		<link>http://www.how2guru.com/archives/oracle-import-export/</link>
		<comments>http://www.how2guru.com/archives/oracle-import-export/#comments</comments>
		<pubDate>Thu, 14 May 2009 12:46:25 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[exp]]></category>
		<category><![CDATA[expdp]]></category>
		<category><![CDATA[imp]]></category>
		<category><![CDATA[impdp]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=79</guid>
		<description><![CDATA[Actually, I am a newbie for the oracle database. Never though it before I start my current job. Lucky my company has a oracle expert &#38; always help me to solve those problems.  Today, just want to share some of my experience regarding the export &#38; import for oracle. I was taught to use the [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/oracle-import-export/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle procedure testing</title>
		<link>http://www.how2guru.com/archives/oracle-procedure-testing/</link>
		<comments>http://www.how2guru.com/archives/oracle-procedure-testing/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 11:01:49 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[DBMS_OUTPUT.PUTLINE]]></category>
		<category><![CDATA[serveroutput]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=76</guid>
		<description><![CDATA[As a developer, most of the time you have to testing on your script output. Some how, you also need to debug into the script &#38; checking on each variable value. In Oracle procedure, if you doesn&#8217;t having any debugging tools like sql developer. It is very difficult to trace your procedure whether is working [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/oracle-procedure-testing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zend php connect to oracle using tnsnames</title>
		<link>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/</link>
		<comments>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 06:26:19 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Core]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=32</guid>
		<description><![CDATA[This few days I am trying to configure my Linux server Zend PHP to connect oracle by using the tnsnames.ora profile. For my finding, there are several ways to do so. 1. Install the oracle clients into the Linux server &#38; it will set the environment variable TNS_ADMIN to the correct path for the tnsnames.ora. [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sending email using Oracle procedures.</title>
		<link>http://www.how2guru.com/archives/oracle-send-email/</link>
		<comments>http://www.how2guru.com/archives/oracle-send-email/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 12:55:26 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://myhow2guru.cymemories.com/?p=1</guid>
		<description><![CDATA[This is a post to share that how to sending out email by using oracle procedures. Some of the time. As a developer, I would like this receive some notification email from my procedures, so that I could know that the procedures is running &#38; how many records had been update/inserted. Below is the same [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/oracle-send-email/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
