<?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>Enkitec.tv</title>
	<atom:link href="http://enkitec.tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://enkitec.tv</link>
	<description>Learn Oracle, Exadata and Big Data for Profit and for Fun!</description>
	<lastBuildDate>Tue, 30 Apr 2013 16:23:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Hadoop Architecture vs. Exadata Architecture</title>
		<link>http://enkitec.tv/2013/04/30/hadoop-architecture-vs-exadata-architecture/</link>
		<comments>http://enkitec.tv/2013/04/30/hadoop-architecture-vs-exadata-architecture/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 16:23:25 +0000</pubDate>
		<dc:creator>Enkitec</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=153</guid>
		<description><![CDATA[Watch Kerry Osborne compare and contrast Hadoop and Exadata Architecture from his E4 2012 presentation &#8220;Hadoop Meets Exadata.&#8221;]]></description>
				<content:encoded><![CDATA[<p>Watch Kerry Osborne compare and contrast Hadoop and Exadata Architecture from his E4 2012 presentation &#8220;Hadoop Meets Exadata.&#8221;</p>
<p><iframe src="http://player.vimeo.com/video/65149611" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/04/30/hadoop-architecture-vs-exadata-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tanel Poder’s Hacking Session: How Oracle SQL Plans Are Really Executed – Part 2</title>
		<link>http://enkitec.tv/2013/03/14/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-2/</link>
		<comments>http://enkitec.tv/2013/03/14/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-2/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 23:47:53 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=112</guid>
		<description><![CDATA[Here&#8217;s the Part 2 of the Oracle SQL plan execution hacking session (Part 1 is here)! We&#8217;ll use a bit of DTracing to peek inside an Oracle SQL plan execution, plus some other random experiments. You can download the qer_trace.sh script from here. Note that this is not a &#8220;How to use DTrace&#8221; webinar, you have [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the Part 2 of the Oracle SQL plan execution hacking session (Part 1 is <a title="Tanel Poder’s Hacking Session: How Oracle SQL Plans Are Really Executed – Part 1" href="http://enkitec.tv/2013/03/13/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-1/" target="_blank">here</a>)!</p>
<p>We&#8217;ll use a bit of DTracing to peek inside an Oracle SQL plan execution, plus some other random experiments. You can download the qer_trace.sh script <a href="http://blog.tanelpoder.com/files/scripts/dtrace/qer_trace.sh" target="_blank">from here</a>. Note that this is not a &#8220;How to use DTrace&#8221; webinar, you have to learn DTrace yourself to understand (or enhance) this script.</p>
<p><iframe src="http://blip.tv/play/AYOP7CQA.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOP7CQA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOP7CQA" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/03/14/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tanel Poder&#8217;s Hacking Session: How Oracle SQL Plans Are Really Executed &#8211; Part 1</title>
		<link>http://enkitec.tv/2013/03/13/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-1/</link>
		<comments>http://enkitec.tv/2013/03/13/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-1/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 14:50:13 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=109</guid>
		<description><![CDATA[This is the Part 1 of the hacking session I delivered live. In this part we&#8217;ll talk mostly about how an application talks to the database session when wanting to execute a query (tracing OPI calls, fetch operations etc). In the Part 2 (which I will upload soon) we&#8217;ll drill down inside an execution plan [...]]]></description>
				<content:encoded><![CDATA[<p>This is the Part 1 of the hacking session I delivered live.</p>
<p>In this part we&#8217;ll talk mostly about how an application talks to the database session when wanting to execute a query (tracing OPI calls, fetch operations etc).</p>
<p>In the Part 2 (which I will upload soon) we&#8217;ll drill down inside an execution plan then.</p>
<p>Enjoy!</p>
<p><iframe src="http://blip.tv/play/AYOP5wcA.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOP5wcA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOP5wcA" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/03/13/tanel-poders-hacking-session-how-oracle-sql-plans-are-really-executed-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E4 2012 &#8211; A Look Back at our First E4 (Enkitec Extreme Exadata Expo)</title>
		<link>http://enkitec.tv/2013/03/01/e4-2012-a-look-back-at-our-first-e4-enkitec-extreme-exadata-expo/</link>
		<comments>http://enkitec.tv/2013/03/01/e4-2012-a-look-back-at-our-first-e4-enkitec-extreme-exadata-expo/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 17:34:53 +0000</pubDate>
		<dc:creator>Enkitec</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=96</guid>
		<description><![CDATA[Here is a compilation from E4 2012 featuring all presenters and abstract titles. E4 2013 is already shaping up to be a great educational experience as well. Here is a short list of Exadata experts who have already committed to present: Tom Kyte: Keynote Maria Colgan Andy Colvin Karen Morton Tyler Muth Kerry Osborne Tanel  [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a compilation from E4 2012 featuring all presenters and abstract titles.</p>
<p><iframe src="http://player.vimeo.com/video/58133630" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>E4 2013 is already shaping up to be a great educational experience as well. Here is a short list of Exadata experts who have already committed to present:</p>
<p>Tom Kyte: Keynote<br />
Maria Colgan<br />
Andy Colvin<br />
Karen Morton<br />
Tyler Muth<br />
Kerry Osborne<br />
Tanel  Põder<br />
Ferhat Sengonul</p>
<p>Call for Papers is currently OPEN &#8211; click <strong><a href="http://www.enkitec.com/e4/submit-an-abstract" target="_blank">HERE</a></strong> to submit an abstract.<br />
Deadline: April 30, 2013</p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/03/01/e4-2012-a-look-back-at-our-first-e4-enkitec-extreme-exadata-expo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Karen Morton says is different about tuning SQL on Exadata&#8230;</title>
		<link>http://enkitec.tv/2013/02/28/tuning-sql-for-oracle-exadata-by-karen-morton/</link>
		<comments>http://enkitec.tv/2013/02/28/tuning-sql-for-oracle-exadata-by-karen-morton/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 20:51:00 +0000</pubDate>
		<dc:creator>Enkitec</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=80</guid>
		<description><![CDATA[Here is the link to set up a user account at Enkitec and download Karen&#8217;s presentation deck from E42012: http://www.enkitec.com/about/presentations/tuning_sql_for_oracle_exadata]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/60616753" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Here is the link to set up a user account at Enkitec and download Karen&#8217;s presentation deck from E42012:</p>
<p><a href="http://www.enkitec.com/about/presentations/tuning_sql_for_oracle_exadata" target="_blank">http://www.enkitec.com/about/presentations/tuning_sql_for_oracle_exadata</a></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/02/28/tuning-sql-for-oracle-exadata-by-karen-morton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The easiest way to make your query run 6-7x faster on Exadata</title>
		<link>http://enkitec.tv/2013/02/23/the-easiest-way-to-make-your-query-run-6-7x-faster-on-exadata/</link>
		<comments>http://enkitec.tv/2013/02/23/the-easiest-way-to-make-your-query-run-6-7x-faster-on-exadata/#comments</comments>
		<pubDate>Sat, 23 Feb 2013 12:11:31 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Exadata]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=73</guid>
		<description><![CDATA[Check out this bit from my Exadata speech at the previous Enkitec E4 conference. You don&#8217;t see much of my screen output there, but if you attended my Exadata hacking session (or have watched the videos), then you&#8217;ll recognize what I&#8217;m talking about. Enjoy!]]></description>
				<content:encoded><![CDATA[<p>Check out this bit from my Exadata speech at the previous <a href="http://enkitec.com/e4" target="_blank">Enkitec E4 conference</a>. You don&#8217;t see much of my screen output there, but if you attended my <a href="http://enkitec.tv/2013/02/22/tanel-poders-exadata-snapper-hacking-session-videos/" target="_blank">Exadata hacking session</a> (or have watched the videos), then you&#8217;ll recognize what I&#8217;m talking about.</p>
<p><iframe src="http://blip.tv/play/AYOPiDEA.html?p=1" width="600" height="480" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOPiDEA" style="display:none"></embed></p>
<p>Enjoy! <img src='http://enkitec.tv/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/02/23/the-easiest-way-to-make-your-query-run-6-7x-faster-on-exadata/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tanel Poder&#8217;s Exadata Snapper Hacking session videos</title>
		<link>http://enkitec.tv/2013/02/22/tanel-poders-exadata-snapper-hacking-session-videos/</link>
		<comments>http://enkitec.tv/2013/02/22/tanel-poders-exadata-snapper-hacking-session-videos/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 00:04:42 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Exadata]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=69</guid>
		<description><![CDATA[Exadata Snapper (also called ExaSnapper or ExaSnap) is a new tool by Tanel Poder, which allows to &#8220;peek&#8221; into some SQL Execution-related cell metrics without leaving the Oracle database session / sqlplus prompt. The current version 0.7 is a beta version and will likely be much improved and changed once it reaches v1.0. The tool [...]]]></description>
				<content:encoded><![CDATA[<p>Exadata Snapper (also called ExaSnapper or ExaSnap) is a new tool by Tanel Poder, which allows to &#8220;peek&#8221; into some SQL Execution-related cell metrics without leaving the Oracle database session / sqlplus prompt. The current version 0.7 is a beta version and will likely be much improved and changed once it reaches v1.0.</p>
<p>The tool itself will be downloadable from enkitec.com (will update this post once it&#8217;s there).</p>
<p>Here are the videos, split into 3 parts:</p>
<ul>
<li><span style="line-height: 13px;">Part 1 &#8211; Introduction</span></li>
<li>Part 2 - Smart Scan and IO activity in the cell</li>
<li>Part 3 - Advanced Metrics and Q&amp;A</li>
</ul>
<h3>Part 1 &#8211; Introduction</h3>
<p><iframe src="http://blip.tv/play/AYOPgAEA.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe></p>
<h3>Part 2 - Smart Scan and IO activity in the cell</h3>
<p><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOPgAEA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOPgAEA" /></object></p>
<p><iframe src="http://blip.tv/play/AYOPgDAA.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe></p>
<h3>Part 3 &#8211; Advanced Metrics and Q&amp;A</h3>
<p><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOPgDAA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOPgDAA" /></object></p>
<p><iframe src="http://blip.tv/play/AYOPgE8A.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOPgE8A" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOPgE8A" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/02/22/tanel-poders-exadata-snapper-hacking-session-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snapper V4 BETA launch video</title>
		<link>http://enkitec.tv/2013/02/18/snapper-v4-beta-launch-video/</link>
		<comments>http://enkitec.tv/2013/02/18/snapper-v4-beta-launch-video/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 20:40:19 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=65</guid>
		<description><![CDATA[Here&#8217;s the video of Snapper v4.0 beta &#8220;launch party&#8221;. I have fixed most of the bugs you see in this video You can get the latest Snapper v4 BETA from here: http://blog.tanelpoder.com/files/scripts/snapper4.sql Please save it with &#8220;Save as&#8230;&#8221;, not copy &#38; paste to an editor, as some editors tend to mess up large pasted content. [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the video of Snapper v4.0 beta &#8220;launch party&#8221;. I have fixed most of the bugs you see in this video <img src='http://enkitec.tv/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can get the latest Snapper v4 BETA from here:</p>
<ul>
<li><a href="http://blog.tanelpoder.com/files/scripts/snapper4.sql" target="_blank"><span style="line-height: 13px;">http://blog.tanelpoder.com/files/scripts/snapper4.sql</span></a></li>
</ul>
<p>Please save it with &#8220;Save as&#8230;&#8221;, not copy &amp; paste to an editor, as some editors tend to mess up large pasted content.</p>
<p><iframe src="http://blip.tv/play/AYOO5jsA.html?p=1" height="480" width="600" allowfullscreen="" frameborder="0"></iframe></p>
<p>You can download most enkitec.tv videos also from iTunes Podcasting system and they tend to have better quality than the web version. Just subscribe to <a href="http://blip.tv/enkitectv/rss" target="_blank">http://blip.tv/enkitectv/rss</a> or search for EnkitecTV in the podcast directory!</p>
<p>&nbsp;</p>
<p><object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOO5jsA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOO5jsA" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2013/02/18/snapper-v4-beta-launch-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle Hacking Session with Tanel Poder from OakTableWorld (Oct 2012 in San Francisco)</title>
		<link>http://enkitec.tv/2012/10/15/oracle-hacking-session-with-tanel-poder-from-oaktableworld-oct-2012-in-san-francisco/</link>
		<comments>http://enkitec.tv/2012/10/15/oracle-hacking-session-with-tanel-poder-from-oaktableworld-oct-2012-in-san-francisco/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 18:51:09 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=58</guid>
		<description><![CDATA[I delivered a live Oracle hacking session at OakTableWorld in San Francisco two weeks ago and here&#8217;s the video (Thanks to Kyle Hailey &#38; co)! Note that this was a hacking session deliberately aimed to be fun and &#8220;hackerish&#8221; rather than useful. Do not try this in your production databases!!! The title is &#8220;Lots of [...]]]></description>
				<content:encoded><![CDATA[<p>I delivered a live Oracle hacking session at <a href="http://oaktableworld.com/" target="_blank">OakTableWorld</a> in San Francisco two weeks ago and here&#8217;s the video (Thanks to <a href="http://dboptimizer.com/" target="_blank">Kyle Hailey &amp; co</a>)!</p>
<p>Note that this was a hacking session deliberately aimed to be fun and &#8220;hackerish&#8221; rather than useful. Do <em>not</em> try this in your production databases!!! <img src='http://enkitec.tv/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The title is <strong>&#8220;Lots of undocumented, unknown and unnecessary features in Oracle!&#8221;</strong></p>
<p>You can watch it here:</p>
<p><iframe src="http://www.youtube.com/embed/rmVvFnlin9E?feature=player_embedded" frameborder="0" width="640" height="360"></iframe></p>
<p>Note that there are more videos available on <a href="http://oaktableworld.com/" target="_blank">OakTableWorld</a> website (and probably more will show up soon!)</p>
<p>Enjoy! <img src='http://enkitec.tv/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2012/10/15/oracle-hacking-session-with-tanel-poder-from-oaktableworld-oct-2012-in-san-francisco/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;My Perspective on Exadata&#8221; &#8211; Kerry Osborne interviewing Cary Millsap on E4 Stage</title>
		<link>http://enkitec.tv/2012/08/27/my-perspective-on-exadata-kerry-osborne-interviewing-cary-millsap-on-e4-stage/</link>
		<comments>http://enkitec.tv/2012/08/27/my-perspective-on-exadata-kerry-osborne-interviewing-cary-millsap-on-e4-stage/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 11:21:34 +0000</pubDate>
		<dc:creator>Tanel Poder</dc:creator>
				<category><![CDATA[Exadata]]></category>

		<guid isPermaLink="false">http://enkitec.tv/?p=39</guid>
		<description><![CDATA[Here&#8217;s the opening session&#8217;s video of the the Enkitec Extreme Exadata Expo conference. Kerry Osborne is interviewing Cary Millsap on Cary&#8217;s view on Oracle Exadata! Enjoy! iTunes link]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the opening session&#8217;s video of the the <a href="http://extremeexadata.com" target="_blank">Enkitec Extreme Exadata Expo</a> conference. <a href="http://kerryosborne.oracle-guy.com/" target="_blank">Kerry Osborne</a> is interviewing <a href="http://carymillsap.blogspot.com" target="_blank">Cary Millsap</a> on Cary&#8217;s view on Oracle Exadata!</p>
<p>Enjoy!</p>
<p><iframe src="http://blip.tv/play/AYOB62QA.html?p=1" frameborder="0" width="596" height="334"></iframe><br />
<object style="display: none;" width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://a.blip.tv/api.swf#AYOB62QA" /><embed style="display: none;" width="320" height="240" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOB62QA" /></object></p>
<p><a href="http://itunes.apple.com/sg/podcast/my-perspective-on-exadata/id429590866?i=119796315" target="_blank">iTunes link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://enkitec.tv/2012/08/27/my-perspective-on-exadata-kerry-osborne-interviewing-cary-millsap-on-e4-stage/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
