<?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"
	>
<channel>
	<title>Comments on: Generate a string of any size</title>
	<atom:link href="http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Tue, 07 Oct 2008 06:32:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: OraQA &#187; Blog Archive &#187; How to generate a histogram using SQL</title>
		<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/#comment-2023</link>
		<dc:creator>OraQA &#187; Blog Archive &#187; How to generate a histogram using SQL</dc:creator>
		<pubDate>Tue, 07 Mar 2006 06:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=143#comment-2023</guid>
		<description>&lt;p&gt;[...] Read more about generating strings here and here. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Read more about generating strings here and here. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More on Generating Strings &#124; Eddie Awad&#39;s Blog</title>
		<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/#comment-436</link>
		<dc:creator>More on Generating Strings &#124; Eddie Awad&#39;s Blog</dc:creator>
		<pubDate>Tue, 06 Dec 2005 21:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=143#comment-436</guid>
		<description>&lt;p&gt;[...] A while ago I blogged about how you could use the rpad function to generate a string of any length. Kristian suggested another way to do it, using the dbms_random.string function. In this post, I will write about what I have noticed when using the two approaches. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] A while ago I blogged about how you could use the rpad function to generate a string of any length. Kristian suggested another way to do it, using the dbms_random.string function. In this post, I will write about what I have noticed when using the two approaches. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/#comment-249</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Tue, 25 Oct 2005 23:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=143#comment-249</guid>
		<description>&lt;p&gt;Kristian, your query works as well. Thanks for this great tip.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kristian, your query works as well. Thanks for this great tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian MyllymÃ¤ki</title>
		<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/#comment-248</link>
		<dc:creator>Kristian MyllymÃ¤ki</dc:creator>
		<pubDate>Tue, 25 Oct 2005 14:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=143#comment-248</guid>
		<description>&lt;p&gt;Have you tried&lt;/p&gt;

&lt;pre&gt;select dbms_random.string(NULL,10) from dual;&lt;/pre&gt;

&lt;p&gt;The second argument specifies the length of the string. The first one specifies some string options, but I haven't researched that any deeper.&lt;/p&gt;

&lt;p&gt;/Kristian&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you tried</p>
<pre>select dbms_random.string(NULL,10) from dual;</pre>
<p>The second argument specifies the length of the string. The first one specifies some string options, but I haven&#8217;t researched that any deeper.</p>
<p>/Kristian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom_Fox</title>
		<link>http://awads.net/wp/2005/10/18/generate-a-string-of-any-size/#comment-227</link>
		<dc:creator>Tom_Fox</dc:creator>
		<pubDate>Tue, 18 Oct 2005 14:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=143#comment-227</guid>
		<description>&lt;p&gt;It's always these types of things that trouble me.  Good show!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s always these types of things that trouble me.  Good show!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
