<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.1.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>MyOraclePortal (MOP Blog)</title>
		<link>http://www.myoracleportal.net/blog1.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://www.myoracleportal.net/blog1.php?tempskin=_rss2" />
		<description>Our goal is to encourage open exchange of ideas between Oracle related Professionals</description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.1.2"/>
		<ttl>60</ttl>
				<item>
			<title>Transform rows to delimited string value using SQL</title>
			<link>http://www.myoracleportal.net/blog1.php/2012/03/06/transform-rows-to-delimited-string</link>
			<pubDate>Tue, 06 Mar 2012 22:42:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">OracleSQL</category>			<guid isPermaLink="false">134@http://www.myoracleportal.net/</guid>
						<description>Now to go the other way...

Prior to Oracle 11gR2, this required a number of creative solutions that can be found on AskTom.oracle.com.
 
Now you can use a built-in listagg aggreation utility.
 
e.g. listagg (ename, &#039;,&#039;)
 
where you can pass in&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2012/03/06/transform-rows-to-delimited-string&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Now to go the other way...

Prior to Oracle 11gR2, this required a number of creative solutions that can be found on AskTom.oracle.com.
 
Now you can use a built-in listagg aggreation utility.
 
e.g. listagg (ename, ',')
 
where you can pass in&hellip;<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2012/03/06/transform-rows-to-delimited-string">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2012/03/06/transform-rows-to-delimited-string#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=134</wfw:commentRss>
		</item>
				<item>
			<title>Transform delimited string to rows using SQL</title>
			<link>http://www.myoracleportal.net/blog1.php/2012/03/06/transform-delimited-string-to-rows</link>
			<pubDate>Tue, 06 Mar 2012 22:40:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">OracleSQL</category>			<guid isPermaLink="false">133@http://www.myoracleportal.net/</guid>
						<description>This is a nifty little SQL for taking a field with multiple words, and parsing each word into a separate rows based upon spaces. The text in bold is the core SQL of data you wish to work with thus you can add conditions there to filter the data desired.&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2012/03/06/transform-delimited-string-to-rows&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[This is a nifty little SQL for taking a field with multiple words, and parsing each word into a separate rows based upon spaces. The text in bold is the core SQL of data you wish to work with thus you can add conditions there to filter the data desired.<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2012/03/06/transform-delimited-string-to-rows">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2012/03/06/transform-delimited-string-to-rows#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=133</wfw:commentRss>
		</item>
				<item>
			<title>Who Called Me - Debug Tool - Seeded Feature</title>
			<link>http://www.myoracleportal.net/blog1.php/2012/02/29/who-called-me-debug-tool</link>
			<pubDate>Wed, 29 Feb 2012 14:21:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">OracleSQL</category>			<guid isPermaLink="false">132@http://www.myoracleportal.net/</guid>
						<description>When working with complex operations and logic, it can be quite difficult understand the flow of data when problems come up. I have built WHO CALLED ME type logic components and they have been very helpful as debugging tools. I simply leverage them with&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2012/02/29/who-called-me-debug-tool&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[When working with complex operations and logic, it can be quite difficult understand the flow of data when problems come up. I have built WHO CALLED ME type logic components and they have been very helpful as debugging tools. I simply leverage them with&hellip;<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2012/02/29/who-called-me-debug-tool">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2012/02/29/who-called-me-debug-tool#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=132</wfw:commentRss>
		</item>
				<item>
			<title>Oracle Support Mobile Edition Now Available</title>
			<link>http://www.myoracleportal.net/blog1.php/2011/12/31/oracle-support-mobile-edition-now</link>
			<pubDate>Sat, 31 Dec 2011 20:16:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">General</category>			<guid isPermaLink="false">131@http://www.myoracleportal.net/</guid>
						<description>Excerpt from Oracle Announcement :
This first release of My Oracle Support Mobile focuses on the most frequent customer activities, namely viewing and updating Service Requests (SRs). We plan to release&amp;#160;additional capabilities in the near future. Pleas&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2011/12/31/oracle-support-mobile-edition-now&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Excerpt from Oracle Announcement :
This first release of My Oracle Support Mobile focuses on the most frequent customer activities, namely viewing and updating Service Requests (SRs). We plan to release&#160;additional capabilities in the near future. Pleas&hellip;<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2011/12/31/oracle-support-mobile-edition-now">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2011/12/31/oracle-support-mobile-edition-now#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=131</wfw:commentRss>
		</item>
				<item>
			<title>Why Lines-of-Code is a Silly Metric</title>
			<link>http://www.myoracleportal.net/blog1.php/2011/12/23/why-lines-of-code-is</link>
			<pubDate>Fri, 23 Dec 2011 18:21:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">General</category>			<guid isPermaLink="false">130@http://www.myoracleportal.net/</guid>
						<description>Using metrics to measure progress is not inherently bad, but you have to make sure that you measure meaningful things. Measuring business value delivered over time is a good idea (if you can find a way to do it). Measuring lines of code is not. Why? Because on its own, a line of code is not particularly meaningful. If programmer A takes 100 lines of code to achieve the same functionality that takes programmer B 10 lines, is A ten times as productive as B? Quite the opposite.&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2011/12/23/why-lines-of-code-is&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Using metrics to measure progress is not inherently bad, but you have to make sure that you measure meaningful things. Measuring business value delivered over time is a good idea (if you can find a way to do it). Measuring lines of code is not. Why? Because on its own, a line of code is not particularly meaningful. If programmer A takes 100 lines of code to achieve the same functionality that takes programmer B 10 lines, is A ten times as productive as B? Quite the opposite.<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2011/12/23/why-lines-of-code-is">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2011/12/23/why-lines-of-code-is#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=130</wfw:commentRss>
		</item>
				<item>
			<title>PLSQL FTP Update</title>
			<link>http://www.myoracleportal.net/blog1.php/2011/12/04/plsql-ftp-update</link>
			<pubDate>Sun, 04 Dec 2011 17:07:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">General</category>			<guid isPermaLink="false">129@http://www.myoracleportal.net/</guid>
						<description>Though not published online yet, I have made the promised updates to the FTP code that will introduce the following :


  MPUT
  MGET
  LOB enhancement to expedite data transfers
  Enhanced Debugging
  XML Formatting of NLST
  Obscuration of Use&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2011/12/04/plsql-ftp-update&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Though not published online yet, I have made the promised updates to the FTP code that will introduce the following :


  MPUT
  MGET
  LOB enhancement to expedite data transfers
  Enhanced Debugging
  XML Formatting of NLST
  Obscuration of Use&hellip;<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2011/12/04/plsql-ftp-update">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2011/12/04/plsql-ftp-update#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=129</wfw:commentRss>
		</item>
				<item>
			<title>From-Spoofing</title>
			<link>http://www.myoracleportal.net/blog1.php/2011/11/19/from-spoofing</link>
			<pubDate>Sat, 19 Nov 2011 23:56:00 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">General</category>			<guid isPermaLink="false">128@http://www.myoracleportal.net/</guid>
						<description>If you are getting spam from this domain, let me apologize in advance. Unfortunately, From-Spoofing is one of the most common spam methods in use for which there is no defense. Let me reassure you, that I have and never will participate in spam type acti&amp;hellip;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2011/11/19/from-spoofing&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[If you are getting spam from this domain, let me apologize in advance. Unfortunately, From-Spoofing is one of the most common spam methods in use for which there is no defense. Let me reassure you, that I have and never will participate in spam type acti&hellip;<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2011/11/19/from-spoofing">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2011/11/19/from-spoofing#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=128</wfw:commentRss>
		</item>
				<item>
			<title>Rams' ten principles of "good design"</title>
			<link>http://www.myoracleportal.net/blog1.php/2011/11/04/rams-ten-principles-of-good-design</link>
			<pubDate>Fri, 04 Nov 2011 15:13:54 +0000</pubDate>			<dc:creator>Barry Chase</dc:creator>
			<category domain="main">General</category>			<guid isPermaLink="false">127@http://www.myoracleportal.net/</guid>
						<description>Dieter Rams (born May 20, 1932 in Wiesbaden, Hesse) is a German industrial designer closely associated with the consumer products company Braun and the Functionalist school of industrial design.Is as little design as possible - Less, but better &amp;#8211; because it concentrates on the essential aspects, and the products are not burdened with non-essentials. Back to purity, back to simplicity.&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.myoracleportal.net/blog1.php/2011/11/04/rams-ten-principles-of-good-design&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[Dieter Rams (born May 20, 1932 in Wiesbaden, Hesse) is a German industrial designer closely associated with the consumer products company Braun and the Functionalist school of industrial design.Is as little design as possible - Less, but better &#8211; because it concentrates on the essential aspects, and the products are not burdened with non-essentials. Back to purity, back to simplicity.<div class="item_footer"><p><small><a href="http://www.myoracleportal.net/blog1.php/2011/11/04/rams-ten-principles-of-good-design">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.myoracleportal.net/blog1.php/2011/11/04/rams-ten-principles-of-good-design#comments</comments>
			<wfw:commentRss>http://www.myoracleportal.net/blog1.php?tempskin=_rss2&#38;disp=comments&#38;p=127</wfw:commentRss>
		</item>
			</channel>
</rss>

