<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ITPUB论坛 - Oracle专题深入讨论</title>
    <link>http://www.itpub.net/forumdisplay.php?fid=67</link>
    <description>Latest 40 threads of Oracle专题深入讨论</description>
    <copyright>Copyright(C) ITPUB论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Jul 2009 04:47:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.itpub.net/images/logo.gif</url>
      <title>ITPUB论坛</title>
      <link>http://www.itpub.net/</link>
    </image>
    <item>
      <title>10g 企业管理器登陆的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185576</link>
      <description><![CDATA[sqlnet文件里的SQLNET.AUTHENTICATION_SERVICES = (NONE)

先启动oracle数据库，使其处于open状态

启动企业管理器：
emctl start dbconsole

http://public:5500/em--public是主机名

启动后，企业管理器界面显示：
orcl处于转载或不装载状态等等
下面有两个 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>lujinke</author>
      <pubDate>Thu, 02 Jul 2009 14:44:35 +0000</pubDate>
    </item>
    <item>
      <title>为何执行select * from sys.v_$access t一直在executing</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185490</link>
      <description><![CDATA[为何执行
select * from sys.v_$access t

等了好几分钟也没有反应

难道这个视图数据过于巨大？

我是因为有存储过程有死锁，然后网上查了查文档，说要查这个视图，然后去查的？]]></description>
      <category>Oracle专题深入讨论</category>
      <author>jayli426</author>
      <pubDate>Thu, 02 Jul 2009 09:13:41 +0000</pubDate>
    </item>
    <item>
      <title>数据库效率问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185258</link>
      <description><![CDATA[求教高手：

数据库中有两张表，一张字段数较多，另一张较少。
在这两张表的记录数相同的情况下，从这两张表分别对一个字段进行Select取数据，Update更新数据，会不会有效率的差别呢？

]]></description>
      <category>Oracle专题深入讨论</category>
      <author>xuechenyoyo</author>
      <pubDate>Thu, 02 Jul 2009 03:04:18 +0000</pubDate>
    </item>
    <item>
      <title>请教redo dump信息中的一些疑问</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185218</link>
      <description><![CDATA[REDO RECORD - Thread:1 RBA: 0x01aa13.0001d4c8.0078 LEN: 0x003c VLD: 0x01
SCN: 0x0002.e806085b SUBSCN:  5 05/23/2009 12:53:56
CHANGE #1 TYP:0 CLS: 8 AFN:26 DBA:0x0681820a OBJ:62698 SCN:0x0002.e80552d6 SEQ:  2 OP:13.22
Redo on Level1 Bitmap Block    ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>vrml</author>
      <pubDate>Thu, 02 Jul 2009 02:14:20 +0000</pubDate>
    </item>
    <item>
      <title>oracle审计</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184746</link>
      <description><![CDATA[各位好，
请教个问题：怎样在dataguard上skip主库的审计操作呀？]]></description>
      <category>Oracle专题深入讨论</category>
      <author>islandspecter</author>
      <pubDate>Wed, 01 Jul 2009 03:41:53 +0000</pubDate>
    </item>
    <item>
      <title>求助：关于Oracle Text全文检索的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184473</link>
      <description><![CDATA[]]></description>
      <category>Oracle专题深入讨论</category>
      <author>mesquito888</author>
      <pubDate>Tue, 30 Jun 2009 12:52:07 +0000</pubDate>
    </item>
    <item>
      <title>给 linux redhat 4.0+oracle rac+ocfs2 增加表空间容量的请教</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183497</link>
      <description><![CDATA[新到一个岗位，发现这的系统数据空间已经快用完了，应该增加容量了，以前没有碰过ocfs2的系统不知道应该如何操作，我大致介绍下情况和我的思路，请大家指点

/dev/sdb 是盘柜有2个t的空间 目前只使用了100G左右，ocfs2里面挂载的是 dev/sdb7（100G） 目录指向的是/ora ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>zhtg3232</author>
      <pubDate>Mon, 29 Jun 2009 00:00:46 +0000</pubDate>
    </item>
    <item>
      <title>How to transport heap table transport IOT table</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182882</link>
      <description><![CDATA[Hello,

    Is there any way to transport normal table which contains 3GB data to IOT table without drop and re-create table ? Many thanks.


Regards,

Spring]]></description>
      <category>Oracle专题深入讨论</category>
      <author>Spring_fh2009</author>
      <pubDate>Fri, 26 Jun 2009 13:01:17 +0000</pubDate>
    </item>
    <item>
      <title>这2种索引有什么区别？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182154</link>
      <description><![CDATA[big和small表的结构是一样的

create table big as select * from dba_objects;

create table small as select * from dba_objects;

alter table big modify object_id  null;

create index idx_big on big(object_id);

create index idx_small on small( ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>mozilla1</author>
      <pubDate>Thu, 25 Jun 2009 07:54:00 +0000</pubDate>
    </item>
    <item>
      <title>rac环境下的高级复制</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182083</link>
      <description><![CDATA[现有的环境
1、oracle10g的rac环境
2、一个单独的oracle10g的实例instance
想利用oracle的高级复制功能，实现rac环境中的某个表和单独instance中的同样的表之间的数据同步

之前在两个单独的oracle实例中实现了高级复制的功能，一直都能成功的配置。现在，到了客户 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>luoxutao</author>
      <pubDate>Thu, 25 Jun 2009 06:24:44 +0000</pubDate>
    </item>
    <item>
      <title>发几个用来转换进制 方便看DBA的函数 简单易懂</title>
      <link>http://www.itpub.net/viewthread.php?tid=1181793</link>
      <description><![CDATA[首先是2进制的  主要是为了方便看DBA 因为转换出来的DBA 是32位的 也就是 FILEID前10  BLOCK后22 的规则 所以算出来的2进制不足32则直接补位
为了方便查看 又直接加了个 “&amp;” 符号分割； 因为是自己玩的时候才用得到所以没考虑什么效率之类的……就是思考起来简单 其他 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>flying_warrior</author>
      <pubDate>Wed, 24 Jun 2009 14:42:08 +0000</pubDate>
    </item>
    <item>
      <title>关于日志切换和检查点的疑惑！！！！！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1181636</link>
      <description><![CDATA[看输出：

SQL&gt; select * from v$log;

    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARCHIV STATUS               FIRST_CHANGE# FIRST_TIME
---------- ---------- ---------- ---------- ---------- ------ -------------------- ------------- --- ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>nl_oracle</author>
      <pubDate>Wed, 24 Jun 2009 08:19:38 +0000</pubDate>
    </item>
    <item>
      <title>为何REDO还要记录更改前的值?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1181405</link>
      <description><![CDATA[日至缓冲区不是只记录redo的么?

对于delete/insert/update,redo到底是怎么记录的?]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Wed, 24 Jun 2009 02:24:36 +0000</pubDate>
    </item>
    <item>
      <title>关于DBWR的疑惑</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180601</link>
      <description><![CDATA[触发dbwr的事件
Dirty buffers thresholdreached
No free buffers

这两个不冲突么？什么情况下会触发no free buffers？感觉第一个触发后，就无法在触发no free buffers了]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Tue, 23 Jun 2009 05:49:03 +0000</pubDate>
    </item>
    <item>
      <title>关于server process的疑问</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180483</link>
      <description><![CDATA[希望能明确下面疑惑:
1/ 是否负责用户登录的验证,比如用户名/密码/是否有权限访问等
2/是否负责解析客户端提交的sql语法及合法性验证?

请帮忙分析一下,谢谢!:rolleyes:]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Tue, 23 Jun 2009 02:43:37 +0000</pubDate>
    </item>
    <item>
      <title>一个oracle调用java方法的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180343</link>
      <description><![CDATA[我在开发中用oralce调用java function,把服务器上指定的图片大小缩小。
现在load_java,赋权等都已经好了，遇到的问题就是在PL/SQL Develop中运行会有ORA-03113: end-of-file on communication
channel 的错误，但是在oracle sql develop中运行良好并能够把图片缩小。 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>tangfire</author>
      <pubDate>Mon, 22 Jun 2009 17:37:45 +0000</pubDate>
    </item>
    <item>
      <title>请教高人，aix5308+hacmp5.4+oracle10g rac的安装需要哪些oracle的补丁？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180188</link>
      <description><![CDATA[我最近需要安装两台power6的p550，aix5.3.0.8+hacmp5.4+oracle10g rac(10.2.0.1)
我查了很多文档，说是oracle10g也需要打很多补丁，比如：PATCH 6718715等等，而且说10.2.0.1不能直接升级到10.2.0.4
我现在很糊涂，不知道该打哪些补丁，高手能否指点一下？给一个需要打 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>himnot</author>
      <pubDate>Mon, 22 Jun 2009 08:49:36 +0000</pubDate>
    </item>
    <item>
      <title>安装clusterware时 ocr integrity的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180181</link>
      <description><![CDATA[在 vmware workstation上安装 rac 时，系统linux as 5 ,两个节点：node1,node2, 运行clusterware 最后一步 CVU检测时，只有一步没过去。

      。。。
      checking data integrity of OCR
      ERROR:
          OCR integrity results are inconsistent amon ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>lingbo_ty</author>
      <pubDate>Mon, 22 Jun 2009 08:36:45 +0000</pubDate>
    </item>
    <item>
      <title>BLOB segment的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180148</link>
      <description><![CDATA[如果table有大字段的,会统一存在blob segment里面,请问这个segment怎么可以看到?

最近遇到这样一个问题.

一个表里有五个blob类型,发现前两个无法上传文件,小的可以.如果大不行.应该是表空间不够了,可是表空间是自动扩展的,为何不自己扩展呢?
而后面的三个可以上传 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Mon, 22 Jun 2009 08:00:09 +0000</pubDate>
    </item>
    <item>
      <title>一个表是不是有且只有一个segment?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1180137</link>
      <description><![CDATA[RT?

一个表可以有多个extents,然后每个extents可以不连续,可以分步在多个datafiles,那么表的data segment呢?]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Mon, 22 Jun 2009 07:46:18 +0000</pubDate>
    </item>
    <item>
      <title>新建技术群（90079519），欢迎各位光临！！！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1179820</link>
      <description><![CDATA[新建技术群（90079519），致力于数据库技术的研究和探讨，共同进步！！！]]></description>
      <category>Oracle专题深入讨论</category>
      <author>sqysl</author>
      <pubDate>Sun, 21 Jun 2009 10:56:37 +0000</pubDate>
    </item>
    <item>
      <title>继续解析讨论shared_pool，希望大侠能答疑</title>
      <link>http://www.itpub.net/viewthread.php?tid=1179797</link>
      <description><![CDATA[文章写得比较烂，甚至有些随意 记录的目的就是希望一些像我一样的新人知道如何去学习寻找shared_pool X表和追踪文件之间的关系，因为分了半夜和中午 2个时段来学习 所以文章是2个时段拼凑起来的 读起来可能不太连贯，加文笔烂 …… 抱歉……

database version 10.2.1 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>flying_warrior</author>
      <pubDate>Sun, 21 Jun 2009 08:35:19 +0000</pubDate>
    </item>
    <item>
      <title>关于10046 tim的一点不解</title>
      <link>http://www.itpub.net/viewthread.php?tid=1179512</link>
      <description><![CDATA[len: Length of statement in characters 
dep: PGA depth (1 for recursive SQL, usually 0) 
uid: Parsing user, as in DBA_USERS.USER_ID 
oct: Command type, as for V$SESSION.COMMAND 
lid: Privilege user 
tim: Timestamp = value in V$TIMER when line wr ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>flying_warrior</author>
      <pubDate>Fri, 19 Jun 2009 16:40:35 +0000</pubDate>
    </item>
    <item>
      <title>谁给讲讲静态监听和动态监听的区别</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178724</link>
      <description><![CDATA[含义是什么?都分别有什么作用?

装完数据库后,都是动态配置好了监听.

我有疑问的是

# listener.ora Network Configuration File: d:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Thu, 18 Jun 2009 04:53:03 +0000</pubDate>
    </item>
    <item>
      <title>哪有Oracle所有版本的介绍</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178687</link>
      <description><![CDATA[什么时候发行的，什么的。]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Thu, 18 Jun 2009 03:30:35 +0000</pubDate>
    </item>
    <item>
      <title>求8i的体系结构图</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178610</link>
      <description><![CDATA[我想得到oracle几个标志版本的体系结构图?谁能给传一个.谢谢]]></description>
      <category>Oracle专题深入讨论</category>
      <author>hanjs</author>
      <pubDate>Thu, 18 Jun 2009 01:51:35 +0000</pubDate>
    </item>
    <item>
      <title>段快没有可以再分配的区间了，怎么办？求救。</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178597</link>
      <description><![CDATA[段快没有可以再分配的区间了，怎么办？求救。

   一旦段没有可以再分配的区间，数据库会不会出错？该如何处理？可以在原基础上增容吗？ 哪位高手，好心帮帮忙？ 


]]></description>
      <category>Oracle专题深入讨论</category>
      <author>gz8086</author>
      <pubDate>Thu, 18 Jun 2009 01:21:18 +0000</pubDate>
    </item>
    <item>
      <title>windows 2008下安装10GRAC的OCFS版本问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178596</link>
      <description><![CDATA[在安装CRS，安装前进行的环境检测时，报下面的OCFS检测失败，如下：

Checking Ocfs &amp; Orafence Driver's Signature .......
检查完成。此次检查的总体结果为: 失败]]></description>
      <category>Oracle专题深入讨论</category>
      <author>king3171</author>
      <pubDate>Thu, 18 Jun 2009 01:15:45 +0000</pubDate>
    </item>
    <item>
      <title>关于执行计划IO的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1178114</link>
      <description><![CDATA[我今天自己创建了一个表T1,顺序插入数据,能够保证数据在主键ID(递增)聚簇.
ID从1~32  

数据块使用如下:
Free Blocks.............................4
Total Blocks............................24
Total Bytes.............................196608
Unused Blocks ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>TaiKitty</author>
      <pubDate>Wed, 17 Jun 2009 01:19:41 +0000</pubDate>
    </item>
    <item>
      <title>EXTENT MANAGEMENT LOCAL中bitmap分配机制？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177953</link>
      <description><![CDATA[EXTENT MANAGEMENT LOCAL中，bitmap是怎么标记已用分区和未用分区的？我做了如下测试，有写疑惑想请教

=================
1)，建表空间
CREATE TABLESPACE eric DATAFILE
 '/ora/oracle/app/oracle/oradata/orcl/test04.dbf' SIZE 100M EXTENT MANAGEMENT LOCAL U ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>zj21st</author>
      <pubDate>Tue, 16 Jun 2009 13:16:30 +0000</pubDate>
    </item>
    <item>
      <title>oracle数据库新手,对cache buffer的几点疑惑,请各位高手指点!</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177766</link>
      <description><![CDATA[本人刚接触oracle数据库,很多知识较零乱,疑惑较多,如以下几点:

1.启动后没有做任何操作,发现x$bh表中有3000条记录,也就是说buffer cache被hash到cache buffer chain中去,其hash算法与file#,block#有关,但由于数据库没有任何I/O操作,也就不存在具体的file#,block#,按理 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>custsjk</author>
      <pubDate>Tue, 16 Jun 2009 07:10:34 +0000</pubDate>
    </item>
    <item>
      <title>我能问点解析计划的问题吗?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177580</link>
      <description><![CDATA[SELECT STATEMENT, GOAL = CHOOSE			Cost=389	Cardinality=611	Bytes=1297764	
 WINDOW SORT			Cost=389	Cardinality=611	Bytes=1297764	
  VIEW	Object owner=CDTAS		Cost=3	Cardinality=611	Bytes=1297764	
   COUNT						
    CONNECT BY WITH FILTERING						
 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>TaiKitty</author>
      <pubDate>Tue, 16 Jun 2009 01:12:23 +0000</pubDate>
    </item>
    <item>
      <title>buffer cache数据如何实现重复利用？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177278</link>
      <description><![CDATA[我们常常会在ORACLE的相关书本中看到这样的话：SQL解释之后，首先到buffer检查是否有可有的数据，当无可用户数据时，从数据文件中读取数据到buffer。

针对这一点做了如下测试:


SQL&gt; alter system flush buffer_cache;

系统已更改。

SQL&gt; select * from sg ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>xuebao_zx</author>
      <pubDate>Mon, 15 Jun 2009 05:57:20 +0000</pubDate>
    </item>
    <item>
      <title>我想要深入学习SQL，却不知道应该看什么书</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177129</link>
      <description><![CDATA[以前都是看些什么SQL基础教程，oracle基础教程什么的。可是看来看去都是教一些基本的创建数据库和表，增删改查，基本的存储过程，游标和触发器什么的，随着最近开始接触正式工作，逐渐发现那种基础教程无论看的多熟在工作中，都会遇到无限的麻烦，比如说，接触正式项目以 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>风铃中の鬼</author>
      <pubDate>Mon, 15 Jun 2009 01:45:41 +0000</pubDate>
    </item>
    <item>
      <title>RMAN 数据库部分恢复</title>
      <link>http://www.itpub.net/viewthread.php?tid=1177127</link>
      <description><![CDATA[由于磁盘空间的原因，能不能只恢复部分数据库，例如system,sysaux,undotbs1,users的数据文件，然后apply archive log,
open resetlogs?????

我先用RMAN restore controlfile， startup mount , 然后restore sysaux,system, undotbs, users datafile 完成了, 但是不能 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>YYH2458</author>
      <pubDate>Mon, 15 Jun 2009 01:42:59 +0000</pubDate>
    </item>
    <item>
      <title>RMAN备份时是否扫描BUFFER中的数据块</title>
      <link>http://www.itpub.net/viewthread.php?tid=1176932</link>
      <description><![CDATA[1、RMAN备份的时候需要扫描数据块，我想问的是内存中的数据块它也扫描吗？内存的数据块也要备份吗？
2、对于RMAN来说，它不需要关心某个块中某些数据是否被提交吧？]]></description>
      <category>Oracle专题深入讨论</category>
      <author>lanng</author>
      <pubDate>Sun, 14 Jun 2009 05:03:06 +0000</pubDate>
    </item>
    <item>
      <title>uncommitted 的事务会写入logfile吗，会有什么情况出现；</title>
      <link>http://www.itpub.net/viewthread.php?tid=1175979</link>
      <description><![CDATA[大家说说，uncommit的事务会写入logfile 吗；]]></description>
      <category>Oracle专题深入讨论</category>
      <author>Coast_lichao</author>
      <pubDate>Thu, 11 Jun 2009 14:03:50 +0000</pubDate>
    </item>
    <item>
      <title>请教如何将一列中每一种相同数据的数量统计出来</title>
      <link>http://www.itpub.net/viewthread.php?tid=1175323</link>
      <description><![CDATA[比如说有一列如下
1
2
1
2
2
2
1
1
1
1
2
2
2
2
1
3
3
3
3

我要查询这一列中1的个数和2的个数，以及1与2个数的总和，应该怎么写？

还有。表中可能不只有1，2，3比如以后可能会出现4，5，6，所以条件语句不能用where XX=1这样的写法

]]></description>
      <category>Oracle专题深入讨论</category>
      <author>风铃中の鬼</author>
      <pubDate>Wed, 10 Jun 2009 09:16:32 +0000</pubDate>
    </item>
    <item>
      <title>oracle恢复问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1174782</link>
      <description><![CDATA[Oracle Internals 中有下面的描述：
The checkpoint RBA is the point up to which DBWn has written buffers from the checkpoint queues if incremental checkpointing is enabled -- otherwise it is the RBA of last full thread checkpoint。
The on-disk RBA is ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>vonfking</author>
      <pubDate>Tue, 09 Jun 2009 11:16:38 +0000</pubDate>
    </item>
    <item>
      <title>sqlldr 能否作事务控制</title>
      <link>http://www.itpub.net/viewthread.php?tid=1174574</link>
      <description><![CDATA[假设 我有10个文件,都是aa的前缀,每个文件有10000条记录
我现在用sqlldr装载 这有10个文件,按照aa*来匹配
如果装到第8个文件,装载到1000行开始报错
经过检查,我将第8个文件的数据处理为正确
然后我需要继续装载,即最好断点续装,当然我知道这比较困难
(我不想清表重 ...]]></description>
      <category>Oracle专题深入讨论</category>
      <author>jayli426</author>
      <pubDate>Tue, 09 Jun 2009 04:03:59 +0000</pubDate>
    </item>
  </channel>
</rss>