<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>baggio785的专栏 - 数据库</title><link>http://blog.csdn.net/baggio785/category/148734.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 12 May 2007 11:08:15 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>baggio785</dc:creator><title>SOUNDEX函数介绍-007</title><link>http://blog.csdn.net/baggio785/archive/2007/05/12/1605661.aspx</link><pubDate>Sat, 12 May 2007 11:08:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2007/05/12/1605661.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/1605661.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2007/05/12/1605661.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/1605661.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1605661</trackback:ping><description>本文为oracle的学习笔记，介绍SOUNDEX函数。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/1605661.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>TIMESTAMP数据类型-007</title><link>http://blog.csdn.net/baggio785/archive/2007/05/06/1598530.aspx</link><pubDate>Sun, 06 May 2007 23:51:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2007/05/06/1598530.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/1598530.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2007/05/06/1598530.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/1598530.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1598530</trackback:ping><description>ORACLE的TIMESTAMP数据类型&lt;img src ="http://blog.csdn.net/baggio785/aggbug/1598530.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>INTERVAL数据类型-007</title><link>http://blog.csdn.net/baggio785/archive/2007/05/06/1597636.aspx</link><pubDate>Sun, 06 May 2007 00:23:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2007/05/06/1597636.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/1597636.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2007/05/06/1597636.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/1597636.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1597636</trackback:ping><description>INTERVAL数据类型用来存储两个时间戳之间的时间间隔。 可以指定years and months，或者days,hours,minuts,seconds之间的间隔。本文为oracle的学习笔记，结合实例介绍INTERVAL数据类型。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/1597636.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>使用 SQLXML 数据类型</title><link>http://blog.csdn.net/baggio785/archive/2006/06/11/787525.aspx</link><pubDate>Sun, 11 Jun 2006 00:37:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/06/11/787525.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/787525.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/06/11/787525.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/787525.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=787525</trackback:ping><description>如果您是一名 Java™ 2 Enterprise Edition (J2EE) 开发人员，那么您可能想提前了解一下目前正在开发的 SQLXML 技术。查看使用 SQLXML Java 数据类型创建 XML 文档、在关系数据库中存储 XML 文档、从数据库中检索 XML 文档和导航 XML 文档的过程。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/787525.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>规范化－数据库设计原则</title><link>http://blog.csdn.net/baggio785/archive/2006/06/03/771991.aspx</link><pubDate>Sat, 03 Jun 2006 22:06:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/06/03/771991.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/771991.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/06/03/771991.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/771991.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=771991</trackback:ping><description>关系型数据库是当前广泛应用的数据库类型，关系数据库设计是对数据进行组织化和结构化的过程，核心问题是关系模型的设计。对于数据库规模较小的情况，我们可以比较轻松的处理数据库中的表结构。然而，随着项目规模的不断增长，相应的数据库也变得更加复杂，关系模型表结构更为庞杂，这时我们往往会发现我们写出来的SQL语句的是很笨拙并且效率低下的。更糟糕的是，由于表结构定义的不合理，会导致在更新数据时造成数据的不完整。因此，就有必要学习和掌握数据库的规范化流程，以指导我们更好的设计数据库的表结构，减少冗余的数据，借此可以提高数据库的存储效率，数据完整性和可扩展性。本文将结合具体的实例，介绍数据库规范化的流程。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/771991.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>oracle数据安全面面观  </title><link>http://blog.csdn.net/baggio785/archive/2006/05/22/749206.aspx</link><pubDate>Mon, 22 May 2006 13:02:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/05/22/749206.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/749206.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/05/22/749206.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/749206.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=749206</trackback:ping><description>oracle数据安全面面观&lt;img src ="http://blog.csdn.net/baggio785/aggbug/749206.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>如何在 Oracle JDeveloper 中进行 Ajax 编程</title><link>http://blog.csdn.net/baggio785/archive/2006/05/21/747765.aspx</link><pubDate>Sun, 21 May 2006 13:52:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/05/21/747765.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/747765.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/05/21/747765.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/747765.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=747765</trackback:ping><description>"Ajax" 是软件业为描述一组相关 Web 浏览器技术而使用的缩略语，这些浏览器技术结合在一起可为使用 web 应用程序的用户提供丰富的客户端用户体验。Ajax 有望缩小目前在基于浏览器的 web 应用程序与当前客户端-服务器桌面应用程序之间的使用差距。在本文中，您将了解如何使用 Ajax 编写 "hello world"，并通过几个步骤完成从简单到高级的转化过程。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/747765.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>SQL SERVER的内存不断增加问题分析</title><link>http://blog.csdn.net/baggio785/archive/2006/05/10/721479.aspx</link><pubDate>Wed, 10 May 2006 11:47:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/05/10/721479.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/721479.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/05/10/721479.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/721479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=721479</trackback:ping><description>SQL SERVER的内存不断增加问题分析&lt;img src ="http://blog.csdn.net/baggio785/aggbug/721479.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>详细介绍在tomcat中配置数据源以及数据源的原理</title><link>http://blog.csdn.net/baggio785/archive/2006/04/24/674822.aspx</link><pubDate>Mon, 24 Apr 2006 12:35:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/24/674822.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/674822.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/24/674822.aspx#Feedback</comments><slash:comments>19</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/674822.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=674822</trackback:ping><description>本文详细介绍了如何在tomcat中配置数据源。网上此类文章很多，但是基本都是雷同的，而且对一些特殊问题以及原理并未详细阐述，所以想根据自己的实际经验，并结合例子写一篇详细的文章。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/674822.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>如何在Oracle中使用Sequence</title><link>http://blog.csdn.net/baggio785/archive/2006/04/22/673467.aspx</link><pubDate>Sat, 22 Apr 2006 22:36:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/22/673467.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/673467.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/22/673467.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/673467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=673467</trackback:ping><description>sql server可以自增字段,但是oracle中在建表的时候可没有这个选项,但是可以通过触发器(trigger)或者序列(sequence)来实现，本文主要讲述如何在Oracle中使用Sequence。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/673467.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>关于Oracle索引的一点认识</title><link>http://blog.csdn.net/baggio785/archive/2006/04/21/671820.aspx</link><pubDate>Fri, 21 Apr 2006 15:23:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/21/671820.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/671820.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/21/671820.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/671820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671820</trackback:ping><description>在使用Oracle的过程，我们就不能不考虑性能和SQL优化，而正确的使用索引是优化SQL中的很关键的因素。如果发现Oracle在有索引的情况下而没有使用索引，这并不是Oracle的优化器出错。在有些情况下Oracle确实会选择全表扫描（Full Table Scan），而非索引扫描（Index Scan）。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/671820.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>PL/SQL DEVLOPER V7.0以及中文包下载</title><link>http://blog.csdn.net/baggio785/archive/2006/04/21/671227.aspx</link><pubDate>Fri, 21 Apr 2006 09:02:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/21/671227.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/671227.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/21/671227.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/671227.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671227</trackback:ping><description>PL/SQL DEVLOPER V7.0以及中文包下载，内付注册码&lt;img src ="http://blog.csdn.net/baggio785/aggbug/671227.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>oracle常用命令</title><link>http://blog.csdn.net/baggio785/archive/2006/04/04/649947.aspx</link><pubDate>Tue, 04 Apr 2006 10:24:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/04/649947.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/649947.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/04/649947.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/649947.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=649947</trackback:ping><description>oracle常用命令&lt;img src ="http://blog.csdn.net/baggio785/aggbug/649947.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>黑客攻破SQL服务器系统的十种方法</title><link>http://blog.csdn.net/baggio785/archive/2006/04/03/649756.aspx</link><pubDate>Mon, 03 Apr 2006 23:47:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/03/649756.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/649756.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/03/649756.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/649756.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=649756</trackback:ping><description>无论是使用手工试探还是使用安全测试工具，恶意攻击者总是使用各种诡计从你的防火墙内部和外部攻破你的SQL服务器系统。既然黑客在做这样的事情。你也需要实施同样的攻击来检验你的系统的安全实力。这是理所当然的。下面是黑客访问和攻破运行SQL服务器的系统的十种诡计。 &lt;img src ="http://blog.csdn.net/baggio785/aggbug/649756.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>如何成为一名合格的DBA</title><link>http://blog.csdn.net/baggio785/archive/2006/03/28/641531.aspx</link><pubDate>Tue, 28 Mar 2006 14:44:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/03/28/641531.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/641531.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/03/28/641531.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/641531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=641531</trackback:ping><description>如何成为一名合格的DBA&lt;img src ="http://blog.csdn.net/baggio785/aggbug/641531.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>