<?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: @About</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 07:01:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe Hart</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-564</link>
		<dc:creator>Joe Hart</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-564</guid>
		<description>Thanks for the quick (and thorough) response, Michael.  That&#039;s exactly what I needed to know!  I appreciate the exam tips and links as well.

- Joe</description>
		<content:encoded><![CDATA[<p>Thanks for the quick (and thorough) response, Michael.  That&#8217;s exactly what I needed to know!  I appreciate the exam tips and links as well.</p>
<p>- Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-559</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Thu, 15 Jan 2009 05:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-559</guid>
		<description>Joe,

I didn&#039;t actually write the book to target that exam but it covers the material that&#039;ll be on the exam. There&#039;s actually more in this edition about control structures and variable types than in the prior Oracle Database 10g PL/SQL Programming. Watch out for nuances on &lt;code&gt;DBMS_OUTPUT&lt;/code&gt;, and database triggers. The &lt;code&gt;FOLLOWS&lt;/code&gt; command in Oracle 11g is a nice tidbit to master, as well as compound triggers. Some last minute corrections didn&#039;t make it into the book, so I&#039;d snag the &lt;a href=&quot;http://blog.mclaughlinsoftware.com/2008/04/17/oracle-database-11g-plsql-new-features/&quot; rel=&quot;nofollow&quot;&gt;Oracle Database 11g New Features&lt;/a&gt; from the presentation I made last spring at the Utah Oracle User&#039;s Group. You might also get caught by a question on decrementing a &lt;code&gt;FOR&lt;/code&gt;-loop, so you should understand the &lt;code&gt;REVERSE&lt;/code&gt; key word. You can check this blog post for a &lt;a href=&quot;http://blog.mclaughlinsoftware.com/2008/05/21/reversing-direction-in-a-plsql-range-for-loop/&quot; rel=&quot;nofollow&quot;&gt;quick example&lt;/a&gt;.

More or less, that exam mirrors the course material presented by Oracle in their courses. For example, the certification exam should cover more or less this:

&lt;pre lang=&quot;TEXT&quot;&gt;
- Conditionally control code flow (loops, control structures).
- Design and use PL/SQL packages to group and contain related
  constructs.
- Create triggers to solve business challenges.
- Use some of the Oracle supplied PL/SQL packages to generate
  screen output and file output.
- Create anonymous PL/SQL blocks of code.
- Declare PL/SQL variables.
&lt;/pre&gt;

Hope this helps,
Michael</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>I didn&#8217;t actually write the book to target that exam but it covers the material that&#8217;ll be on the exam. There&#8217;s actually more in this edition about control structures and variable types than in the prior Oracle Database 10g PL/SQL Programming. Watch out for nuances on <code>DBMS_OUTPUT</code>, and database triggers. The <code>FOLLOWS</code> command in Oracle 11g is a nice tidbit to master, as well as compound triggers. Some last minute corrections didn&#8217;t make it into the book, so I&#8217;d snag the <a href="http://blog.mclaughlinsoftware.com/2008/04/17/oracle-database-11g-plsql-new-features/" rel="nofollow">Oracle Database 11g New Features</a> from the presentation I made last spring at the Utah Oracle User&#8217;s Group. You might also get caught by a question on decrementing a <code>FOR</code>-loop, so you should understand the <code>REVERSE</code> key word. You can check this blog post for a <a href="http://blog.mclaughlinsoftware.com/2008/05/21/reversing-direction-in-a-plsql-range-for-loop/" rel="nofollow">quick example</a>.</p>
<p>More or less, that exam mirrors the course material presented by Oracle in their courses. For example, the certification exam should cover more or less this:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">- Conditionally control code flow (loops, control structures).
- Design and use PL/SQL packages to group and contain related
  constructs.
- Create triggers to solve business challenges.
- Use some of the Oracle supplied PL/SQL packages to generate
  screen output and file output.
- Create anonymous PL/SQL blocks of code.
- Declare PL/SQL variables.</pre></div></div>

<p>Hope this helps,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hart</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-557</link>
		<dc:creator>Joe Hart</dc:creator>
		<pubDate>Wed, 14 Jan 2009 22:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-557</guid>
		<description>Hi Michael,

My co-workers and I are wanting to become PL/SQL certified (OCA) and are looking for exam preparation materials for the 1Z0-147 exam (Program with PL/SQL).

We found an Oracle press book for the SQL fundamentals prepatory exam (1Z0-051), but are unable to find a text that deals directly with the 1Z0-147 test.

Would your Oracle Database 11g PL/SQL Programming book cover the topics on that exam?  If not, do you know of any other books that cover the required material?

Thanks in advance for your time,

Joe Hart
Sr. Software Engineer
jhartdude@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>My co-workers and I are wanting to become PL/SQL certified (OCA) and are looking for exam preparation materials for the 1Z0-147 exam (Program with PL/SQL).</p>
<p>We found an Oracle press book for the SQL fundamentals prepatory exam (1Z0-051), but are unable to find a text that deals directly with the 1Z0-147 test.</p>
<p>Would your Oracle Database 11g PL/SQL Programming book cover the topics on that exam?  If not, do you know of any other books that cover the required material?</p>
<p>Thanks in advance for your time,</p>
<p>Joe Hart<br />
Sr. Software Engineer<br />
<a href="mailto:jhartdude@gmail.com">jhartdude@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-2</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Fri, 17 Oct 2008 23:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-2</guid>
		<description>Wayne, that&#039;s a great observation. While it started out that way it isn&#039;t any longer, so I&#039;ve dropped the Oracle from the title. Thanks.</description>
		<content:encoded><![CDATA[<p>Wayne, that&#8217;s a great observation. While it started out that way it isn&#8217;t any longer, so I&#8217;ve dropped the Oracle from the title. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Hartman</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-3</link>
		<dc:creator>Wayne Hartman</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-3</guid>
		<description>Interesting site dedicated to none other than Oracle! :P</description>
		<content:encoded><![CDATA[<p>Interesting site dedicated to none other than Oracle! <img src='http://blog.mclaughlinsoftware.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiv</title>
		<link>http://blog.mclaughlinsoftware.com/about/comment-page-1/#comment-5</link>
		<dc:creator>shiv</dc:creator>
		<pubDate>Tue, 01 Jul 2008 05:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mclaughlinsoftware.com/?page_id=8#comment-5</guid>
		<description>Hi Michael, nice start and very useful articles.

good luck .. . shiv</description>
		<content:encoded><![CDATA[<p>Hi Michael, nice start and very useful articles.</p>
<p>good luck .. . shiv</p>
]]></content:encoded>
	</item>
</channel>
</rss>
