<?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/Chrisjian" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Chrisjian" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 07 Jul 2009 17:31:00 GMT</lastBuildDate><title>空空的影子</title><description>止境的专栏</description><link>http://blog.csdn.net/Chrisjian/</link><item><title>Oracle DBA在新环境下必须了解的事情</title><link>http://blog.csdn.net/Chrisjian/archive/2009/07/07/4328853.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/4328853.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/4328853.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4328853</trackback:ping><description>在这里，不谈那些大的方面，比如了解整个IT环境整体情况，假设你已经知道了这些，接下来需要面对的就是这些一个个活生生的database了。这里总结了一些一般的思路来面对一个全先的database，从而快速了解你面对的环境概要。
&lt;br /&gt;　　这也不是教科，只是一些心得和体会，对于这种问题，每个人的认识的角度是不一样的。欢迎大家继续补充完善。&lt;br /&gt;1、先要了解当前的Oracle 数据库的版本和平台和相关信息&lt;br /&gt;　　这个很重要，忙乎了半天还知道你的数据库是哪个版本，跑在什么系统上，那岂不是很悲哀，所以我个人认为这是第一步需要了解的。下面的这些脚本可以帮助你获取你需要的相关信息。&lt;br /&gt;&lt;br /&gt;　　select * from v$version; &lt;br /&gt;　　select * from dba_registry_database; &lt;br /&gt;　　select dbid, name, open_mode, database_role, platform_name from v$instance; &lt;br /&gt;　　select dbms_utility.port_&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/4328853.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/242015993/Chrisjian/csdn.net/s.gif?r=http://blog.csdn.net/Chrisjian/archive/2009/07/07/4328853.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015993/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015993/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 08 Jul 2009 01:31:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2009/07/07/4328853.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2009/07/07/4328853.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2009/07/07/4328853.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015993/1140990</fs:itemid></item><item><title>Using PL/SQL Table variable</title><link>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083651.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/4083651.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/4083651.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4083651</trackback:ping><description>在SQL Server的存储过程中, 可以非常方便地使用临时表#TempTable, 你可以随意地将数据插入到临时表, 可以将临时表的记录作为存储过程的结果集. #TempTable用过后, 它就干干净净地消失了, 包括表的structure.而Oracle的临时表是global temporary table, 这表明它的定义是persistent, 只是内容是临时的.那么在Oracle中如何才能做到像SQL Server一样的临时表呢? Oracle为我们提供了PL/SQL Table表变量, 其实就是索引表.&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/4083651.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015994/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015994/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2009 20:22:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083651.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083651.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083651.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015994/1140990</fs:itemid></item><item><title>plsql编程 一 集合</title><link>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083338.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/4083338.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/4083338.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4083338</trackback:ping><description>plsql编程 一 集合&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/4083338.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015995/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015995/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2009 18:37:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083338.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083338.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083338.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015995/1140990</fs:itemid></item><item><title>PLSQL高级编程：触发器</title><link>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083285.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/4083285.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/4083285.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4083285</trackback:ping><description>PLSQL开发，触发器&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/4083285.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015996/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015996/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2009 18:22:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083285.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083285.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2009/04/16/4083285.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015996/1140990</fs:itemid></item><item><title>Windows上安装Subversion服务器软件</title><link>http://blog.csdn.net/Chrisjian/archive/2008/09/25/2978507.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/2978507.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/2978507.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2978507</trackback:ping><description>1 首先下载Subversion Windows版本的服务器软件，&lt;br /&gt;  下载地址如下：&lt;br /&gt;  http://aukulin.blog.iusesvn.com/html/71/t-1771.html&lt;br /&gt;  如svn-1.4.5-setup.exe，然后执行安装，&lt;br /&gt;  安装目录如：C:\program file\subversion，&lt;br /&gt;  然后这是一下系统的环境变量Path，&lt;br /&gt;  将Subversion的bin路径加入到系统的path中。&lt;br /&gt;&lt;br /&gt;2 创建Subersion库：&lt;br /&gt;  首先建立一个目录存放Subversion的库，&lt;br /&gt;  在该库中存放所以的Subversion项目，如D:\repository\subversion&lt;br /&gt;&lt;br /&gt;3 创建一个新的Subversion项目。&lt;br /&gt;  只需执行： svnadmin&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/2978507.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015997/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015997/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Sep 2008 22:41:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2008/09/25/2978507.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2008/09/25/2978507.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2008/09/25/2978507.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015997/1140990</fs:itemid></item><item><title>把Redhat的多个CD安装光盘手工合并成1DVD的方法</title><link>http://blog.csdn.net/Chrisjian/archive/2008/01/30/2073761.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/2073761.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/2073761.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2073761</trackback:ping><description>合并redhat企业4版比较好弄点，前天在论坛下的5CD的企业5版，怎么合并在启动的时候都是光盘校验失败。刚没事干翻baidu，搞出来一篇老外的帖子，我看这不错，给我自己做的DVD加了校验就通过了。&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/2073761.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015998/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015998/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Jan 2008 01:50:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2008/01/30/2073761.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2008/01/30/2073761.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2008/01/30/2073761.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015998/1140990</fs:itemid></item><item><title>[数据仓库]数据仓库初探</title><link>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538806.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/1538806.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/1538806.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1538806</trackback:ping><description>数据仓库原理&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/1538806.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242015999/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242015999/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 23 Mar 2007 23:32:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538806.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538806.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538806.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242015999/1140990</fs:itemid></item><item><title>[数据仓库]数据仓库ETL流程规范</title><link>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538801.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/1538801.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/1538801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1538801</trackback:ping><description>数据仓库ETL流程规范&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/1538801.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242016000/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242016000/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 23 Mar 2007 23:28:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538801.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538801.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2007/03/23/1538801.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242016000/1140990</fs:itemid></item><item><title>Oracle10g的library内存分配告警</title><link>http://blog.csdn.net/Chrisjian/archive/2007/02/20/1512087.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/1512087.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/1512087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1512087</trackback:ping><description>Memory Notification&lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/1512087.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242016001/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242016001/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 21 Feb 2007 03:34:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2007/02/20/1512087.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2007/02/20/1512087.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2007/02/20/1512087.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242016001/1140990</fs:itemid></item><item><title>『管理调优』Oracle维护常用SQL语句整理四</title><link>http://blog.csdn.net/Chrisjian/archive/2006/12/31/1471404.aspx</link><wfw:comment>http://blog.csdn.net/Chrisjian/comments/1471404.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Chrisjian/comments/commentRss/1471404.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1471404</trackback:ping><description>IV) 性能相关内容   &lt;img src =&quot;http://blog.csdn.net/Chrisjian/aggbug/1471404.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/Chrisjian/242016002/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/Chrisjian/242016002/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jan 2007 01:32:00 +0800</pubDate><author>三少</author><comments>http://blog.csdn.net/Chrisjian/archive/2006/12/31/1471404.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Chrisjian/archive/2006/12/31/1471404.aspx</guid><dc:creator>三少</dc:creator><fs:srclink>http://blog.csdn.net/Chrisjian/archive/2006/12/31/1471404.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Chrisjian/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Chrisjian/~1141002/242016002/1140990</fs:itemid></item></channel></rss>