<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>小毛头的BLOG - ORACLE技术</title><link>http://blog.csdn.net/huanghui22/category/239590.aspx</link><description>学习是为了更好的解决问题</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 13 Aug 2007 15:40:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小毛头</dc:creator><title>[Oracle]体系结构(一)--概述</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx</link><pubDate>Wed, 30 May 2007 23:07:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1632103.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1632103.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1632103</trackback:ping><description>一．ORACLE实例 = 后台进程 + 进程所使用的内存(SGA)
二．数据库 = 重做文件 + 控制文件 + 数据文件 + 临时文件&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1632103.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(六)--%ROWTYPE的使用 </title><link>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx</link><pubDate>Thu, 24 May 2007 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1624358.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1624358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1624358</trackback:ping><description> 在PL/SQL程序中, 我们会遇到需要先从一个结果集中取出若干记录, 然后对每一条记录进行处理的情况, 最理想的做法是在一条SQL语句中完成, 但有时候因为需求的关系所以不一定能实现, 所以我们通常会定义几个变量, 然后对结果集做循环, 赋值给变量. 最典型的就是select XX into XX。我们也可以用定义一个记录%rowtype的方法, 减少不必要的代码量, 还能避免由于表中字段的变更造成的错误&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1624358.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(五)--调用存储过程返回结果集</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx</link><pubDate>Wed, 23 May 2007 17:32:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1622820.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1622820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1622820</trackback:ping><description>Oracle支持通过ref游标在调用存储过程后返回结果集, 使用游标在内存消耗以及时间上都要大大的优于返回数组变量的做法!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1622820.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(四)--批量处理</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx</link><pubDate>Tue, 22 May 2007 18:13:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1621290.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1621290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621290</trackback:ping><description>批量处理一般用在ETL操作, ETL代表提取(extract),转换(transform),装载(load), 是一个数据仓库的词汇!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1621290.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(三)--Package的优点</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx</link><pubDate>Tue, 22 May 2007 11:55:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1620606.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1620606.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1620606</trackback:ping><description>      使用Package的优点在于提供了必需的程序设计结构, 促进了模块化编程设计, 最重要的是Package断开了依赖链, 使得对某个数据库模式的改动不会导致整个模式的无效, 从而避免了昂贵的重编译!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1620606.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的SQL语句之分析函数(四)--lag()/lead() </title><link>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx</link><pubDate>Thu, 03 May 2007 00:43:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1595169.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1595169.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1595169</trackback:ping><description>有时候报表上面需要显示该笔操作的上一步骤或者下一步骤的详细信息&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1595169.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的SQL语句之分析函数(三)--row_number() /rank()/dense_rank()</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595166.aspx</link><pubDate>Thu, 03 May 2007 00:31:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595166.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1595166.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595166.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1595166.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1595166</trackback:ping><description>有些时候我们希望得到指定数据中的前n列&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1595166.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的SQL语句之分析函数(二)--max() </title><link>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595161.aspx</link><pubDate>Thu, 03 May 2007 00:12:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595161.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1595161.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595161.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1595161.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1595161</trackback:ping><description>如果我们按照示例想得到每个部门薪水值最高的雇员的纪录，可以有四种方法实现&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1595161.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的SQL语句之分析函数(一)--sum()</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595157.aspx</link><pubDate>Thu, 03 May 2007 00:00:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595157.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1595157.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595157.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1595157.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1595157</trackback:ping><description>实际应用中我们可以通过sum()统计出组中的总计或者是累加值&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1595157.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(二)--标量子查询</title><link>http://blog.csdn.net/huanghui22/archive/2007/04/30/1593263.aspx</link><pubDate>Mon, 30 Apr 2007 14:27:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/04/30/1593263.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1593263.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/04/30/1593263.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1593263.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1593263</trackback:ping><description>ORACLE允许在select子句中包含单行子查询, 使用标量子查询可以有效的改善性能，当使用到外部连接，或者使用到了聚合函数，就可以考虑标量子查询的可能性

&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1593263.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>数据库设计--三大范式</title><link>http://blog.csdn.net/huanghui22/archive/2007/04/28/1588418.aspx</link><pubDate>Sat, 28 Apr 2007 11:50:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/04/28/1588418.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1588418.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/04/28/1588418.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1588418.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1588418</trackback:ping><description>书本上晦涩难懂的三范式定义, 每次好不容易记住理解之后, 一段时间不用之后都要忘记的干干净净, 赶紧在白天脑子还算清醒的时候, 练练笔!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1588418.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>ORACLE故障排除--注意事项</title><link>http://blog.csdn.net/huanghui22/archive/2007/04/27/1587933.aspx</link><pubDate>Fri, 27 Apr 2007 22:29:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/04/27/1587933.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1587933.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/04/27/1587933.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1587933.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1587933</trackback:ping><description>ORACLE日常维护与故障排除&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1587933.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>ORACLE分析函数--row_number()应用</title><link>http://blog.csdn.net/huanghui22/archive/2007/04/23/1576119.aspx</link><pubDate>Mon, 23 Apr 2007 17:25:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/04/23/1576119.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1576119.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/04/23/1576119.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1576119.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1576119</trackback:ping><description>ORACLE分析函数--row_number()应用&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1576119.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>ORACLE性能调整--统计信息的迁移</title><link>http://blog.csdn.net/huanghui22/archive/2007/04/23/1575597.aspx</link><pubDate>Mon, 23 Apr 2007 12:12:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/04/23/1575597.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1575597.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/04/23/1575597.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1575597.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1575597</trackback:ping><description>ORACLE性能调整--统计信息的迁移&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1575597.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>ORACLE体系结构之集群(RAC)</title><link>http://blog.csdn.net/huanghui22/archive/2007/03/25/1540884.aspx</link><pubDate>Sun, 25 Mar 2007 23:05:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/03/25/1540884.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1540884.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/03/25/1540884.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1540884.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1540884</trackback:ping><description>ORACLE体系结构之集群(RAC)&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1540884.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>