<?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>Ross Goodman &#187; Oracle</title>
	<atom:link href="http://www.rossgoodman.com/category/work/oracle-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rossgoodman.com</link>
	<description>Me; What I Do; What I Like !</description>
	<lastBuildDate>Fri, 16 Dec 2011 01:19:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Oracle SQL Developer and Commas</title>
		<link>http://www.rossgoodman.com/2011/10/13/oracle-sql-developer-and-commas/</link>
		<comments>http://www.rossgoodman.com/2011/10/13/oracle-sql-developer-and-commas/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:31:40 +0000</pubDate>
		<dc:creator>Ross (Admin)</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Oracle SQLDeveloper Export CSV XLS]]></category>

		<guid isPermaLink="false">http://www.rossgoodman.com/2011/10/13/oracle-sql-developer-and-commas/</guid>
		<description><![CDATA[Just found an interesting feature in SQL Developer 3 I created a dataset that contained two columns of numbers that I wanted to quickly get into excel. I choose, export in CSV format to clipboard so that I could quickly paste it into an existing spreadsheet. My dataset contained: 1234, 5678 2345, 6789 3456, 7890 <a href='http://www.rossgoodman.com/2011/10/13/oracle-sql-developer-and-commas/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Just found an interesting feature in SQL Developer 3</p>
<p>I created a dataset that contained two columns of numbers that I wanted to quickly get into excel. I choose, export in CSV format to clipboard so that I could quickly paste it into an existing spreadsheet.</p>
<p>My dataset contained:</p>
<p>1234, 5678   <br />2345, 6789    <br />3456, 7890</p>
<p>The data that was exported was:</p>
<p>12,345,678   <br />23,456,789    <br />34,567,890</p>
<p>Have to export to an xls file, open it then copy and paste – YAWN !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossgoodman.com/2011/10/13/oracle-sql-developer-and-commas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Datatype Conversions</title>
		<link>http://www.rossgoodman.com/2009/04/15/oracle-datatype-conversions/</link>
		<comments>http://www.rossgoodman.com/2009/04/15/oracle-datatype-conversions/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:21:22 +0000</pubDate>
		<dc:creator>Ross (Admin)</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[DataType]]></category>

		<guid isPermaLink="false">http://www.rossgoodman.com/?p=345</guid>
		<description><![CDATA[Last week I gave a colleague a demonstration on why, if you have numbers stored in a character string you should convert them explicitly to numbers: select &#8216;Yes&#8217; from dual where &#8217;1000&#8242; between &#8217;000&#8242; and &#8217;999&#8242;; &#8216;YES&#8217; &#8212;&#8211; Yes]]></description>
			<content:encoded><![CDATA[<p>Last week I gave a colleague a demonstration on why, if you have numbers stored in a character string you should convert them explicitly to numbers:</p>
<blockquote><p>select  &#8216;Yes&#8217;<br />
    from    dual<br />
    where   &#8217;1000&#8242;   between &#8217;000&#8242; and   &#8217;999&#8242;;</p>
<p>&#8216;YES&#8217;<br />
&#8212;&#8211;<br />
Yes </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rossgoodman.com/2009/04/15/oracle-datatype-conversions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Tell Me When The DB Is Back</title>
		<link>http://www.rossgoodman.com/2009/04/07/tell-me-when-the-db-is-back/</link>
		<comments>http://www.rossgoodman.com/2009/04/07/tell-me-when-the-db-is-back/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 21:51:10 +0000</pubDate>
		<dc:creator>Ross (Admin)</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[TNSPing]]></category>

		<guid isPermaLink="false">http://www.rossgoodman.com/?p=339</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.rossgoodman.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-339">Password:<br />
<input name="post_password" id="pwbox-339" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.rossgoodman.com/2009/04/07/tell-me-when-the-db-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

