<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>NinGoo's Notes</title><link>http://blog.csdn.net/ningoo/</link><description>I Love This Oracle </description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 19 May 2007 21:45:50 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>NinGoo</dc:creator><title>个人独立blog（www.ningoo.net）开通，这里从即日其停止更新 </title><link>http://blog.csdn.net/NinGoo/archive/2007/05/19/1616882.aspx</link><pubDate>Sat, 19 May 2007 21:46:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2007/05/19/1616882.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1616882.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2007/05/19/1616882.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1616882.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1616882</trackback:ping><description>www.ningoo.net&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1616882.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>Oracle10g:如何以DBA身份登陆iSQL*Plus </title><link>http://blog.csdn.net/NinGoo/archive/2006/12/27/1464373.aspx</link><pubDate>Wed, 27 Dec 2006 13:24:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/27/1464373.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1464373.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/27/1464373.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1464373.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1464373</trackback:ping><description>本文简单描述了如何以DBA身份登陆iSQL*Plus&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1464373.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>oracle10g新特性：闪回恢复区(Flash recovery area) </title><link>http://blog.csdn.net/NinGoo/archive/2006/12/19/1448668.aspx</link><pubDate>Tue, 19 Dec 2006 11:20:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/19/1448668.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1448668.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/19/1448668.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1448668.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1448668</trackback:ping><description>Oracle9i开始提供闪回查询，以便能在需要的时候查到过去某个时刻的一致性数据，这是通过Undo实现的。这个功能有很大的限制，就是相关事务的undo不能被覆盖，否则就无力回天了。oracle10g大大的增强了闪回查询的功能，并且提供了将整个数据库回退到过去某个时刻的能力，这是通过引入一种新的flashback log实现的。flashback log有点类似redo log，只不过redo log将数据库往前滚，flashback log则将数据库往后滚。为了保存管理和备份恢复相关的文件，oracle10g提供了一个叫做闪回恢复区(Flashback recovery area)的新特性，可以将所有恢复相关的文件，比如flashback log,archive log,backup set等，放到这个区域集中管理。
&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1448668.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>Oracle10g新特性：临时表空间组(temporary tablespace group)</title><link>http://blog.csdn.net/NinGoo/archive/2006/12/18/1447857.aspx</link><pubDate>Mon, 18 Dec 2006 15:45:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/18/1447857.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1447857.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/18/1447857.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1447857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1447857</trackback:ping><description>在oracle10g以前，每个用户只能使用一个临时表空间，就是其默认临时表空间。oracle10g提供了新的临时表空间组的功能，允许将多个临时表空间打包成一个组，然后指定用户的默认临时表空间为该临时表空间组，从而达到一个用户可以使用多个临时表空间的目的。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1447857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>Oracle的数据类型（一）：char/varchar2 </title><link>http://blog.csdn.net/NinGoo/archive/2006/12/16/1445922.aspx</link><pubDate>Sat, 16 Dec 2006 22:19:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/16/1445922.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1445922.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/16/1445922.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1445922.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1445922</trackback:ping><description>本系列文章主要记录一下oracle的本地数据类型的一些基础知识。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1445922.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>关于External Table</title><link>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442500.aspx</link><pubDate>Thu, 14 Dec 2006 10:56:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442500.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1442500.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442500.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1442500.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1442500</trackback:ping><description>从oracle9i开始，通过External table，可以直接以表格的形式访问外部文件，而不需要事先通过sqlldr将文件load进数据库。oracle9i的external table是通过sqlldr引擎实现的。到了oracle10g，又增加了data pump方式的external table，该方式不但可以读取外部文件，甚至可以将数据从数据库写unload到外部文件中。通过dba_external_tables/all_external_tables/user_external_tables可以查看系统中的external tables的信息。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1442500.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>Oracle10g新特性:Recycle Bin回收站 </title><link>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442346.aspx</link><pubDate>Thu, 14 Dec 2006 09:14:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442346.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1442346.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/14/1442346.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1442346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1442346</trackback:ping><description>Oracle10g提供了类似操作系统中的回收站功能。当drop table的时候，实际上只是将其重命名，并将table以及相关联的对象如index，constraint等放到回收站(RecycleBin)中，后续如果发现drop错了table，可以使用flashback table命名将回收站中的table还原，这就是Oracle10g的Flashback Drop功能。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1442346.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>Data Warehouse Guide阅读笔记（八）：materialized view之一 </title><link>http://blog.csdn.net/NinGoo/archive/2006/12/13/1441611.aspx</link><pubDate>Wed, 13 Dec 2006 17:10:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/13/1441611.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1441611.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/13/1441611.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1441611.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1441611</trackback:ping><description>通常，在数据仓库中可以通过创建摘要信息(summary)来提升性能。这里的摘要指的是预先对一些连接(join)和聚合(aggregation)进行计算并将结果保存下来，后续查询的时候可以直接利用保存的摘要信息来生成报表。在oracle中，可以利用物化视图(materialized view)来创建数据仓库中的摘要。物化视图另外一种重要的功能是复制数据。结合oracle优化器的查询重写(query rewrite)功能，可以在不改写应用的情况下，利用物化视图提升系统性能。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1441611.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>enqueue的种类</title><link>http://blog.csdn.net/NinGoo/archive/2006/12/06/1431824.aspx</link><pubDate>Wed, 06 Dec 2006 11:44:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/12/06/1431824.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1431824.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/12/06/1431824.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1431824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1431824</trackback:ping><description>enqueue一般以两个字母来表示其不同的类型，比如TX表示事务锁，TM表示DML锁，UL表示用户自定义锁等。X$KSQST(x$ksqst[K]ernel [S]ervice en[Q]ueue [S]tatistics [T]ypes)表中可以查到系统中各中enqueue的详细统计信息，而v$enqueue_stat视图中则是基于x$ksqst的聚合统计信息。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1431824.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>使用普通文件也能玩转ASM </title><link>http://blog.csdn.net/NinGoo/archive/2006/11/30/1422762.aspx</link><pubDate>Thu, 30 Nov 2006 17:41:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/30/1422762.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1422762.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/30/1422762.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1422762.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1422762</trackback:ping><description>ASM是Oracle10g一个非常吸引人的新特性。但是其需要多块磁盘才能配置，虽然可以使用vmware虚拟磁盘，但是毕竟要在虚拟环境中来配置，对于测试机器的硬件要求就比较大了。实际上，利用普通文件也能玩一把ASM。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1422762.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>oracle10g Data Guard新特性：物理备库也可以read/write </title><link>http://blog.csdn.net/NinGoo/archive/2006/11/29/1420222.aspx</link><pubDate>Wed, 29 Nov 2006 15:57:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/29/1420222.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1420222.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/29/1420222.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1420222.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1420222</trackback:ping><description>从Oracle10g开始，physical standby也可以临时的置于read/write状态，以便用于开发，测试以及做报表等，然后再通过flashback到先前的时间点，继续应用主库的归档。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1420222.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>冷备份能应用归档日志么？ </title><link>http://blog.csdn.net/NinGoo/archive/2006/11/29/1419701.aspx</link><pubDate>Wed, 29 Nov 2006 11:25:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/29/1419701.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1419701.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/29/1419701.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1419701.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1419701</trackback:ping><description>Itpub论坛上有人问起，能用以前的冷备份＋冷备份以来的所有归档日志将数据库恢复到当前状态么？原帖地址：http://www.itpub.net/676840.html&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1419701.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>关于Treedump </title><link>http://blog.csdn.net/NinGoo/archive/2006/11/28/1417957.aspx</link><pubDate>Tue, 28 Nov 2006 09:35:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/28/1417957.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1417957.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/28/1417957.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1417957.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1417957</trackback:ping><description>昨天晚上google的时候偶然发现的一个文档上，提到了一个叫treedump的event，能够dump出B*Tree Index的树型结构，挺有意思的。文档下载：http://www.itpub.net/676601.html&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1417957.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>创建logical standby </title><link>http://blog.csdn.net/NinGoo/archive/2006/11/27/1417009.aspx</link><pubDate>Mon, 27 Nov 2006 16:28:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/27/1417009.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1417009.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/27/1417009.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1417009.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1417009</trackback:ping><description>本文简单的演示了Oracle10g版本的logical standby的创建过程，更具体的步骤以及一些参数、视图的详细信息请参考oracle文档。&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1417009.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>NinGoo</dc:creator><title>遭遇ORA-16047错误</title><link>http://blog.csdn.net/NinGoo/archive/2006/11/27/1416502.aspx</link><pubDate>Mon, 27 Nov 2006 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/NinGoo/archive/2006/11/27/1416502.aspx</guid><wfw:comment>http://blog.csdn.net/ningoo/comments/1416502.aspx</wfw:comment><comments>http://blog.csdn.net/NinGoo/archive/2006/11/27/1416502.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ningoo/comments/commentRss/1416502.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1416502</trackback:ping><description>今天在配置10g的data guard的时候，发现归档到备库的路径一直报错：ORA-16047: 目标设置和备用之间的 DGID 不匹配&lt;img src ="http://blog.csdn.net/ningoo/aggbug/1416502.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>