<?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>PL/SQL Tutorial</title>
	<atom:link href="http://www.plsqltutorial.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plsqltutorial.com</link>
	<description>Learn PL/SQL quick and fun</description>
	<lastBuildDate>Sat, 27 Oct 2012 04:31:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Privacy Policy</title>
		<link>http://www.plsqltutorial.com/privacy-policy/</link>
		<comments>http://www.plsqltutorial.com/privacy-policy/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 05:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=260</guid>
		<description><![CDATA[Privacy Policy for plsqltutorial.com The privacy of our visitors to plsqltutorial.com is important to us. At plsqltutorial.com, we recognize that privacy of your personal information is important. Here is information on what types of personal information we receive and collect when you use and visit _plsqltutorial.com, and how we safeguard your information. We never sell [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/privacy-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Exception</title>
		<link>http://www.plsqltutorial.com/plsql-exception/</link>
		<comments>http://www.plsqltutorial.com/plsql-exception/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 09:33:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=242</guid>
		<description><![CDATA[Summary: In this tutorial, you will learn how to handle PL/SQL exception appropriately. In addition, you&#8217;ll also learn how to define your own exception and raise it in your code. Introducing to PL/SQL Exception In PL/SQL, any kind of errors are treated as exceptions. An exception is defined as  a special condition that change the [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Package</title>
		<link>http://www.plsqltutorial.com/plsql-package/</link>
		<comments>http://www.plsqltutorial.com/plsql-package/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 05:49:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=222</guid>
		<description><![CDATA[Summary: In this tutorial you will learn how to create a simple PL/SQL package that is a group of related functions, procedures, types and etc. Introducing to PL/SQL Package PL/SQL package is a group of related stored functions, procedures, types, cursors and etc. PL/SQL package is like a library once written stored in the Oracle [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Nested Block</title>
		<link>http://www.plsqltutorial.com/plsql-nested-block/</link>
		<comments>http://www.plsqltutorial.com/plsql-nested-block/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 03:06:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=203</guid>
		<description><![CDATA[Summary: In this tutorial, you will learn how to work with PL/SQL nested block that is a PL/SQL block embedded inside another PL/SQL block. Introducing PL/SQL Nested Block To nest a block means to embed one ore more PL/SQL block inside another PL/SQL block to allow you have a better control over program&#8217;s execution and [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-nested-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Cursor</title>
		<link>http://www.plsqltutorial.com/plsql-cursor/</link>
		<comments>http://www.plsqltutorial.com/plsql-cursor/#comments</comments>
		<pubDate>Tue, 31 May 2011 09:23:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=194</guid>
		<description><![CDATA[Summary: In this tutorial you will explore PL/SQL cursor feature. You will learn step-by-step how to use a cursor to loop through multiple rows. Introducing to PL/SQL Cursor When you work with Oracle database, you work with a complete set of rows that is known as result set returned by SQL SELECT statement. However applications [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Record</title>
		<link>http://www.plsqltutorial.com/plsql-record/</link>
		<comments>http://www.plsqltutorial.com/plsql-record/#comments</comments>
		<pubDate>Mon, 30 May 2011 04:25:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=173</guid>
		<description><![CDATA[Summary: In this tutorial, you will learn about the PL/SQL record that is a composite data structure to allow you to write and manage your code more efficiently. What is a PL/SQL Record A PL/SQL record is a composite data structure that is a group of related data stored in fields. Each field in the [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL FOR Loop</title>
		<link>http://www.plsqltutorial.com/plsql-for-loop/</link>
		<comments>http://www.plsqltutorial.com/plsql-for-loop/#comments</comments>
		<pubDate>Sat, 28 May 2011 15:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=153</guid>
		<description><![CDATA[Summary: In this tutorial, you will learn how to use PL/SQL FOR loop to execute a sequence of statements a fixed number times. Introducing to PL/SQL FOR Loop PL/SQL FOR loop is an iterative statement that allows you to execute a sequence of statements a fixed number of times. Unlike the PL/SQL WHILE loop, the [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-for-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL WHILE Loop</title>
		<link>http://www.plsqltutorial.com/plsql-while-loop/</link>
		<comments>http://www.plsqltutorial.com/plsql-while-loop/#comments</comments>
		<pubDate>Sat, 28 May 2011 11:13:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=144</guid>
		<description><![CDATA[Summary: In this tutorial, you will learn how PL/SQL WHILE loop to execute a sequence of statements when you don&#8217;t know how many time the iteration will execute in advance. Introducing to PL/SQL WHILE Loop In some programming contexts, you don&#8217;t know in advance how many times to execute a sequence of statements because the [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-while-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL LOOP Statement</title>
		<link>http://www.plsqltutorial.com/plsql-loop-statement/</link>
		<comments>http://www.plsqltutorial.com/plsql-loop-statement/#comments</comments>
		<pubDate>Thu, 26 May 2011 16:29:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=127</guid>
		<description><![CDATA[Summary: In this tutorial you will learn PL/SQL LOOP statement to execute a sequence of statements repeatedly. Introduction to PL/SQL LOOP Statement PL/SQL LOOP is an iterative control structure that allows you to execute a sequence of statements repeatedly. The simplest of LOOP consists of the LOOP keyword, the sequence of statements and the END [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-loop-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL CASE Statement</title>
		<link>http://www.plsqltutorial.com/plsql-case-statement/</link>
		<comments>http://www.plsqltutorial.com/plsql-case-statement/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:02:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.plsqltutorial.com/?page_id=107</guid>
		<description><![CDATA[Summary: In this tutorial,  you will learn how to use PL/SQL CASE statement to execute a sequence of statements based on a selector. Introduction to PL/SQL CASE Statement The PL/SQL CASE statement allows you to execute a sequence of statements based on a selector.  A selector can be anything such as variable, function, or expression [...]]]></description>
		<wfw:commentRss>http://www.plsqltutorial.com/plsql-case-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.plsqltutorial.com @ 2013-05-19 21:37:56 by W3 Total Cache -->