<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>NorthSnow HOME - DATABASE</title><link>http://blog.csdn.net/precipitant/category/36139.aspx</link><description>有关数据库管理和操作方面的技术的文章（包括Oracle,Sql Server,MYSQL等）</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 03 Mar 2008 17:22:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>塞北的雪</dc:creator><title>sql语句性能提高</title><link>http://blog.csdn.net/precipitant/archive/2008/01/25/2065581.aspx</link><pubDate>Fri, 25 Jan 2008 16:25:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2008/01/25/2065581.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/2065581.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2008/01/25/2065581.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/2065581.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2065581</trackback:ping><description>这篇文章说明如何利用索引来优化查询效率&lt;img src ="http://blog.csdn.net/precipitant/aggbug/2065581.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>oracle 中 的异常处理</title><link>http://blog.csdn.net/precipitant/archive/2007/10/31/1859403.aspx</link><pubDate>Wed, 31 Oct 2007 13:52:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/10/31/1859403.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1859403.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/10/31/1859403.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1859403.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1859403</trackback:ping><description>如果没有异常，在程序中，应当检查每个命令的成功还是失败，使用异常，可以方便处理错误，而且异常处理程序与正常的事务逻辑分开，提高了可读性&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1859403.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>oracle的正则表达式(regular expression)简单介绍——转贴</title><link>http://blog.csdn.net/precipitant/archive/2007/10/24/1841801.aspx</link><pubDate>Wed, 24 Oct 2007 14:57:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/10/24/1841801.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1841801.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/10/24/1841801.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1841801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1841801</trackback:ping><description>oracle中用正则表达式，但是只有在oracle10g中才能用。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1841801.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>接触SQL SERVER2008</title><link>http://blog.csdn.net/precipitant/archive/2007/10/10/1818306.aspx</link><pubDate>Wed, 10 Oct 2007 13:43:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/10/10/1818306.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1818306.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/10/10/1818306.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1818306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1818306</trackback:ping><description>
微软下一代商业智能平台SQL Server 2008数据库，代号为：“Katmai ”，已经公布了一些远景和目标
 
&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1818306.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>oracle中猜分字符串成多个字段</title><link>http://blog.csdn.net/precipitant/archive/2007/08/16/1746246.aspx</link><pubDate>Thu, 16 Aug 2007 11:27:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/08/16/1746246.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1746246.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/08/16/1746246.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1746246.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1746246</trackback:ping><description>本例子利用　动态游标　自定义函数等手段实现了对一个复杂的字符串按照规律进行猜分，并生成多个列。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1746246.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>Oracle中 Alter Table 语句的使用</title><link>http://blog.csdn.net/precipitant/archive/2007/08/16/1745913.aspx</link><pubDate>Thu, 16 Aug 2007 09:03:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/08/16/1745913.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1745913.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/08/16/1745913.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1745913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1745913</trackback:ping><description>alter table 的功能是修改表格。包括重名命，加减字段,修改字段类型和大小，处理 约束等等&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1745913.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>Pl/SQL中的数组</title><link>http://blog.csdn.net/precipitant/archive/2007/08/15/1745003.aspx</link><pubDate>Wed, 15 Aug 2007 14:44:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/08/15/1745003.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1745003.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/08/15/1745003.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1745003.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1745003</trackback:ping><description>pl/sql中实现数组的应用也很简单。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1745003.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>Pl/SQL中的SPLIT函数</title><link>http://blog.csdn.net/precipitant/archive/2007/08/15/1744943.aspx</link><pubDate>Wed, 15 Aug 2007 14:05:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/08/15/1744943.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1744943.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/08/15/1744943.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1744943.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1744943</trackback:ping><description>据我了解，PL/SQL 中没有split函数，需要自己写。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1744943.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>Oracle中在view,trigger,procedure中跨用户访问表的问题</title><link>http://blog.csdn.net/precipitant/archive/2007/05/28/1628144.aspx</link><pubDate>Mon, 28 May 2007 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/05/28/1628144.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1628144.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/05/28/1628144.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1628144.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1628144</trackback:ping><description>有时候需要显示的授权才能解决　跨用户的对象访问。就是直接把user2的表授权给　user1,而不通过角色。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1628144.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>oracle中生成树中每个节点对应其所有子孙的映射</title><link>http://blog.csdn.net/precipitant/archive/2007/05/15/1609984.aspx</link><pubDate>Tue, 15 May 2007 15:14:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/05/15/1609984.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1609984.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/05/15/1609984.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1609984.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1609984</trackback:ping><description>这本是网友的一个问题。用了比较愚笨的方法解决的。抛砖引玉。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1609984.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>ORACLE之常用FAQ V1.0 (SQL&amp;PL/SQL)</title><link>http://blog.csdn.net/precipitant/archive/2007/05/15/1609321.aspx</link><pubDate>Tue, 15 May 2007 08:50:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/05/15/1609321.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1609321.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/05/15/1609321.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1609321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1609321</trackback:ping><description>这里边包含了很多Oracle （SQL   and   PL/SQL）的很多技巧。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1609321.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>PL/SQL中使用SMTP发送电子邮件的例子</title><link>http://blog.csdn.net/precipitant/archive/2007/05/12/1605597.aspx</link><pubDate>Sat, 12 May 2007 10:15:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/05/12/1605597.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1605597.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/05/12/1605597.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1605597.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1605597</trackback:ping><description>用PL/SQL也可以非常轻松的发送电子邮件。 &lt;img src ="http://blog.csdn.net/precipitant/aggbug/1605597.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>PL/SQL中的 for Update of 应用一例 </title><link>http://blog.csdn.net/precipitant/archive/2007/04/18/1569681.aspx</link><pubDate>Wed, 18 Apr 2007 21:05:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/04/18/1569681.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1569681.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/04/18/1569681.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1569681.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1569681</trackback:ping><description>下面的一个例子中利用有 for update of 的　游标更新数据。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1569681.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>处理数据库中重复记录的方法</title><link>http://blog.csdn.net/precipitant/archive/2007/04/14/1564321.aspx</link><pubDate>Sat, 14 Apr 2007 08:30:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/04/14/1564321.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1564321.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/04/14/1564321.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1564321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1564321</trackback:ping><description>数据库中的重复记录 ，一般都有可能包含垃圾数据，我们必然要处理它。其实处理它无外乎：查询，标记，删除。处理的方法也很多的，用sql语句都可以处理。有时也可以借助临时表。但是无论知道　几种方法　都不重要，只要会做就行了。即使　茴香豆　的　茴　字有一百种写法。我们还　只是　这样写。&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1564321.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>塞北的雪</dc:creator><title>今天安装了SqlServer2005</title><link>http://blog.csdn.net/precipitant/archive/2007/03/01/1517933.aspx</link><pubDate>Thu, 01 Mar 2007 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/precipitant/archive/2007/03/01/1517933.aspx</guid><wfw:comment>http://blog.csdn.net/precipitant/comments/1517933.aspx</wfw:comment><comments>http://blog.csdn.net/precipitant/archive/2007/03/01/1517933.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/precipitant/comments/commentRss/1517933.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1517933</trackback:ping><description>手头早就有了一套sqlserver2005，今天上午看了一会儿《sap德国造》，有些累了。想歇息一会儿。在随便浏览电脑的时候，无疑中看到了存储在硬盘上的sqlserver2005安装程序。就猛地萌生了安装它的想法&lt;img src ="http://blog.csdn.net/precipitant/aggbug/1517933.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>