<?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>Takahisa's Weblog &#187; oracle</title>
	<atom:link href="http://takahisa.info/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://takahisa.info</link>
	<description>weblog of lifetips?</description>
	<lastBuildDate>Fri, 02 Sep 2011 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>output oracle sql query result to file</title>
		<link>http://takahisa.info/2008/09/21/output-oracle-sql-query-result-to-file/</link>
		<comments>http://takahisa.info/2008/09/21/output-oracle-sql-query-result-to-file/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 06:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=81</guid>
		<description><![CDATA[taka@ns2#~&#62;sqlplus SQL*Plus: Release 10.2.0.3.0 &#8211; Production on Sun Sep 21 16:32:13 2008   Copyright (c) 1982, 2006, Oracle.  All Rights Reserved. Enter user-name: xxxxx Enter password:  Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bit Production With the Partitioning, OLAP and Data Mining options   SQL&#62; spool sql.lst SQL&#62; select * from academic; [...]]]></description>
			<content:encoded><![CDATA[<p>taka@ns2#~&gt;sqlplus</p>
<p>SQL*Plus: Release 10.2.0.3.0 &#8211; Production on Sun Sep 21 16:32:13 2008</p>
<p> </p>
<p>Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.</p>
<p>Enter user-name: xxxxx</p>
<p>Enter password: </p>
<p>Connected to:</p>
<p>Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bit Production</p>
<p>With the Partitioning, OLAP and Data Mining options</p>
<p> </p>
<p>SQL&gt; spool sql.lst</p>
<p>SQL&gt; select * from academic;</p>
<p>     ACNUM    DEPTNUM FAMNAME              GIVENAME             INITIALS</p>
<p>&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;-</p>
<p>** rows selected.</p>
<p>SQL&gt; spool off</p>
<p> </p>
<p> sql.lst is saved at your home directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/09/21/output-oracle-sql-query-result-to-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

