<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ITPUB论坛 - Oracle开发</title>
    <link>http://www.itpub.net/forumdisplay.php?fid=3</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 06:45:00 +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>增加请求参数(并发程序参数)</title>
      <link>http://www.itpub.net/viewthread.php?tid=1186083</link>
      <description><![CDATA[已经知道请求A的执行方法是PL/SQL 存储过程.调用的是package_this的output过程
编辑package的spc和body,在里面增加一个字符参数(类似ABCD字母)
部分代码如下:
......
l_sql_main constant varchar2(4000) := ' select' ||
                                        ...]]></description>
      <category>Oracle开发</category>
      <author>besoohi</author>
      <pubDate>Fri, 03 Jul 2009 22:52:14 +0000</pubDate>
    </item>
    <item>
      <title>请教触发器修改自身数据的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1186065</link>
      <description><![CDATA[update A表的某一条记录的时候，除了可能去更新B表的记录，同时也可能根据条件需要对触发表做更新。我用自治事务，用先delete再insert实现update的功能老觉得别扭，但是对于update触发器里面再去update的话会产生死锁。
这个问题该如何处理呢？
做了一个简单测试如下： ...]]></description>
      <category>Oracle开发</category>
      <author>CS-IM</author>
      <pubDate>Fri, 03 Jul 2009 15:08:01 +0000</pubDate>
    </item>
    <item>
      <title>中文插入Oracle数据库乱码问题？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185978</link>
      <description><![CDATA[数据 库：Oracle9（字符集：AMERICAN_AMERICA.AL32UTF8） 
开发工具：Microsoft Visual Studio 2008 
开发语言：VB.net 
问题现象：通过程序向数据库中加入中文字符串时，出现乱码‘？’。 
例如：‘刚才’-&gt;‘？才’。 
初步怀疑是：Microsoft Visual Studio 2008 ...]]></description>
      <category>Oracle开发</category>
      <author>ztg2006</author>
      <pubDate>Fri, 03 Jul 2009 08:55:22 +0000</pubDate>
    </item>
    <item>
      <title>关于regexp_replace()用法？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185889</link>
      <description><![CDATA[我想得到去除字符串中两个‘a’及其之间的所有字符：

SELECT regexp_replace('safghffhgaf','^a+a$','') FROM dual;

为啥得到的结果还是原字符串啊？正确的该怎么写？]]></description>
      <category>Oracle开发</category>
      <author>duanzhihui</author>
      <pubDate>Fri, 03 Jul 2009 06:25:02 +0000</pubDate>
    </item>
    <item>
      <title>Oracle内外连接运用的区别</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185845</link>
      <description><![CDATA[请问大家,Oracle内外连接运用的区别,也就是说什么情况用内连接,什么情况用外连接比较合理?]]></description>
      <category>Oracle开发</category>
      <author>sxlcom</author>
      <pubDate>Fri, 03 Jul 2009 05:41:09 +0000</pubDate>
    </item>
    <item>
      <title>怎么连接两个表效率最高</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185825</link>
      <description><![CDATA[两个表A(A.ID), B(B.ID,B.game) A表大约有20万条记录，B表大约有1200万条记录，如何写查询 能够把在A，B中都出现的ID挑出来呢。要效率高的。
用普通的连接 我做了一个多小时 还没跑出结果来。:cry2:  

select count(*) from A, B where A.id=B.id and B.game=78

 ...]]></description>
      <category>Oracle开发</category>
      <author>zhangchen061021</author>
      <pubDate>Fri, 03 Jul 2009 05:01:40 +0000</pubDate>
    </item>
    <item>
      <title>数据库设计小问题请教</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185755</link>
      <description><![CDATA[假如设计一张人员表，其中有个&quot;性别&quot;字段,我看一般把这里设置成编码，比如1代表男，2代表女。请教下各位，为什么不直接让这里填男或女，而要填上编号代表。]]></description>
      <category>Oracle开发</category>
      <author>lslovechina</author>
      <pubDate>Fri, 03 Jul 2009 02:48:20 +0000</pubDate>
    </item>
    <item>
      <title>Oralce会话连接超时，在线急等！！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185675</link>
      <description><![CDATA[我的目的是将文件中的数据读取后写入到使用了UDT的数据库中，如果记录“比较多”（我看了一下，大概是插入到340多条）时，程序提示Oracle会话连接超时对话框，确定等待后没有任何反应，直接导致数据装载不成功。我读的文件的数据对象大概都在5000左右，也就是要向数据库 ...]]></description>
      <category>Oracle开发</category>
      <author>btdoctor</author>
      <pubDate>Fri, 03 Jul 2009 00:55:21 +0000</pubDate>
    </item>
    <item>
      <title>数据库知识在线测试</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185667</link>
      <description><![CDATA[]]></description>
      <category>Oracle开发</category>
      <author>〇〇</author>
      <pubDate>Fri, 03 Jul 2009 00:48:38 +0000</pubDate>
    </item>
    <item>
      <title>请教一个SQL语句的优化</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185606</link>
      <description><![CDATA[我有2张千万数量级的表，即用户表和成绩表，“用户表”里有5个字段：学号XH（字符型）、姓名XM（字符型）、出生年月CS（日期型）、身份证号SFZH（字符型）、注册时间ZC（日期型）；
“成绩表”里有2个字段：学号XH（字符型）、成绩CJ（数字型）。

现要求写一个查询S ...]]></description>
      <category>Oracle开发</category>
      <author>xiaoqi_238</author>
      <pubDate>Thu, 02 Jul 2009 19:19:11 +0000</pubDate>
    </item>
    <item>
      <title>plsql developer中建表nvarchar2型字段长度自动乘三的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185580</link>
      <description><![CDATA[通过plsql developer建表，nvarchar2型字段长度会自动乘3，比如建表的时候nvarchar2 20，关闭保存后下次再看就变成nvarchar2 60了，其他类型字段没有这种问题。
让人很郁闷，有哪位前辈高人知道是怎么回事的？指点一二，不胜感激。]]></description>
      <category>Oracle开发</category>
      <author>goodblood</author>
      <pubDate>Thu, 02 Jul 2009 14:58:26 +0000</pubDate>
    </item>
    <item>
      <title>求 proc *c 示例程序，谢谢！！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185570</link>
      <description><![CDATA[最近在学习 proc * c 从网上资料看到，在 {oracle_home}\precomp\demo\proc 下有proc * c 的示例程序，可是我找遍了整个安装目录也没有发现有这个demo目录的存在，我安装的是oracle 10g ，客户端、服务器都安装了。请问一下这是为什么？

还有希望有这些示例程序的朋友 ...]]></description>
      <category>Oracle开发</category>
      <author>nvlixue</author>
      <pubDate>Thu, 02 Jul 2009 14:26:16 +0000</pubDate>
    </item>
    <item>
      <title>请求一个计算相片的SQL</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185537</link>
      <description><![CDATA[输入数码相片的像素x,y如3504× 2336或	1600×1200...
和要冲印的相纸尺寸如5寸（8.9×12.7），6寸（15.2×10.2 ）， 15.2×20
求出使相片最有效的分割。
要求损失的像素最小且可视面积最大（1600×1200放入6寸或者左右留白，或者上

下切边）]]></description>
      <category>Oracle开发</category>
      <author>〇〇</author>
      <pubDate>Thu, 02 Jul 2009 12:02:33 +0000</pubDate>
    </item>
    <item>
      <title>timestamp大于2009-4-1怎么写？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185508</link>
      <description><![CDATA[select timestamp from xg3qadmin.plan_table;


1	2009-4-8 11:18:23
2	2009-4-8 11:18:23
3	2009-4-8 11:18:23
4	2009-4-8 11:18:23
5	2009-4-8 11:18:23
6	2009-4-8 11:18:23
7	2009-4-8 11:23:15
8	2009-4-8 11:18:23
9	2009-4-8 11:18:23
10	2009-4-8  ...]]></description>
      <category>Oracle开发</category>
      <author>foodfoodfoodfoo</author>
      <pubDate>Thu, 02 Jul 2009 09:54:57 +0000</pubDate>
    </item>
    <item>
      <title>这种文件的外部表应该如何创建</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185458</link>
      <description><![CDATA[看了很多书，BAIDU了好多，可是发现外部表好像对应的操作系统文件都是有分隔符分割的，可是我正好这个文件不是用分隔符分割的，而是它的每个字段都是定长的，这种外部表应该如何创建，谢谢指导]]></description>
      <category>Oracle开发</category>
      <author>olivehht</author>
      <pubDate>Thu, 02 Jul 2009 08:30:17 +0000</pubDate>
    </item>
    <item>
      <title>table block number与TABLE ACCESS FULL实际时间</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185437</link>
      <description><![CDATA[Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Prod

最近发现table block number与TABLE ACCESS FULL实际时间不成比例。

有两个table HWB_SUMMARY和MWB_SUMMARY。
HWB_SUMMARY的block有197258，table scan只花了53秒；
MWB_SUMMARY的block有674 ...]]></description>
      <category>Oracle开发</category>
      <author>靠自己</author>
      <pubDate>Thu, 02 Jul 2009 08:07:32 +0000</pubDate>
    </item>
    <item>
      <title>列汇总!</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185432</link>
      <description><![CDATA[下表:
A       B
2       3
4       5
.......
.......
.......
3       9
2       8 
得如下结果:
A       B
2       3
4       5
.......
.......
.......
3       9
2       8 
合计:  102

不知道PL/SQL如何实现?]]></description>
      <category>Oracle开发</category>
      <author>besoohi</author>
      <pubDate>Thu, 02 Jul 2009 08:03:06 +0000</pubDate>
    </item>
    <item>
      <title>UDF能否使用C#语言开发的函数做外部函数</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185409</link>
      <description><![CDATA[Oracle对用户自定义函数UDF的说明是，除了使用Oracle的内置函数、用pl\sql开发的内部函数，还可以使用高级语言开发的外部函数，以充分利用高级语言的优势，书上讲的了Java，但也没有具体说明怎么在Oracle中调用Java编写的函数。
     我的问题是：使用ODP.net能否实现高 ...]]></description>
      <category>Oracle开发</category>
      <author>btdoctor</author>
      <pubDate>Thu, 02 Jul 2009 07:29:57 +0000</pubDate>
    </item>
    <item>
      <title>关于多表 delete的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185406</link>
      <description><![CDATA[对三个表进行delete  ,最大的表为2亿,另两个表为1.5亿左右.
现在把表分为10个分区.
想问,在机器资源有限的情况下,是起20个进程一起进行删除快,还是一个表删除完后再删除另一个比较快?]]></description>
      <category>Oracle开发</category>
      <author>huiwino</author>
      <pubDate>Thu, 02 Jul 2009 07:22:44 +0000</pubDate>
    </item>
    <item>
      <title>java.security.AccessControlException</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185376</link>
      <description><![CDATA[ftp这个存储过程是用JAVA写的，用来从FTP服务器上下载文件。在调用的时候说权限不够，我按提示进行了授权，。哪为大虾知道是为什么吗？

报错代码如下：

SQL&gt; exec ftp;
 
java.security.AccessControlException: the Permission (java.net.SocketPermission 192 ...]]></description>
      <category>Oracle开发</category>
      <author>xiaolitnt</author>
      <pubDate>Thu, 02 Jul 2009 06:31:43 +0000</pubDate>
    </item>
    <item>
      <title>Oracle调用JAVA类的错误</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185367</link>
      <description><![CDATA[登陆用户是：system
FtpClinet.class是已编译好的文件，存放在D:\space\123这个目录下。
源码如下：

SQL&gt; create or replace directory test_dir as 'D:\space\123\';
 
Directory created
 
SQL&gt; create or replace java class using bfile(test_dir,'FtpClin ...]]></description>
      <category>Oracle开发</category>
      <author>xiaolitnt</author>
      <pubDate>Thu, 02 Jul 2009 06:20:09 +0000</pubDate>
    </item>
    <item>
      <title>9I和10G两个版本中如何查看PROC是否安装了，有点困惑</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185280</link>
      <description><![CDATA[9I和10G两个版本中如何查看PROC是否安装了，有点困惑，青大家帮忙指点一下，谢谢!

搜到的这及个不算是PROC吧

./app/product/9.2/bin/extproc32
./app/product/9.2/bin/extprocO
./app/product/9.2/bin/extproc
./app/product/9.2/bin/extproc32O]]></description>
      <category>Oracle开发</category>
      <author>wabjtam123</author>
      <pubDate>Thu, 02 Jul 2009 03:37:41 +0000</pubDate>
    </item>
    <item>
      <title>exists和in的区别</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185277</link>
      <description><![CDATA[原文：
中提到：exists和in的区别，
in 是把外表和那表作hash join，而exists是对外表作loop，每次loop再对那表进行查询。
这样的话，in适合内外表都很大的情况，exists适合外表结果集很小的情况。

对这个我不是很赞成，在CBO下应该会根据代价去选择hash join 还是 ...]]></description>
      <category>Oracle开发</category>
      <author>Franco1028</author>
      <pubDate>Thu, 02 Jul 2009 03:35:21 +0000</pubDate>
    </item>
    <item>
      <title>异类查询要求为连接设置 ANSI_NULLS 和 ANSI_WARNINGS</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185268</link>
      <description><![CDATA[我的情况如下，A服务器和B服务器上都是sql server服务器，从A上建立了一个一个到B服务器的链接srv_lnk，A上有一个表叫SA_GoodsIn，并在上面建立了一个处发器tr_InsertIntoK3。C服务器是Oracle服务器，C到A建立了透明网关，并建立了链接ap003.现在的问题是我在C上运行 
 ...]]></description>
      <category>Oracle开发</category>
      <author>jackluo1981</author>
      <pubDate>Thu, 02 Jul 2009 03:21:24 +0000</pubDate>
    </item>
    <item>
      <title>按某个字段最后一位分区好像不行啊</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185226</link>
      <description><![CDATA[按某个字段最后一位分区好像不行啊]]></description>
      <category>Oracle开发</category>
      <author>autumn_leaf</author>
      <pubDate>Thu, 02 Jul 2009 02:25:06 +0000</pubDate>
    </item>
    <item>
      <title>写一个SQL，请大虾们帮忙看看，谢谢</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185225</link>
      <description><![CDATA[表数据
发票起号   发票止号
10000001   10000025
10000026   10000050

现在保存时需要校验当前输入的发票号码段是否被包含在已存在的数据中，如 当输入10000002-10000024这22张发票的时候，这22张都存在表中。谢谢咯]]></description>
      <category>Oracle开发</category>
      <author>onecomet</author>
      <pubDate>Thu, 02 Jul 2009 02:21:44 +0000</pubDate>
    </item>
    <item>
      <title>请教一个正则匹配替换的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185222</link>
      <description><![CDATA[请教大家实际当中碰到一个问题
怎么把获取到的匹配项处理过再进行替换
简单的例子
有字符串 'a1b2c3d' 我想查找所有字符然后把查找到的字符替换成该字符相应的ascii码]]></description>
      <category>Oracle开发</category>
      <author>ananclub</author>
      <pubDate>Thu, 02 Jul 2009 02:17:25 +0000</pubDate>
    </item>
    <item>
      <title>高手指教下如何截取阶段性时间</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185178</link>
      <description><![CDATA[我现在想截取系统当前时间往后推3个月之内的信息，而且还让其会自动变化 入目前是7月 数据库就显示 567三个月内容  到了8月的时候 数据库就显示 678三个月的内容
本来时想通过月份比大小来决定的 不过有个新问题出来了 如果是2010年1月的话 仅仅从月份上减3个月的话就成 ...]]></description>
      <category>Oracle开发</category>
      <author>april2244</author>
      <pubDate>Thu, 02 Jul 2009 01:24:51 +0000</pubDate>
    </item>
    <item>
      <title>怎么像PL/SQL Developer那样获取SQL执行失败的位置</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185172</link>
      <description><![CDATA[用PL/SQL Developer执行insert的语句时，比如某字段超长了，PL/SQL Developer会自动定位到超长的字段的位置，并用下划线指出。

想问下，在程序里怎么获取这个错误位置。]]></description>
      <category>Oracle开发</category>
      <author>muziling</author>
      <pubDate>Thu, 02 Jul 2009 01:10:09 +0000</pubDate>
    </item>
    <item>
      <title>ODBC取浮点数</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185043</link>
      <description><![CDATA[用ODBC链接oracle，数据表属性是number，SQLBindCol里面用SQL_C_DOUBLE，为啥得到的数据有效位只有6位，我想得到高精度数据，比如有效位在20位以上的，怎么操作呢?
在网上看到可以使用SQL_C_NUMERIC，但是这个参数对应数据结构是SQL_NUMERIC_STRUCT，如何使用呢？
请高 ...]]></description>
      <category>Oracle开发</category>
      <author>histemiss</author>
      <pubDate>Wed, 01 Jul 2009 13:04:19 +0000</pubDate>
    </item>
    <item>
      <title>打开的最大游标数超限？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185016</link>
      <description><![CDATA[各位大侠，现在我们生产系统遇到一个问题，希望能得到大家的帮助。
批量跑报表时，发生锁表
lock table fnd_concurrent_processes in share update mode now

直接杀掉锁表fnd_concurrent_processes 的进程和报表处理进程后，报错：
FDPSTP 中出现 ORACLE 错误 28 ...]]></description>
      <category>Oracle开发</category>
      <author>lhhn</author>
      <pubDate>Wed, 01 Jul 2009 12:04:16 +0000</pubDate>
    </item>
    <item>
      <title>改变组 ora-27121 ora-27140问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184998</link>
      <description><![CDATA[新装的redhat+oracle10.2.0.1,装完后oracle用户连接没有问题，其它用户连接加连接串可以，不加连接串报错：
   ORA-01034: ORACLE not available
     ORA-27121: unable to determine size of shared memory segment
     Linux Error: 13: Permission denied

   ...]]></description>
      <category>Oracle开发</category>
      <author>likiller</author>
      <pubDate>Wed, 01 Jul 2009 11:10:59 +0000</pubDate>
    </item>
    <item>
      <title>如何查看索引相对应的最详细的信息？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184990</link>
      <description><![CDATA[比如表test 中的 a字段创建了一个索引index_a，在dba_indexes视图中只能查到该索引所对应的表test，却没有他所对应的具体字段信息，

请问如何查看？]]></description>
      <category>Oracle开发</category>
      <author>lizisor</author>
      <pubDate>Wed, 01 Jul 2009 10:56:46 +0000</pubDate>
    </item>
    <item>
      <title>关于一个表中重复记录的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184966</link>
      <description><![CDATA[有一张表，存在着几条记录是主键不同，但是其余列值却完全相同的，请问如何用sql将这些个记录取出来？

例如有：
id    name   birthday    sex
1      小红    1984-02   female
2      小红    1984-02   female]]></description>
      <category>Oracle开发</category>
      <author>hong1</author>
      <pubDate>Wed, 01 Jul 2009 09:46:00 +0000</pubDate>
    </item>
    <item>
      <title>SQL语句：找出号码中含AABB的</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184958</link>
      <description><![CDATA[如题：如何在一个号码串的列中判断出后面几位含有AABB，AAABBB，ABAB，ABC等特殊号码的数据
如：13365251122
      13365251133
      13365251212
      13365251123]]></description>
      <category>Oracle开发</category>
      <author>天天打</author>
      <pubDate>Wed, 01 Jul 2009 09:23:13 +0000</pubDate>
    </item>
    <item>
      <title>一个查询问题，有点怪。</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184929</link>
      <description><![CDATA[oracle 10g ，字符集是ZHS16GBK，其中一表有数据如下

]]></description>
      <category>Oracle开发</category>
      <author>aaron.liu</author>
      <pubDate>Wed, 01 Jul 2009 08:37:21 +0000</pubDate>
    </item>
    <item>
      <title>请问 oracle 怎么用命令导出用户下的存储过程？？？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184899</link>
      <description><![CDATA[]]></description>
      <category>Oracle开发</category>
      <author>gaochao102</author>
      <pubDate>Wed, 01 Jul 2009 07:57:36 +0000</pubDate>
    </item>
    <item>
      <title>游标变量关闭的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184890</link>
      <description><![CDATA[我在存储过程中OPEN一个游标变量并且作为OUT型参数返回，但是并不CLOSE（CLOSE了就会提示未执行语句句柄）。

在.NET中用ADO连接，获取数据集，关闭连接，仍然没CLOSE游标变量。

问题：
1.关闭连接数据库会自动CLOSE游标变量吗？
2.如果不会自动关闭，该如何关闭呢？]]></description>
      <category>Oracle开发</category>
      <author>cargoj</author>
      <pubDate>Wed, 01 Jul 2009 07:42:15 +0000</pubDate>
    </item>
    <item>
      <title>两者的区别</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184841</link>
      <description><![CDATA[以下是实现一表两列用逗号分隔显示的一个函数,请问两种方法有区别吗?SUBTYPE 都运用在什么场合?
(1)CREATE OR REPLACE FUNCTION full_name (
      last_name_in IN excuser.last_name%TYPE
    , first_name_in IN excuser.forst__name%TYPE
   )
     RETURN VAR ...]]></description>
      <category>Oracle开发</category>
      <author>sxlcom</author>
      <pubDate>Wed, 01 Jul 2009 06:29:44 +0000</pubDate>
    </item>
    <item>
      <title>pro*c 入门级问题请教:  ora-01480</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184818</link>
      <description><![CDATA[proc中，调用一个procedure   :  sp_tral001(branch_code  in char,begin_date out char)，  该过程有一个 out char 返回参数。


我在proc中定义了一个变量：  char c_begin_date;

EXEC SQL call sp_tral001(:branch_code  ,:c_begin_date);

执行时报1480错误]]></description>
      <category>Oracle开发</category>
      <author>lmeteorcyy</author>
      <pubDate>Wed, 01 Jul 2009 05:51:13 +0000</pubDate>
    </item>
  </channel>
</rss>