<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQLULDR2功能增加, 性能不减</title>
	<atom:link href="http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html</link>
	<description>Oracle DBA,MySQL DBA, 数据恢复, 数据迁移, 报表软件, 性能优化, 系统监控</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:27:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: logo素材</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2867</link>
		<dc:creator>logo素材</dc:creator>
		<pubDate>Sat, 16 Jan 2010 09:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2867</guid>
		<description>写得不错</description>
		<content:encoded><![CDATA[<p>写得不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbatools</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2863</link>
		<dc:creator>dbatools</dc:creator>
		<pubDate>Mon, 11 Jan 2010 12:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2863</guid>
		<description>还没有想过要实现这个按列值自动分写多个文件的功能.</description>
		<content:encoded><![CDATA[<p>还没有想过要实现这个按列值自动分写多个文件的功能.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1t</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2862</link>
		<dc:creator>l1t</dc:creator>
		<pubDate>Mon, 11 Jan 2010 12:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2862</guid>
		<description>能否实现1遍全表扫描达到下列shell脚本写法的效果，ml没有索引


ociuldr.bin user=aa/aa query=&quot;select * from hsg where ml=&#039;A&#039;&quot; head=Yes file=&#039;hsgA.txt&#039;
ociuldr.bin user=aa/aa query=&quot;select * from hsg where ml=&#039;B&#039;&quot; head=Yes file=&#039;hsgB.txt&#039;
...
ociuldr.bin user=aa/aa query=&quot;select * from hsg where ml=&#039;Z&#039;&quot; head=Yes file=&#039;hsgZ.txt&#039;</description>
		<content:encoded><![CDATA[<p>能否实现1遍全表扫描达到下列shell脚本写法的效果，ml没有索引</p>
<p>ociuldr.bin user=aa/aa query=&#8221;select * from hsg where ml=&#8217;A'&#8221; head=Yes file=&#8217;hsgA.txt&#8217;<br />
ociuldr.bin user=aa/aa query=&#8221;select * from hsg where ml=&#8217;B'&#8221; head=Yes file=&#8217;hsgB.txt&#8217;<br />
&#8230;<br />
ociuldr.bin user=aa/aa query=&#8221;select * from hsg where ml=&#8217;Z'&#8221; head=Yes file=&#8217;hsgZ.txt&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2859</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Fri, 08 Jan 2010 11:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2859</guid>
		<description>这个应当属于逻辑上的Bug吧. 自已用时都没有设上这个选择, 所以没有发现问题, 谢谢你的反馈.</description>
		<content:encoded><![CDATA[<p>这个应当属于逻辑上的Bug吧. 自已用时都没有设上这个选择, 所以没有发现问题, 谢谢你的反馈.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meta</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2858</link>
		<dc:creator>meta</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2858</guid>
		<description>你好，我下载了新的sqluldr，生成时间是1月4日那个，发现如果加上head=yes的话，在最后一个列名后面有一个有一个多余的列分隔符，不知道这是不是一个bug。</description>
		<content:encoded><![CDATA[<p>你好，我下载了新的sqluldr，生成时间是1月4日那个，发现如果加上head=yes的话，在最后一个列名后面有一个有一个多余的列分隔符，不知道这是不是一个bug。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLULDR2功能增加, 性能不减 &#124; 懒人运维</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2765</link>
		<dc:creator>SQLULDR2功能增加, 性能不减 &#124; 懒人运维</dc:creator>
		<pubDate>Sun, 08 Nov 2009 03:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2765</guid>
		<description>[...]  点击此处查看全文  AKPC_IDS += &quot;1836,&quot;;Popularity: unranked [?] 注意: 转载本站文章时，请复制粘贴下面的代码到文章底部，以标明文章原出处和链接。 转载自&lt;a href=&quot;http://www.lazysa.com/2009/11/1836.html&quot; title=&quot;SQLULDR2功能增加, 性能不减&quot; rel=&quot;bookmark&quot;&gt;SQLULDR2功能增加, 性能不减 &#124; 懒人运维&lt;/a&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...]  点击此处查看全文  AKPC_IDS += &quot;1836,&quot;;Popularity: unranked [?] 注意: 转载本站文章时，请复制粘贴下面的代码到文章底部，以标明文章原出处和链接。 转载自&lt;a href=&quot;http://www.lazysa.com/2009/11/1836.html&quot; title=&quot;SQLULDR2功能增加, 性能不减&quot; rel=&quot;bookmark&quot;&gt;SQLULDR2功能增加, 性能不减 | 懒人运维&lt;/a&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 老狼</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2756</link>
		<dc:creator>老狼</dc:creator>
		<pubDate>Thu, 05 Nov 2009 08:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2756</guid>
		<description>看来外面包个shell脚本了,多谢博主回复！</description>
		<content:encoded><![CDATA[<p>看来外面包个shell脚本了,多谢博主回复！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2755</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2755</guid>
		<description>用程序去解析这样的规则定义不容易, 建议是加在Where条件中, 然后运行多次.</description>
		<content:encoded><![CDATA[<p>用程序去解析这样的规则定义不容易, 建议是加在Where条件中, 然后运行多次.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 老狼</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2754</link>
		<dc:creator>老狼</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2754</guid>
		<description>是否可以判断某一列的内容来导出时就拆分成不同的文件放到不同的目录</description>
		<content:encoded><![CDATA[<p>是否可以判断某一列的内容来导出时就拆分成不同的文件放到不同的目录</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbatools</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2750</link>
		<dc:creator>dbatools</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2750</guid>
		<description>还没有, 这两天太忙, 过几天吧.</description>
		<content:encoded><![CDATA[<p>还没有, 这两天太忙, 过几天吧.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1t</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2749</link>
		<dc:creator>l1t</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2749</guid>
		<description>是否发布了,我下载的还是10.27的</description>
		<content:encoded><![CDATA[<p>是否发布了,我下载的还是10.27的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大地工作室</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2748</link>
		<dc:creator>大地工作室</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2748</guid>
		<description>不错哦，我也开了一个博客，有空大家经常交流...</description>
		<content:encoded><![CDATA[<p>不错哦，我也开了一个博客，有空大家经常交流&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 最好用的文件夹加密软件</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2747</link>
		<dc:creator>最好用的文件夹加密软件</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2747</guid>
		<description>维一一款被&quot;中国软件技术大会组委会专家组&quot;评为2007年企业应用类优秀软件奖的加密软件.
从事文件／文件夹的加密研究工作多年，多种原创加密技术，加密的文件夹可防删、防复制、防移动、防剪切;支持U盘控制等。打造国人品质一流的文件与文件夹加密软件。</description>
		<content:encoded><![CDATA[<p>维一一款被&#8221;中国软件技术大会组委会专家组&#8221;评为2007年企业应用类优秀软件奖的加密软件.<br />
从事文件／文件夹的加密研究工作多年，多种原创加密技术，加密的文件夹可防删、防复制、防移动、防剪切;支持U盘控制等。打造国人品质一流的文件与文件夹加密软件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 软件开发</title>
		<link>http://www.anysql.net/tools/sqluldr2-high-perf-insert-unload.html/comment-page-1#comment-2746</link>
		<dc:creator>软件开发</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/?p=714#comment-2746</guid>
		<description>很不错的博客,交换下友情链接不?</description>
		<content:encoded><![CDATA[<p>很不错的博客,交换下友情链接不?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
