<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/kj110" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/kj110" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 28 Aug 2008 15:57:00 GMT</lastBuildDate><title>骄阳似火</title><description>JUST DO IT</description><link>http://blog.csdn.net/kj110/</link><item><title>ORACLE使用HINT的方法</title><link>http://blog.csdn.net/kj110/archive/2008/08/28/2844203.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/2844203.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/2844203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2844203</trackback:ping><description>1. /*+ALL_ROWS*/&lt;BR&gt;表明对语句块选择基于开销的优化方法,并获得最佳吞吐量,使资源消耗最小化.&lt;BR&gt;例如:&lt;BR&gt;SELECT /*+ALL+_ROWS*/ EMP_NO,EMP_NAM,DAT_IN FROM BSEMPMS WHERE EMP_NO='SCOTT'; &lt;BR&gt;2. /*+FIRST_ROWS*/&lt;BR&gt;表明对语句块选择基于开销的优化方法,并获得最佳响应时间,使资源消耗最小化.&lt;BR&gt;例如:&lt;BR&gt;SELECT /*+FIRST_ROWS*/ EMP_NO,EMP_NAM,DAT_IN FROM BSEMPMS WHERE EMP_NO='SCOTT';&lt;BR&gt;&lt;BR&gt;3. /*+CHOOSE*/&lt;BR&gt;表明如果数据字典中有访问表的统计信息,将基于开销的优化方法,并获得最佳的吞吐量;&lt;BR&gt;表明如果数据字典中没有访问表的统计信息,将基于规则开销的优化方法;&lt;BR&gt;例如:&lt;BR&gt;SELECT /*+CHOOSE*/ EMP_NO,EMP_NAM,DAT_IN FROM BSEMPMS WHERE EMP_NO='SCOTT';&lt;BR&gt;&lt;BR&gt;4. /&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/2844203.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Aug 2008 23:57:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2008/08/28/2844203.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2008/08/28/2844203.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>oracle的分析函数over 及开窗函数</title><link>http://blog.csdn.net/kj110/archive/2008/07/28/2725919.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/2725919.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/2725919.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2725919</trackback:ping><description>一：分析函数over
 Oracle从8.1.6开始提供分析函数，分析函数用于计算基于组的某种聚合值，它和聚合函数的不同之处是
对于每个组返回多行，而聚合函数对于每个组只返回一行。 &lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/2725919.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 29 Jul 2008 01:13:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2008/07/28/2725919.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2008/07/28/2725919.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>中国金融期货交易</title><link>http://blog.csdn.net/kj110/archive/2008/03/06/2154361.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/2154361.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/2154361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2154361</trackback:ping><description>成交量指的是在一定的交易时间内某种商品期货在交易所成交的合约数量。在国内期货市场，计算成交量采用买入与卖出量两者之和。&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/2154361.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 00:07:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2008/03/06/2154361.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2008/03/06/2154361.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>常用的性能监控命令</title><link>http://blog.csdn.net/kj110/archive/2007/11/06/1869014.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1869014.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1869014.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1869014</trackback:ping><description>常用的性能监控命令

机器性能优化主要从四个方面去考虑：CPU，内存，磁盘I/O，网络。

1，              CPU

sar命令
&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1869014.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Nov 2007 18:09:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/11/06/1869014.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/11/06/1869014.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>Oracle 中truncate与delete的区别</title><link>http://blog.csdn.net/kj110/archive/2007/09/26/1801236.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1801236.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1801236.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1801236</trackback:ping><description>truncate是oracle中独有的关键字吧！它的作用是清空一个表格，在删除数据方面，其与delete有一些区别，以便自己记住：

 
&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1801236.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Sep 2007 19:06:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/09/26/1801236.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/09/26/1801236.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>Oracle USERENV和sys_context</title><link>http://blog.csdn.net/kj110/archive/2007/09/26/1801231.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1801231.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1801231.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1801231</trackback:ping><description>Oracle USERENV和sys_context &lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1801231.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Sep 2007 19:04:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/09/26/1801231.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/09/26/1801231.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>HPUNIX 日常维护命令记录</title><link>http://blog.csdn.net/kj110/archive/2007/06/04/1637265.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1637265.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1637265.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1637265</trackback:ping><description>硬件环境: RP8400 + VA7400 + DS2405 + LTO LIBRARY +HP FC SWITCH 8B

OS       :  HP UNIX 11I

软件环境: SANMGR + HP OMNIBACK
&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1637265.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Jun 2007 19:11:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/06/04/1637265.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/06/04/1637265.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>AIX常用命令路径.sh</title><link>http://blog.csdn.net/kj110/archive/2007/05/23/1621981.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1621981.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1621981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621981</trackback:ping><description>chmod +x  p_welltool_place.sh //为当前用户添加权限awk -F&quot;||&quot; '{ print NF }' $filename //检查抽数结果&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1621981.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 23 May 2007 18:06:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/05/23/1621981.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/05/23/1621981.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>常用的 regular expression</title><link>http://blog.csdn.net/kj110/archive/2007/04/28/1588684.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1588684.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1588684.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1588684</trackback:ping><description>常用的 regular expression &lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1588684.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 28 Apr 2007 22:08:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/04/28/1588684.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/04/28/1588684.aspx</guid><dc:creator>骄阳似火</dc:creator></item><item><title>sed awk grep 习题练习</title><link>http://blog.csdn.net/kj110/archive/2007/04/28/1588682.aspx</link><wfw:comment>http://blog.csdn.net/kj110/comments/1588682.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kj110/comments/commentRss/1588682.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1588682</trackback:ping><description>sed awk grep 习题练习 
&lt;img src =&quot;http://blog.csdn.net/kj110/aggbug/1588682.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 28 Apr 2007 22:07:00 +0800</pubDate><author>骄阳似火</author><comments>http://blog.csdn.net/kj110/archive/2007/04/28/1588682.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kj110/archive/2007/04/28/1588682.aspx</guid><dc:creator>骄阳似火</dc:creator></item></channel></rss>