<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>路漫漫... ...,但是它终究有终点 - Oracle</title><link>http://blog.csdn.net/guoqlee/category/327418.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 23 Dec 2007 11:09:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小秋</dc:creator><title>一个归档日志格式的问题（希望有人回答）</title><link>http://blog.csdn.net/guoqlee/archive/2007/10/21/1835479.aspx</link><pubDate>Sun, 21 Oct 2007 11:02:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/10/21/1835479.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1835479.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/10/21/1835479.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1835479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1835479</trackback:ping><description>一个归档日志格式的问题（希望有人回答）&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1835479.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>linux下完全删除Oracle </title><link>http://blog.csdn.net/guoqlee/archive/2007/09/10/1779353.aspx</link><pubDate>Mon, 10 Sep 2007 16:20:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/09/10/1779353.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1779353.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/09/10/1779353.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1779353.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1779353</trackback:ping><description>linux下完全删除Oracle &lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1779353.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>成功在Linux9.0上安装了Oracle9iR2</title><link>http://blog.csdn.net/guoqlee/archive/2007/09/08/1777226.aspx</link><pubDate>Sat, 08 Sep 2007 14:27:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/09/08/1777226.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1777226.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/09/08/1777226.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1777226.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1777226</trackback:ping><description>今天成功在Linux9.0上安装了Oracle9iR2,下面的步骤是我在网上搜索的，针对自己安装出现的问题进行了部分修改。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1777226.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>删除重复数据的一种高效的方法</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748400.aspx</link><pubDate>Fri, 17 Aug 2007 16:03:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748400.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748400.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748400.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748400.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748400</trackback:ping><description>删除重复数据的一种高效的方法&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748400.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>SQLPLUS命令大全</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748398.aspx</link><pubDate>Fri, 17 Aug 2007 16:02:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748398.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748398.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748398.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748398.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748398</trackback:ping><description>Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中，可以运行sql*plus命令与sql*plus语句。 
   我们通常所说的DML、DDL、DCL语句都是sql*plus语句，它们执行完后，都可以保存在一个被称为sql buffer的内存区域中，并且只能保存一条最近执行的sql语句，我们可以对保存在sql buffer中的sql 语句进行修改，然后再次执行，sql*plus一般都与数据库打交道。 
   除了sql*plus语句，在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后，不保存在sql buffer的内存区域中，它们一般用来对输出的结果进行格式化显示，以便于制作报表。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748398.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>Oracle数据导入导出imp/exp命令</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748393.aspx</link><pubDate>Fri, 17 Aug 2007 16:00:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748393.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748393.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748393.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748393.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748393</trackback:ping><description>Oracle数据导入导出imp/exp就相当于oracle数据还原与备份。exp命令可以把数据从远程数据库服务器导出到本地的dmp文件，imp命令可以把dmp文件从本地导入到远处的数据库服务器中。 利用这个功能可以构建两个相同的数据库，一个用来测试，一个用来正式使用。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748393.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>如何彻底删除Oracle</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748392.aspx</link><pubDate>Fri, 17 Aug 2007 15:59:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748392.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748392.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748392.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748392.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748392</trackback:ping><description>如何彻底删除Oracle&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748392.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>oracle命令收集</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748391.aspx</link><pubDate>Fri, 17 Aug 2007 15:58:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748391.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748391.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748391.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748391.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748391</trackback:ping><description>oracle命令收集&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748391.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>logminer的介绍</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748389.aspx</link><pubDate>Fri, 17 Aug 2007 15:57:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748389.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748389.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748389.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748389.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748389</trackback:ping><description>Oracle LogMiner 是Oracle公司从产品8i以后提供的一个实际非常有用的分析工具，使用该工具可以轻松获得Oracle 重作日志文件（归档日志文件）中的具体内容，特别是，该工具可以分析出所有对于数据库操作的DML（insert、update、delete等）语句，另外还可分析得到一些必要的回滚SQL语句。该工具特别适用于调试、审计或者回退某个特定的事务。 

LogMiner分析工具实际上是由一组PL/SQL包和一些动态视图（Oracle8i内置包的一部分）组成，它作为Oracle数据库的一部分来发布，是8i产品提供的一个完全免费的工具。但该工具和其他Oracle内建工具相比使用起来显得有些复杂，主要原因是该工具没有提供任何的图形用户界面（GUI）。本文将详细介绍如何安装以及使用该工具。 &lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748389.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>Oracle 9i闪回查询(Flashback Query)</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748388.aspx</link><pubDate>Fri, 17 Aug 2007 15:56:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748388.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748388.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748388.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748388.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748388</trackback:ping><description>在过去，如果用户误删/更新了数据后，作为用户并没有什么直接的方法来进行恢复，他们必须求助DBA来对数据库进行恢复，到了Oracle9i，这一个难堪局面有所改善。Oracle 9i中提供了一项新的技术手段--闪回查询，用户使用闪回查询可以及时取得误操作前的数据，并可以针对错误进行相应的恢复措施，而这一切都无需DBA干预。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748388.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>利用Flashback Query 恢复误操作的数据</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748383.aspx</link><pubDate>Fri, 17 Aug 2007 15:54:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748383.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748383.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748383.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748383.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748383</trackback:ping><description>Oracle9i 中新增的闪回查询（Flashback Query）功能对于误删除或者误更新并且已经commit
了的情况，提供了简便快捷的恢复方法，而在Oracle 提供闪回查询之前，碰到这种情况只
能通过备份来进行基于时间点的恢复，无疑这比闪回查询要麻烦而且费时。
什么是Flashback Query
利用Oracle 多版本读一致的特性，在需要的时候通过undo 来提供所需的前镜像中的数据。
利用这个功能，可以看到历史数据（呵呵，就像时光倒流。月光宝盒？），甚至用历史数据
来修复误操作引起的错误。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748383.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>Oracle分析函数参考手册</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748380.aspx</link><pubDate>Fri, 17 Aug 2007 15:53:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748380.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748380.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748380.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748380.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748380</trackback:ping><description>Oracle从8.1.6开始提供分析函数，分析函数用于计算基于组的某种聚合值，它和聚合函数的不同之处是对于每个组返回多行，而聚合函数对于每个组只返回一行。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748380.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>