<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>小儒.NET - Oracle</title><link>http://blog.csdn.net/jinru2560/category/164871.aspx</link><description>Oracle - OraHome xi</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 22 Apr 2008 16:24:32 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小儒</dc:creator><title>oracle存储过程分页</title><link>http://blog.csdn.net/jinru2560/archive/2007/11/13/1882123.aspx</link><pubDate>Tue, 13 Nov 2007 14:06:00 GMT</pubDate><guid>http://blog.csdn.net/jinru2560/archive/2007/11/13/1882123.aspx</guid><wfw:comment>http://blog.csdn.net/jinru2560/comments/1882123.aspx</wfw:comment><comments>http://blog.csdn.net/jinru2560/archive/2007/11/13/1882123.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jinru2560/comments/commentRss/1882123.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1882123</trackback:ping><description>oracle存储过程分页&lt;img src ="http://blog.csdn.net/jinru2560/aggbug/1882123.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小儒</dc:creator><title>ORACLE数据集纵向变横向并合并列数据</title><link>http://blog.csdn.net/jinru2560/archive/2007/04/11/1561200.aspx</link><pubDate>Wed, 11 Apr 2007 20:43:00 GMT</pubDate><guid>http://blog.csdn.net/jinru2560/archive/2007/04/11/1561200.aspx</guid><wfw:comment>http://blog.csdn.net/jinru2560/comments/1561200.aspx</wfw:comment><comments>http://blog.csdn.net/jinru2560/archive/2007/04/11/1561200.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jinru2560/comments/commentRss/1561200.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561200</trackback:ping><description>例子代码：
SELECT   scheme_id,LTRIM(MAX(SYS_CONNECT_BY_PATH(win_degreen||':'||win_number||'注',',')),',')   win_degreen 
             FROM   
            (   
             SELECT   scheme_id,win_degreen,win_number,MIN(win_degreen)   OVER(PARTITION   BY   scheme_id)   win_degreen_MIN,   
           (ROW_NUMBER()   OVER(ORDER   BY   scheme_id,win_degreen,win_number))+(DENSE_RANK()   OVER   (ORDER   BY   scheme_id))   NUMID   
            FROM   scheme_prize_record T   
             )   
        &lt;img src ="http://blog.csdn.net/jinru2560/aggbug/1561200.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小儒</dc:creator><title>[摘录]Oracle中Decode()函数使用技巧</title><link>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179407.aspx</link><pubDate>Tue, 05 Sep 2006 12:02:00 GMT</pubDate><guid>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179407.aspx</guid><wfw:comment>http://blog.csdn.net/jinru2560/comments/1179407.aspx</wfw:comment><comments>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179407.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jinru2560/comments/commentRss/1179407.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1179407</trackback:ping><description> decode()函數使用技巧
·软件环境： 
1、Windows NT4.0+ORACLE 8.0.4
2、ORACLE安装路径为：C:\ORANT
·含义解释： 
decode(条件,值1,翻译值1,值2,翻译值2,...值n,翻译值n,缺省值)&lt;img src ="http://blog.csdn.net/jinru2560/aggbug/1179407.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小儒</dc:creator><title>[收藏]ORACLE函数搜罗</title><link>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179368.aspx</link><pubDate>Tue, 05 Sep 2006 11:55:00 GMT</pubDate><guid>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179368.aspx</guid><wfw:comment>http://blog.csdn.net/jinru2560/comments/1179368.aspx</wfw:comment><comments>http://blog.csdn.net/jinru2560/archive/2006/09/05/1179368.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jinru2560/comments/commentRss/1179368.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1179368</trackback:ping><description>ORACLE：T-Sql中的常用函数......&lt;img src ="http://blog.csdn.net/jinru2560/aggbug/1179368.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小儒</dc:creator><title>oracle全文检索简单例子</title><link>http://blog.csdn.net/jinru2560/archive/2005/12/15/553025.aspx</link><pubDate>Thu, 15 Dec 2005 13:29:00 GMT</pubDate><guid>http://blog.csdn.net/jinru2560/archive/2005/12/15/553025.aspx</guid><wfw:comment>http://blog.csdn.net/jinru2560/comments/553025.aspx</wfw:comment><comments>http://blog.csdn.net/jinru2560/archive/2005/12/15/553025.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jinru2560/comments/commentRss/553025.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=553025</trackback:ping><description>
1.=======为拥有文档表的模式建立文本索引授权

====以system用户连接数据库，为ZYFILEUP授权。

GRANT "CTXAPP" TO "JDCDC";
ALTER USER "JDCDC" DEFAULT ROLE ALL;
GRANT EXECUTE ON "CTXSYS"."CTX_ADM" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_CATSEARCH" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_CONTAINS" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_DDL" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_DOC" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_QUERY" TO "JDCDC";
GRANT EXECUTE ON "CTXSYS"."CTX_ULEXER" TO "JDCDC";
GRANT EX&lt;img src ="http://blog.csdn.net/jinru2560/aggbug/553025.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>