<?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>Inside Oracle APEX by Patrick Wolf &#187; PL/SQL</title>
	<atom:link href="http://www.inside-oracle-apex.com/category/database/database-plsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Wed, 11 May 2011 09:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SQL embedded into PL/SQL</title>
		<link>http://www.inside-oracle-apex.com/sql-embedded-into-plsql/</link>
		<comments>http://www.inside-oracle-apex.com/sql-embedded-into-plsql/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 20:12:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Caution]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=176</guid>
		<description><![CDATA[A few days ago I spoke with another developer about SQL embedded into PL/SQL code and how function calls are handled in the WHERE clause of SQL statements. There is sometimes confusion who (PL/SQL engine or SQL engine) is executing it, I thought it&#8217;s a good idea to write a posting about it. Last year [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/sql-embedded-into-plsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the foundation of Oracle Application Express (APEX)?</title>
		<link>http://www.inside-oracle-apex.com/what-is-foundation-of-oracle-application-express-apex/</link>
		<comments>http://www.inside-oracle-apex.com/what-is-foundation-of-oracle-application-express-apex/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 19:39:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=168</guid>
		<description><![CDATA[You are correct, it&#8217;s PL/SQL! I&#8217;m sure you knew that So that means every improvement which is done for PL/SQL is good for us Oracle APEX developers, like the function result cache, the continue statement and much more which have been introduced in Oracle 11g. Did you know that there is a new initiative by [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/what-is-foundation-of-oracle-application-express-apex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle 11g: Native Web Services</title>
		<link>http://www.inside-oracle-apex.com/oracle-11g-native-web-services/</link>
		<comments>http://www.inside-oracle-apex.com/oracle-11g-native-web-services/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 15:41:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Oracle 11g]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[web-service]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=152</guid>
		<description><![CDATA[Just stumbled across an interesting paragraph in the New Features in Oracle XML DB for Oracle Database 11g Release 1 about Database Native Web Services. The feature didn&#8217;t get that much attention yet on the Oracle 11g related blog postings, but according to the description it&#8217;s a real nice improvement compared to the 10g solution. [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/oracle-11g-native-web-services/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What is your favorite PL/SQL development environment?</title>
		<link>http://www.inside-oracle-apex.com/what-is-your-favorite-plsql-development-environment/</link>
		<comments>http://www.inside-oracle-apex.com/what-is-your-favorite-plsql-development-environment/#comments</comments>
		<pubDate>Mon, 14 May 2007 22:24:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=125</guid>
		<description><![CDATA[Mine is PL/SQL Developer from allroundautomations. Why? Because it&#8217;s a PL/SQL development tool focused on PL/SQL development. Most of the other tools like TOAD or SQL Developer which I also used in the past, have great DBA/query functionality, but suck from a &#8220;state of the art&#8221; programming point of view. Sure they all have a [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/what-is-your-favorite-plsql-development-environment/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Sending a SMS to a mobile phone</title>
		<link>http://www.inside-oracle-apex.com/sending-sms-to-mobile-phone/</link>
		<comments>http://www.inside-oracle-apex.com/sending-sms-to-mobile-phone/#comments</comments>
		<pubDate>Fri, 04 May 2007 17:57:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=117</guid>
		<description><![CDATA[Today I read an article on Grant Rolands blog about sending a SMS from Oracle Forms through a Web-Service. I thought it would be nice to have the same in APEX and PL/SQL, too. For example if you have a system failure or get a new order in your shop&#8230; Grant is using a Web-Service [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/sending-sms-to-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>XML processing in the database</title>
		<link>http://www.inside-oracle-apex.com/xml-processing-in-database/</link>
		<comments>http://www.inside-oracle-apex.com/xml-processing-in-database/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 14:31:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=95</guid>
		<description><![CDATA[A few days ago I came across an interesting posting on the AMIS blog about an XML(DB) presentation at the OOP 2007 conference. The presentation done by Ken Atkins is also available online and is really worth reading it. It gives a comprehensive overview (with lot of examples) of the built-in XML processing features of [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/xml-processing-in-database/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Oracle 11g PL/SQL enhancements</title>
		<link>http://www.inside-oracle-apex.com/oracle-11g-plsql-enhancements/</link>
		<comments>http://www.inside-oracle-apex.com/oracle-11g-plsql-enhancements/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 16:51:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Oracle 11g]]></category>
		<category><![CDATA[Other blogs]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=36</guid>
		<description><![CDATA[Just read an interesting posting on Igor&#8217;s Oracle Lab about the planned PL/SQL enhancements in Oracle 11g. I really like some of the planned features. Want to get the full story? Check out the presentation done by Tom Kyte.]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/oracle-11g-plsql-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

