<?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/"
		>
<channel>
	<title>Comments for About APEX - A developers blog</title>
	<atom:link href="http://www.oosterhoef.nl/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oosterhoef.nl/blog</link>
	<description>Oracle Application Express, PL/SQL, ADF, and general IT</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:32:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Using audit columns with APEX by M S HOSSAIN</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2009/11/using-audit-columns-with-apex/comment-page-1/#comment-14779</link>
		<dc:creator>M S HOSSAIN</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=57#comment-14779</guid>
		<description><![CDATA[Why :APP_USER,nvl(v(&#039;APP_USER&#039;),USER) returns  anonymous?
How can resolve it?]]></description>
		<content:encoded><![CDATA[<p>Why :APP_USER,nvl(v(&#8216;APP_USER&#8217;),USER) returns  anonymous?<br />
How can resolve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle APEX 4.0 Cookbook by Andrew</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/01/oracle-apex-4-0-cookbook/comment-page-1/#comment-14127</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 17 Dec 2011 09:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=127#comment-14127</guid>
		<description><![CDATA[Dear author,
new code did not help for obvious reason: the db_objects.sql file is too long (&quot;URL Encoded SQL length exceeds allowed 32k limit&quot; in Home -&gt; SQL Workshop -&gt; SQL Commands)

Trying to run commands step by step, I get &quot;ORA-00900: invalid SQL statement&quot;

By the way, did you run the code in db_objects.sql yourself?]]></description>
		<content:encoded><![CDATA[<p>Dear author,<br />
new code did not help for obvious reason: the db_objects.sql file is too long (&#8220;URL Encoded SQL length exceeds allowed 32k limit&#8221; in Home -&gt; SQL Workshop -&gt; SQL Commands)</p>
<p>Trying to run commands step by step, I get &#8220;ORA-00900: invalid SQL statement&#8221;</p>
<p>By the way, did you run the code in db_objects.sql yourself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Substitution Variables over a Database Link in APEX by Sean</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/12/bind-variables-over-a-database-link-in-apex/comment-page-1/#comment-13625</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=148#comment-13625</guid>
		<description><![CDATA[Just curious,  what did your remote trace show?  Was the bind/substitute really the problem? Or was the predicate not pushed to the remote site at all?

Did you really want the remote site to be the driver rather than the local?

You should not have to do this, but try rearranging the query

SELECT e.ename, d.dname
  FROM emp e,
       (SELECT id, dname
          FROM dept@remote d
         WHERE d.loc = :p2_dept_loc) d
 WHERE d.id = e.dept_id;


if rearranging does help, perhaps the problem is OPTIMIZER_MAX_PERMUTATIONS set too low]]></description>
		<content:encoded><![CDATA[<p>Just curious,  what did your remote trace show?  Was the bind/substitute really the problem? Or was the predicate not pushed to the remote site at all?</p>
<p>Did you really want the remote site to be the driver rather than the local?</p>
<p>You should not have to do this, but try rearranging the query</p>
<p>SELECT e.ename, d.dname<br />
  FROM emp e,<br />
       (SELECT id, dname<br />
          FROM dept@remote d<br />
         WHERE d.loc = :p2_dept_loc) d<br />
 WHERE d.id = e.dept_id;</p>
<p>if rearranging does help, perhaps the problem is OPTIMIZER_MAX_PERMUTATIONS set too low</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Substitution Variables over a Database Link in APEX by admin</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/12/bind-variables-over-a-database-link-in-apex/comment-page-1/#comment-13619</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=148#comment-13619</guid>
		<description><![CDATA[Thanks for your comments Roel and Alex!

@Roel: Yes, I do know that. But given the fortunate circumstances for this application, that&#039;s not a problem.
Both your other suggestions resulted in the same problem.

@Alex: SQL injection is handled in the real application. It&#039;s a very good consideration, so I&#039;ll mention it in the blog post. And you&#039;re right, it&#039;s not a bind variable. I&#039;ll change that in the text.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your comments Roel and Alex!</p>
<p>@Roel: Yes, I do know that. But given the fortunate circumstances for this application, that&#8217;s not a problem.<br />
Both your other suggestions resulted in the same problem.</p>
<p>@Alex: SQL injection is handled in the real application. It&#8217;s a very good consideration, so I&#8217;ll mention it in the blog post. And you&#8217;re right, it&#8217;s not a bind variable. I&#8217;ll change that in the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Substitution Variables over a Database Link in APEX by Alex</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/12/bind-variables-over-a-database-link-in-apex/comment-page-1/#comment-13618</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=148#comment-13618</guid>
		<description><![CDATA[It&#039;s not a bind variable, it&#039;s a substitution variable. Now enter: x&#039; or &#039;a&#039;=&#039;a
in P2_DEPT_LOC... SQL Injection.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not a bind variable, it&#8217;s a substitution variable. Now enter: x&#8217; or &#8216;a&#8217;='a<br />
in P2_DEPT_LOC&#8230; SQL Injection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Substitution Variables over a Database Link in APEX by Roel</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/12/bind-variables-over-a-database-link-in-apex/comment-page-1/#comment-13617</link>
		<dc:creator>Roel</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=148#comment-13617</guid>
		<description><![CDATA[Hi Michel,
Be aware that your solution will result in a hard parse for every value of P2_DEPT_LOC. Might not have a serious impact now in your situation, but is not preferable. 
Did you also try either v(&#039;P2_DEPT_LOC&#039;) or (select :P2_DEPT_LOC from dual) ?]]></description>
		<content:encoded><![CDATA[<p>Hi Michel,<br />
Be aware that your solution will result in a hard parse for every value of P2_DEPT_LOC. Might not have a serious impact now in your situation, but is not preferable.<br />
Did you also try either v(&#8216;P2_DEPT_LOC&#8217;) or (select :P2_DEPT_LOC from dual) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle APEX 4.0 Cookbook by admin</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/01/oracle-apex-4-0-cookbook/comment-page-1/#comment-13616</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=127#comment-13616</guid>
		<description><![CDATA[Hello Andrew,
We have already sent an updated script to Packt. It should be online, or else it will be very soon.]]></description>
		<content:encoded><![CDATA[<p>Hello Andrew,<br />
We have already sent an updated script to Packt. It should be online, or else it will be very soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle APEX 4.0 Cookbook by Andrew</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/01/oracle-apex-4-0-cookbook/comment-page-1/#comment-13476</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 26 Nov 2011 18:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=127#comment-13476</guid>
		<description><![CDATA[Dear author,
the script you provided (version 03 Februari 2010) does not work in SQL Workshop in APEX. 
Could you please export the application and publish it?

With very best regards,
Andrew]]></description>
		<content:encoded><![CDATA[<p>Dear author,<br />
the script you provided (version 03 Februari 2010) does not work in SQL Workshop in APEX.<br />
Could you please export the application and publish it?</p>
<p>With very best regards,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle APEX 4.0 Cookbook by Apex Themes Chapter Question</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2011/01/oracle-apex-4-0-cookbook/comment-page-1/#comment-8530</link>
		<dc:creator>Apex Themes Chapter Question</dc:creator>
		<pubDate>Tue, 21 Jun 2011 00:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=127#comment-8530</guid>
		<description><![CDATA[Hi Michael - I was reading your excellent Apex 4.0 cookbook that I purchased from packtpub. Great tips and techniques on Apex. I have a question about the themes switching chapter. I tried your example, but the new theme_115 doesn&#039;t seem to display the images!..Following is further info. Please reply to my email if you have a chance.
--
I followed thru the steps mentioned as I&#039;m trying out a new custom theme import. 

However, when I switched the newly imported theme, no images are showing up on the app.
 
The chapter mentioned about modifying all image references - which I did - Can you please advice why my images are not visible on the switched theme.
 
&gt; I have apex 4.0.2 installed on my local windows machine - EPG config.
&gt; My $apex_home/images/theme_18 and theme_115 directories are on my c:\ local drive
&gt; Used theme 18 as baseline
&gt; modified all references to t18 and theme_18 to t115 and theme_115 in the .css and the exported theme18.sql and saved it to theme115.sql
&gt; created directory on my windows (local) apex installation $apex_home/images/theme_115/
&gt; imported the theme115.sql into my apex app.
&gt; switched the theme.
 
Running the test app, I&#039;m not seeing any of the images on the page being rendered. I tested referencing
an image from theme_18 that was available during apex install, so that image gets rendered on the page.

Why is the images from the new theme_115 directory not being picked up and shown on the
practice app I&#039;m trying to build?

Can you please advice.
-
SKumar]]></description>
		<content:encoded><![CDATA[<p>Hi Michael &#8211; I was reading your excellent Apex 4.0 cookbook that I purchased from packtpub. Great tips and techniques on Apex. I have a question about the themes switching chapter. I tried your example, but the new theme_115 doesn&#8217;t seem to display the images!..Following is further info. Please reply to my email if you have a chance.<br />
&#8211;<br />
I followed thru the steps mentioned as I&#8217;m trying out a new custom theme import. </p>
<p>However, when I switched the newly imported theme, no images are showing up on the app.</p>
<p>The chapter mentioned about modifying all image references &#8211; which I did &#8211; Can you please advice why my images are not visible on the switched theme.</p>
<p>&gt; I have apex 4.0.2 installed on my local windows machine &#8211; EPG config.<br />
&gt; My $apex_home/images/theme_18 and theme_115 directories are on my c:\ local drive<br />
&gt; Used theme 18 as baseline<br />
&gt; modified all references to t18 and theme_18 to t115 and theme_115 in the .css and the exported theme18.sql and saved it to theme115.sql<br />
&gt; created directory on my windows (local) apex installation $apex_home/images/theme_115/<br />
&gt; imported the theme115.sql into my apex app.<br />
&gt; switched the theme.</p>
<p>Running the test app, I&#8217;m not seeing any of the images on the page being rendered. I tested referencing<br />
an image from theme_18 that was available during apex install, so that image gets rendered on the page.</p>
<p>Why is the images from the new theme_115 directory not being picked up and shown on the<br />
practice app I&#8217;m trying to build?</p>
<p>Can you please advice.<br />
-<br />
SKumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript confirmation popup in APEX by Chris Phillips</title>
		<link>http://www.oosterhoef.nl/blog/index.php/2009/09/javascript-confirmation-popup-in-apex/comment-page-1/#comment-8108</link>
		<dc:creator>Chris Phillips</dc:creator>
		<pubDate>Thu, 26 May 2011 15:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oosterhoef.nl/blog/?p=42#comment-8108</guid>
		<description><![CDATA[Hi,

   Is there a way to control the text size and style while using this method?

Thanks,
Chris]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   Is there a way to control the text size and style while using this method?</p>
<p>Thanks,<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
