<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>NoviceSharing</title>
	<atom:link href="http://cwbrian.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cwbrian.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 28 Aug 2007 08:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cwbrian.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>NoviceSharing</title>
		<link>http://cwbrian.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cwbrian.wordpress.com/osd.xml" title="NoviceSharing" />
	<atom:link rel='hub' href='http://cwbrian.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[Oracle Sql] &#8211; set unlimited quota for user on tablespace</title>
		<link>http://cwbrian.wordpress.com/2007/08/28/oracle-sql-set-unlimited-quota-for-user-on-tablespace/</link>
		<comments>http://cwbrian.wordpress.com/2007/08/28/oracle-sql-set-unlimited-quota-for-user-on-tablespace/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 08:19:02 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[SQL Tips]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/08/28/oracle-sql-set-unlimited-quota-for-user-on-tablespace/</guid>
		<description><![CDATA[ALTER USER username IDENTIFIED BY password QUOTA UNLIMITED ON tablespace_name;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=12&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ALTER USER username<br />
IDENTIFIED BY password<br />
QUOTA UNLIMITED ON tablespace_name;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=12&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/08/28/oracle-sql-set-unlimited-quota-for-user-on-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[css] &#8211; stylesheet to solve incorrect page break in printing</title>
		<link>http://cwbrian.wordpress.com/2007/05/08/css-stylesheet-to-solve-incorrect-page-break-in-printing/</link>
		<comments>http://cwbrian.wordpress.com/2007/05/08/css-stylesheet-to-solve-incorrect-page-break-in-printing/#comments</comments>
		<pubDate>Tue, 08 May 2007 05:19:20 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/05/08/css-stylesheet-to-solve-incorrect-page-break-in-printing/</guid>
		<description><![CDATA[ Try to use this stylesheet for printing and it could solve your printing problem when it comes to multiple page printing, especially for table-based reports. @media print { h1            { page-break-before: always } h1, h2, h3, h4, h5, h6    { page-break-after: avoid } ul, ol, dl    { page-break-before: avoid } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=11&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> Try to use this stylesheet for printing and it could solve your printing problem when it comes to multiple page printing, especially for table-based reports.</p>
<p>@media print {<br />
h1            { page-break-before: always }<br />
h1, h2, h3,<br />
h4, h5, h6    { page-break-after: avoid }<br />
ul, ol, dl    { page-break-before: avoid }<br />
}</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=11&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/05/08/css-stylesheet-to-solve-incorrect-page-break-in-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[J2EE] All in one eclipse distribution</title>
		<link>http://cwbrian.wordpress.com/2007/04/13/j2ee-all-in-one-eclipse-distribution/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/13/j2ee-all-in-one-eclipse-distribution/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 07:20:07 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/13/j2ee-all-in-one-eclipse-distribution/</guid>
		<description><![CDATA[I&#8217;ve recently tested this distribution of eclipse that bundler with most of the much needed plugin, it cut down the time to setup a new eclipse, especially when you are working with spring, hibernate, tomcat and JBoss. http://www.easyeclipse.org/site/home/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=10&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently tested this distribution of eclipse that bundler with most of the much needed plugin, it cut down the time to setup a new eclipse, especially when you are working with spring, hibernate, tomcat and JBoss.</p>
<p>http://www.easyeclipse.org/site/home/</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=10&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/13/j2ee-all-in-one-eclipse-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[J2EE] Remote Service and web services using Spring</title>
		<link>http://cwbrian.wordpress.com/2007/04/11/j2ee-remote-service-and-web-services-using-spring/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/11/j2ee-remote-service-and-web-services-using-spring/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 01:49:17 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/11/j2ee-remote-service-and-web-services-using-spring/</guid>
		<description><![CDATA[I was trying to find out if Spring framework can provide remote service like EJB, and was able to find this article http://www.springframework.org/docs/reference/remoting.html Spring actually support Remote Service with the following technologies: Remote Method Invocation (RMI) Spring&#8217;s HTTP invoker Hessian Burlap JAX RPC JMS <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=9&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to find out if Spring framework can provide remote service like EJB, and was able to find this article</p>
<p>http://www.springframework.org/docs/reference/remoting.html</p>
<p>Spring actually support Remote Service with the following technologies:<br />
<em>Remote Method Invocation (RMI)<br />
Spring&#8217;s HTTP invoker<br />
Hessian<br />
Burlap<br />
JAX RPC<br />
JMS  </em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=9&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/11/j2ee-remote-service-and-web-services-using-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Freeware] Wink- Screen capture and demo tool</title>
		<link>http://cwbrian.wordpress.com/2007/04/10/freeware-wink-screen-capture-and-demo-tool/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/10/freeware-wink-screen-capture-and-demo-tool/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 06:04:41 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[Useful Tools]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/10/freeware-wink-screen-capture-and-demo-tool/</guid>
		<description><![CDATA[http://www.freeware4u.com/index.php?option=com_remository&#038;Itemid=26&#038;func=fileinfo&#038;id=101<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=8&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.freeware4u.com/index.php?option=com_remository&#038;Itemid=26&#038;func=fileinfo&#038;id=101</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=8&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/10/freeware-wink-screen-capture-and-demo-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Java] &#8211; Simple trick to export to excel</title>
		<link>http://cwbrian.wordpress.com/2007/04/05/java-simple-trick-to-export-to-excel/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/05/java-simple-trick-to-export-to-excel/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 08:12:14 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/05/java-simple-trick-to-export-to-excel/</guid>
		<description><![CDATA[Simply set the header to inform browser that the content type is for xls application. response.setHeader(&#8220;Content-type&#8221;,&#8221;application/vnd.ms-excel&#8221;); response.setHeader(&#8220;Content-disposition&#8221;,&#8221;inline; filename=myfilename.xls&#8221;);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=7&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simply set the header to inform browser that the content type is for xls application.</p>
<p>response.setHeader(&#8220;Content-type&#8221;,&#8221;application/vnd.ms-excel&#8221;);</p>
<p>response.setHeader(&#8220;Content-disposition&#8221;,&#8221;inline; filename=myfilename.xls&#8221;);</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=7&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/05/java-simple-trick-to-export-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Oracle] &#8211; End Line Char [enter]</title>
		<link>http://cwbrian.wordpress.com/2007/04/05/oracle-end-line-char-enter/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/05/oracle-end-line-char-enter/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 06:20:15 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[SQL Tips]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/05/oracle-end-line-char-enter/</guid>
		<description><![CDATA[chr(10) and chr(13) is the end line char. chr(10) &#124;&#124; chr(13) is equivalent to [enter] key in windows.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=6&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>chr(10) and chr(13)  is the end line char.</p>
<p>chr(10) || chr(13) is equivalent to [enter] key in windows.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=6&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/05/oracle-end-line-char-enter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Oracle] &#8211; SQL to list all tables</title>
		<link>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-list-all-tables/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-list-all-tables/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 06:05:53 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[SQL Tips]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-list-all-tables/</guid>
		<description><![CDATA[SELECT TNAME FROM TAB;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=5&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SELECT TNAME FROM TAB;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=5&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-list-all-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Oracle] SQL to optimize performance</title>
		<link>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-optimize-performance/</link>
		<comments>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-optimize-performance/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 05:53:29 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[SQL Tips]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-optimize-performance/</guid>
		<description><![CDATA[You can try to run the following statement to improve the performance of table querying. ANALYZE TABLE &#60;table_name&#62; COMPUTE STATISTICS; If your table is big enough, it will drastically improve the query timing. This may not be the best way to improve the performance as some school of thought suggested that this is &#8216;old-fashioned&#8217; way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=4&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can try to run the following statement to improve the performance of table querying.</p>
<p>ANALYZE TABLE &lt;table_name&gt; COMPUTE STATISTICS;</p>
<p>If your table is big enough, it will drastically improve the query timing.</p>
<p>This may not be the best way to improve the performance as some school of thought suggested that this is &#8216;old-fashioned&#8217; way of performance optimization.</p>
<p>Do read more if you are serious about performance optimization. I found this link which may be useful to you: http://www.stanford.edu/dept/itss/docs/oracle/10g/text.101/b10729/aoptim.htm</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=4&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/04/04/oracle-sql-to-optimize-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
		<item>
		<title>[Oracle] &#8211; Check for any NON-NUMERIC value in a column</title>
		<link>http://cwbrian.wordpress.com/2007/03/30/oracle-check-for-any-non-numeric-value-in-a-column/</link>
		<comments>http://cwbrian.wordpress.com/2007/03/30/oracle-check-for-any-non-numeric-value-in-a-column/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 03:30:38 +0000</pubDate>
		<dc:creator>cwbrian</dc:creator>
				<category><![CDATA[SQL Tips]]></category>

		<guid isPermaLink="false">http://cwbrian.wordpress.com/2007/03/30/oracle-check-for-any-non-numeric-value-in-a-column/</guid>
		<description><![CDATA[select * from table_name where instr(translate(column_name, &#8217;0123456789&#8242;, &#8216;XXXXXXXXXX&#8217;),&#8217;X') != length(column_name); Only record with NON-NUMERIC value in column_name will be displayed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=3&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>select *<br />
from table_name<br />
where<br />
instr(translate(column_name,<br />
&#8217;0123456789&#8242;,<br />
&#8216;XXXXXXXXXX&#8217;),&#8217;X') != length(column_name);</p>
<p><em>Only record with  NON-NUMERIC value in column_name will be displayed.</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwbrian.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwbrian.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwbrian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwbrian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwbrian.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwbrian.wordpress.com&amp;blog=930100&amp;post=3&amp;subd=cwbrian&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cwbrian.wordpress.com/2007/03/30/oracle-check-for-any-non-numeric-value-in-a-column/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/325596250d2cb6c655e44f5b17b1cbd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwbrian</media:title>
		</media:content>
	</item>
	</channel>
</rss>
