<?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; Tips &amp; Tricks</title>
	<atom:link href="http://www.inside-oracle-apex.com/category/oracle-apex/apex-tips/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>The Quest for the Hidden Treasure of Oracle APEX</title>
		<link>http://www.inside-oracle-apex.com/the-quest-for-the-hidden-treasure-of-oracle-apex/</link>
		<comments>http://www.inside-oracle-apex.com/the-quest-for-the-hidden-treasure-of-oracle-apex/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:24:12 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Kaleidoscope]]></category>
		<category><![CDATA[ODTUG]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=930</guid>
		<description><![CDATA[As some of you may know I attended the ODTUG Kaleidoscope conference a few weeks ago. BTW, a really great developer focused conference! Beside attending I also had to give two presentations. Trying out some software on my MacBook Pro, I recorded these two sessions. Screenflow is really cool and makes editing the recording really [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/the-quest-for-the-hidden-treasure-of-oracle-apex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkboxes in Tabular Forms &#8211; The easy way!</title>
		<link>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/</link>
		<comments>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 18:16:30 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[tabular form]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=683</guid>
		<description><![CDATA[As you may know, Tabular Forms are sometimes let&#8217;s say &#8220;a little bit tricky&#8221;. They are missing some common features which are available for Page Items. One of them is the declarative support for Checkboxes. With the following step by step instruction you will be able to add checkboxes in Tabular Forms without loosing the [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/checkboxes-in-tabular-forms-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Number of displayed Records of Oracle APEX Popup LOV</title>
		<link>http://www.inside-oracle-apex.com/number-of-displayed-records-of-oracle-apex-popup-lov/</link>
		<comments>http://www.inside-oracle-apex.com/number-of-displayed-records-of-oracle-apex-popup-lov/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 18:44:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[lov]]></category>

		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/number-of-displayed-records-of-oracle-apex-popup-lov/</guid>
		<description><![CDATA[Recently I answered a question about where to change the number of displayed records of a Popup LOV in Oracle APEX and I thought it could be of general interest. The behavior of Popup LOVs can be changed through the Popup Lov template. You can find it at Shared Components\Templates\Popup LOV. In the Pagination section [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/number-of-displayed-records-of-oracle-apex-popup-lov/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Overlapping labels in an Oracle APEX pie chart</title>
		<link>http://www.inside-oracle-apex.com/overlapping-labels-in-an-oracle-apex-pie-chart/</link>
		<comments>http://www.inside-oracle-apex.com/overlapping-labels-in-an-oracle-apex-pie-chart/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 09:27:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/overlapping-labels-in-an-oracle-apex-pie-chart/</guid>
		<description><![CDATA[Ever had the problem of overlapping labels in a pie chart which you used in an Oracle Application Express (APEX) application? Have a look at Gary Myers excellent tip to avoid collisions by using analytic functions to sort the data. It&#8217;s another great example of using the built-in power of the Oracle database.]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/overlapping-labels-in-an-oracle-apex-pie-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.</title>
		<link>http://www.inside-oracle-apex.com/ora-02014-cannot-select-for-update-from-view-with-distinct-group-by-etc/</link>
		<comments>http://www.inside-oracle-apex.com/ora-02014-cannot-select-for-update-from-view-with-distinct-group-by-etc/#comments</comments>
		<pubDate>Sun, 04 May 2008 17:49:59 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[FSP_DML_LOCK_ROW]]></category>
		<category><![CDATA[ORA-02014]]></category>

		<guid isPermaLink="false">http://final.inside-oracle-apex.com/en/post/ora-02014-cannot-select-for-update-from-view-with-distinct-group-by-etc/</guid>
		<description><![CDATA[If you get an ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc. from your DML process when you submit the changes in an Oracle APEX application, then this is because Oracle APEX tries to lock the effected record before it updates/deletes it. This behavior was introduced in Oracle APEX 3.0, but [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/ora-02014-cannot-select-for-update-from-view-with-distinct-group-by-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undocumented option for Static List of Values</title>
		<link>http://www.inside-oracle-apex.com/undocumented-option-for-static-list-of-values-2/</link>
		<comments>http://www.inside-oracle-apex.com/undocumented-option-for-static-list-of-values-2/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 20:11:05 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[lov]]></category>

		<guid isPermaLink="false">http://final.inside-oracle-apex.com/en/post/undocumented-option-for-static-list-of-values/</guid>
		<description><![CDATA[Did you know that the STATIC and STATIC2 keyword used to define Static List of Values for Oracle Application Express (APEX) contains an undocumented option? The online help documents the usage with STATIC[2]:Display Value[;Return Value],Display Value[;Return Value] But what to do if one of your values contains the semi colon or the comma in the [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/undocumented-option-for-static-list-of-values-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remote debugging of an Oracle APEX application</title>
		<link>http://www.inside-oracle-apex.com/remote-debugging-of-an-oracle-apex-application-2/</link>
		<comments>http://www.inside-oracle-apex.com/remote-debugging-of-an-oracle-apex-application-2/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 21:27:42 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Other blogs]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://final.inside-oracle-apex.com/en/post/remote-debugging-of-an-oracle-apex-application/</guid>
		<description><![CDATA[If you ever wanted to remote debug the PL/SQL code which is called during execution of an Oracle APEX application, then have a look at the May/June issue of the Oracle Magazine. David Peake wrote an article titled The Power of Two on how to use SQL Developer to do that. On the German Oracle [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/remote-debugging-of-an-oracle-apex-application-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle APEX: Got a 404 Not Found?</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/</link>
		<comments>http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 21:41:06 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[404]]></category>

		<guid isPermaLink="false">http://final.inside-oracle-apex.com/en/post/oracle-apex-got-a-404-not-found/</guid>
		<description><![CDATA[Maybe you also already got the 404 Not Found error message The requested URL /pls/apex/wwv_flow.accept was not found on this server. when you submit an Oracle APEX page, &#8230; There are a lot of reasons why this error can occur. But the above error message doesn&#8217;t tell you a lot about the root cause of [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>More undocumented new features in Oracle APEX 3.1</title>
		<link>http://www.inside-oracle-apex.com/more-undocumented-new-features-in-oracle-apex-31/</link>
		<comments>http://www.inside-oracle-apex.com/more-undocumented-new-features-in-oracle-apex-31/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 00:20:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/more-undocumented-new-features-in-oracle-apex-31/</guid>
		<description><![CDATA[In one of my last posting I wrote about some undocumented new features in Oracle APEX 3.1, but there are more of them. I&#8217;m really short with my time, because I have to pack and get ready for my vacation, but have you already tried to enter PCT_GRAPH:777777:111111:200 into the format mask property of a [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/more-undocumented-new-features-in-oracle-apex-31/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&quot;Comment out&quot; an Oracle APEX Process, Validation, Branch, &#8230;</title>
		<link>http://www.inside-oracle-apex.com/comment-out-an-oracle-apex-process-validation-branch/</link>
		<comments>http://www.inside-oracle-apex.com/comment-out-an-oracle-apex-process-validation-branch/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 22:46:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Usability & Productivity]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=191</guid>
		<description><![CDATA[Sometimes during development there is the requirement to &#8220;Comment out&#8221; a Process, a Validation, &#8230; in an Oracle Application Express (APEX) application. To skip a step which doesn&#8217;t work anymore, or where a user says he doesn&#8217;t need that anymore but where you are sure that next week you are going to add it again&#8230; [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/comment-out-an-oracle-apex-process-validation-branch/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

