<?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 on: Oracle 11G: XMLQuery = eval</title>
	<atom:link href="http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-11g-xmlquery-eval</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4812</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Tue, 31 Jul 2007 21:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4812</guid>
		<description><![CDATA[Andre,
On the other hand, 11g documented the DBMS_ASSERT package to prevent sql injection 8-)]]></description>
		<content:encoded><![CDATA[<p>Andre,<br />
On the other hand, 11g documented the DBMS_ASSERT package to prevent sql injection <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4811</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Mon, 30 Jul 2007 23:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4811</guid>
		<description><![CDATA[I trust that 11g has a lot more attack surface than any other oracle version. EVAL functions are potential new sql injection opportunities, or am I wrong? Which would not make me happy, because I am not a pro hacker but a database customer.
Andre]]></description>
		<content:encoded><![CDATA[<p>I trust that 11g has a lot more attack surface than any other oracle version. EVAL functions are potential new sql injection opportunities, or am I wrong? Which would not make me happy, because I am not a pro hacker but a database customer.<br />
Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4810</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 16 Jul 2007 00:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4810</guid>
		<description><![CDATA[Bases on Oracle 11g Beta autotrace output is as follows.

== First Time ==

Execution Plan
----------------------------------------------------------
Plan hash value: 1236776825

-----------------------------------------------------------------------------
&#124; Id  &#124; Operation                    &#124; Name &#124; Rows  &#124; Cost (%CPU)&#124; Time     &#124;
-----------------------------------------------------------------------------
&#124;   0 &#124; SELECT STATEMENT             &#124;      &#124;     1 &#124;     2   (0)&#124; 00:00:01 &#124;
&#124;*  1 &#124;  CONNECT BY WITHOUT FILTERING&#124;      &#124;       &#124;            &#124;          &#124;
&#124;   2 &#124;   FAST DUAL                  &#124;      &#124;     1 &#124;     2   (0)&#124; 00:00:01 &#124;
-----------------------------------------------------------------------------

Predicate Information (identified by operation id):
---------------------------------------------------

   1 - filter(LEVEL]]></description>
		<content:encoded><![CDATA[<p>Bases on Oracle 11g Beta autotrace output is as follows.</p>
<p>== First Time ==</p>
<p>Execution Plan<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Plan hash value: 1236776825</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
| Id  | Operation                    | Name | Rows  | Cost (%CPU)| Time     |<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
|   0 | SELECT STATEMENT             |      |     1 |     2   (0)| 00:00:01 |<br />
|*  1 |  CONNECT BY WITHOUT FILTERING|      |       |            |          |<br />
|   2 |   FAST DUAL                  |      |     1 |     2   (0)| 00:00:01 |<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Predicate Information (identified by operation id):<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>   1 &#8211; filter(LEVEL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4809</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 16 Jul 2007 00:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4809</guid>
		<description><![CDATA[Nice post! I like it aswel. It gives and good example how you can use XMLDB functions in your day to day relational environment.]]></description>
		<content:encoded><![CDATA[<p>Nice post! I like it aswel. It gives and good example how you can use XMLDB functions in your day to day relational environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4808</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Sun, 15 Jul 2007 20:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4808</guid>
		<description><![CDATA[I like this!]]></description>
		<content:encoded><![CDATA[<p>I like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2007/07/14/oracle-11g-xmlquery-eval/#comment-4807</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sat, 14 Jul 2007 18:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2302#comment-4807</guid>
		<description><![CDATA[You leave up it up to the reader to grasp the meaning of this - what the hack is an EVAL function. It is quite interesting of course: it allows in-place, immediate evaluation of dynamically constructed pieces of SQL - its like calling a PL/SQL function that uses EXECUTE IMMEDIATE or dbms_sql to process the string passed in and returns the result - without having to create the function. &lt;br /&gt;&lt;br /&gt; Have you any comments on performance impact of using this eval wannabe?&lt;br /&gt;Lucas]]></description>
		<content:encoded><![CDATA[<p>You leave up it up to the reader to grasp the meaning of this &#8211; what the hack is an EVAL function. It is quite interesting of course: it allows in-place, immediate evaluation of dynamically constructed pieces of SQL &#8211; its like calling a PL/SQL function that uses EXECUTE IMMEDIATE or dbms_sql to process the string passed in and returns the result &#8211; without having to create the function. </p>
<p> Have you any comments on performance impact of using this eval wannabe?<br />Lucas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
