<?xml version="1.0" encoding="gbk"?>
<!--  RSS generated by Flaimo.com RSS Builder [2026-04-04 07:28:38]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<pubDate>Sat, 04 Apr 2026 07:28:38 +0800</pubDate>
<lastBuildDate>Sat, 04 Apr 2026 07:28:38 +0800</lastBuildDate>
<docs>http://bbs.rongsen.com.cn/</docs>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
<link>http://bbs.rongsen.com.cn/</link>
<title>Oracle数据库-黑客防线网安服务器维护基地</title>
<image>
<title>Oracle数据库-黑客防线网安服务器维护基地</title>
<url>http://bbs.rongsen.com.cn/images/logo.gif</url>
<link>http://bbs.rongsen.com.cn/</link>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
</image>
<webMaster>http://bbs.rongsen.com.cn/</webMaster>
<generator>http://bbs.rongsen.com.cn/</generator>
<category>黑客防线网安服务器维护基地</category>
<ttl>60</ttl>
<dc:creator>http://bbs.rongsen.com.cn/</dc:creator>
<dc:date>Sat, 04 Apr 2026 07:28:38 +0800</dc:date>
<sy:updateFrequency>0</sy:updateFrequency>
<sy:updateBase>2026</sy:updateBase>
<item>
<title><![CDATA[Oracle数据库安装、配置后，SQL*Plus操作初步]]></title>
<link>http://bbs.rongsen.com.cn/show-235-1.html</link>
<description><![CDATA[<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-02-22 03:25:10</pubDate>
<guid>http://bbs.rongsen.com.cn/show-235-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[如何使用改变跟踪技术加速Oracle数据库递增备份]]></title>
<link>http://bbs.rongsen.com.cn/show-454-1.html</link>
<description><![CDATA[【编者按】　　Oracle 8.0引进了恢复管理（RMAN），首次实现了真正的递增备份。在RMAN之前，数据库输出也能够递增进行，但一旦某个表的任何一块发生改变，整个表都需要重写。RMAN递增备份则仅需在给定的数据文件 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%B5%DD%D4%F6%B1%B8%B7%DD target='blank'>递增备份</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:16:42</pubDate>
<guid>http://bbs.rongsen.com.cn/show-454-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[你对Oracle数据库字符集究竟认识多少？]]></title>
<link>http://bbs.rongsen.com.cn/show-455-1.html</link>
<description><![CDATA[本文从定义入手来讲解对Oracle数据库字符集如何全面认识。 　　什么是Oracle字符集 　　Oracle字符集是一个字节数据的解释的符号集合,有大小之分,有相互的包容关系。 　　Oracle支持国家语言的体系结构允许你使 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%D7%D6%B7%FB%BC%AF target='blank'>字符集</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:17:03</pubDate>
<guid>http://bbs.rongsen.com.cn/show-455-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[oracle移植到mysql注意事项]]></title>
<link>http://bbs.rongsen.com.cn/show-456-1.html</link>
<description><![CDATA[客户用的数据库是mysql，而研发好的产品支持oracle，为了让客户掏腰包，我们必须把数据库环境从oracle转向mysql。我们在转换的过程中碰到了下面一些问题，希望能给同样遭遇的同仁们一些借鉴。如果我们在最初的设 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=oracle target='blank'>oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%D2%C6%D6%B2 target='blank'>移植</a>&nbsp;&nbsp;<a href=tag.php?tag=mysql target='blank'>mysql</a>&nbsp;&nbsp;<a href=tag.php?tag=%D7%A2%D2%E2%CA%C2%CF%EE target='blank'>注意事项</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:17:21</pubDate>
<guid>http://bbs.rongsen.com.cn/show-456-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[oracle中实现top N]]></title>
<link>http://bbs.rongsen.com.cn/show-457-1.html</link>
<description><![CDATA[1.在ORACLE中实现SELECT TOP N 
   由于ORACLE不支持SELECT TOP语句，所以在ORACLE中经常是用ORDER BY跟ROWNUM的组合来实现SELECT TOP N的查询。 
  简单地说，实现方法如下所示： 
      SELECT　列名１．． ...<br /><strong>Tags</strong>:<a href=tag.php?tag=oracle target='blank'>oracle</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:17:39</pubDate>
<guid>http://bbs.rongsen.com.cn/show-457-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库创建存储过程的简单方法]]></title>
<link>http://bbs.rongsen.com.cn/show-458-1.html</link>
<description><![CDATA[连接到:　　Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production　　With the Partitioning, OLAP and Oracle Data Mining options　　JServer Release 9.2.0.1.0 - Production　　　　SQL&gt; create or ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%B4%E6%B4%A2%B9%FD%B3%CC target='blank'>存储过程</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:18:12</pubDate>
<guid>http://bbs.rongsen.com.cn/show-458-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[SQL PLUS命令的使用大全]]></title>
<link>http://bbs.rongsen.com.cn/show-459-1.html</link>
<description><![CDATA[1. 执行一个SQL脚本文件 SQL&gt;start file_name SQL&gt;@ file_name 我们可以将多条sql语句保存在一个文本文件中，这样当要执行这个文件中的所有的sql语句时，用上面的任一命令即可，这类似于dos中的批处理。   2. 对 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=SQL target='blank'>SQL</a>&nbsp;&nbsp;<a href=tag.php?tag=PLUS target='blank'>PLUS</a>&nbsp;&nbsp;<a href=tag.php?tag=%C3%FC%C1%EE target='blank'>命令</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:18:30</pubDate>
<guid>http://bbs.rongsen.com.cn/show-459-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[ORACLE数据库的统计数据及其生成方式]]></title>
<link>http://bbs.rongsen.com.cn/show-460-1.html</link>
<description><![CDATA[ORACLE数据库的PL/SQL语句执行的优化器，有基于代价的优化器（CBO）和基于规则的优化器（RBO）。RBO的优化方式，依赖于一套严格的语法规则，只要按照规则写出的语句，不管数据表和索引的内容是否发生变化，不会 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=ORACLE target='blank'>ORACLE</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%CD%B3%BC%C6%CA%FD%BE%DD target='blank'>统计数据</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:18:59</pubDate>
<guid>http://bbs.rongsen.com.cn/show-460-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库的空间管理技巧]]></title>
<link>http://bbs.rongsen.com.cn/show-461-1.html</link>
<description><![CDATA[在Oracle数据库中，DBA可以通过观测一定的表或视图来了解当前空间的使用状况，进而作出可能的调整决定。 一.表空间的自由空间 　　通过对表空间的自由空间的观察，可用来判断分配给某个表空间的空间是太多还是不 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%BF%D5%BC%E4%B9%DC%C0%ED target='blank'>空间管理</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:19:40</pubDate>
<guid>http://bbs.rongsen.com.cn/show-461-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库7.X 回滚表空间数据文件误删除处理方法]]></title>
<link>http://bbs.rongsen.com.cn/show-462-1.html</link>
<description><![CDATA[一、 引言： ---- 回滚段是数据库的一部分，它记录数据库变更的信息。使用这些信息实现数据库的读一致性及其恢复。若回滚段出现故障，则数据库不能正常启动，导致数据库瘫痪，用户无法读写数据。若能将回滚段的 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%BB%D8%B9%F6%B1%ED target='blank'>回滚表</a>&nbsp;&nbsp;<a href=tag.php?tag=%BF%D5%BC%E4%CA%FD%BE%DD target='blank'>空间数据</a>&nbsp;&nbsp;<a href=tag.php?tag=%CE%F3%C9%BE%B3%FD target='blank'>误删除</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:20:01</pubDate>
<guid>http://bbs.rongsen.com.cn/show-462-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[用Oracle数据库导入导出工具实现Oracle数据库移植]]></title>
<link>http://bbs.rongsen.com.cn/show-463-1.html</link>
<description><![CDATA[Oracle数据库作为目前市场的主流数据库之一，许多应用都在其上进行开发，由于Oracle数据库更新换代的原因和不同的应用程序提供商，可能会造成在一个单位的应用中存在Oracle的几种版本，如Oracle 7、Oracle 8、O ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%B5%BC%C8%EB target='blank'>导入</a>&nbsp;&nbsp;<a href=tag.php?tag=%B5%BC%B3%F6 target='blank'>导出</a>&nbsp;&nbsp;<a href=tag.php?tag=%B9%A4%BE%DF target='blank'>工具</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%B5%CF%D6 target='blank'>实现</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:20:25</pubDate>
<guid>http://bbs.rongsen.com.cn/show-463-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库性能优化系列讲座之技巧篇]]></title>
<link>http://bbs.rongsen.com.cn/show-464-1.html</link>
<description><![CDATA[1. 选用适合的ORACLE优化器 　　ORACLE的优化器共有3种: 　　a. RULE (基于规则) b. COST (基于成本) c. CHOOSE (选择性) 　　设置缺省的优化器,可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明,如RULE, ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%D0%D4%C4%DC%D3%C5%BB%AF target='blank'>性能优化</a>&nbsp;&nbsp;<a href=tag.php?tag=%CF%B5%C1%D0%BD%B2%D7%F9 target='blank'>系列讲座</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:21:28</pubDate>
<guid>http://bbs.rongsen.com.cn/show-464-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[在Oracle数据库运行操作系统命令]]></title>
<link>http://bbs.rongsen.com.cn/show-465-1.html</link>
<description><![CDATA[在Oracle 8i中,往往会出现要在存储过程中运行操作系统命令的情况.一般来说,利用Oracle Enterprise Manager设定作业时可以达到这个目的.但是由于OEM在设定作业缺乏灵活性,设定的作业的参数是固定的.在实际应用当 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%D4%CB%D0%D0 target='blank'>运行</a>&nbsp;&nbsp;<a href=tag.php?tag=%B2%D9%D7%F7%CF%B5%CD%B3 target='blank'>操作系统</a>&nbsp;&nbsp;<a href=tag.php?tag=%C3%FC%C1%EE target='blank'>命令</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:21:50</pubDate>
<guid>http://bbs.rongsen.com.cn/show-465-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库维护常用SQL语句]]></title>
<link>http://bbs.rongsen.com.cn/show-466-1.html</link>
<description><![CDATA[1、查看表空间的名称及大小 　　select t.tablespace_name, round(sum(bytes/(1024*1024)),0) ts_size 　　from dba_tablespaces t, dba_data_files d 　　where t.tablespace_name = d.tablespace_name 　　gr ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CE%AC%BB%A4 target='blank'>维护</a>&nbsp;&nbsp;<a href=tag.php?tag=%B3%A3%D3%C3 target='blank'>常用</a>&nbsp;&nbsp;<a href=tag.php?tag=SQL target='blank'>SQL</a>&nbsp;&nbsp;<a href=tag.php?tag=%D3%EF%BE%E4 target='blank'>语句</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:22:26</pubDate>
<guid>http://bbs.rongsen.com.cn/show-466-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库里时间的应用]]></title>
<link>http://bbs.rongsen.com.cn/show-467-1.html</link>
<description><![CDATA[1、转换函数与date操作关系最大的就是两个转换函数：to_date(),to_char()to_date() 作用将字符类型按一定格式转化为日期类型：具体用法:to_date(&#039;&#039;2004-11-27&#039;&#039;,&#039;&#039;yyyy-mm-dd&#039;&#039;),前者为字符串，后者为转 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%D3%A6%D3%C3 target='blank'>应用</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:22:55</pubDate>
<guid>http://bbs.rongsen.com.cn/show-467-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库设计开发阶段性能优化策略]]></title>
<link>http://bbs.rongsen.com.cn/show-468-1.html</link>
<description><![CDATA[摘　要 通过对Oracle 数据库系统物理结构和逻辑结构的分析，阐述了在Oralce数据库设计开发阶段性能优化的一些策略和方法。 
　　关键词 Oracle 数据库 性能优化 策略
　　引言
　　Oracle是目前使用最为广泛 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%C9%E8%BC%C6%BF%AA%B7%A2 target='blank'>设计开发</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:23:36</pubDate>
<guid>http://bbs.rongsen.com.cn/show-468-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库性能优化技术]]></title>
<link>http://bbs.rongsen.com.cn/show-469-1.html</link>
<description><![CDATA[1. 引言
随着网络应用和电子商务的不断发展，各个站点的访问量越来越大，数据库规模也随之不断的扩大，数据库系统的性能问题就越来越突出，因此，如何对数据库进行调优至关重要：如何使用有限的计算机系统资源 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;<a href=tag.php?tag=%D0%D4%C4%DC%D3%C5%BB%AF target='blank'>性能优化</a>&nbsp;&nbsp;<a href=tag.php?tag=%BC%BC%CA%F5 target='blank'>技术</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:28:59</pubDate>
<guid>http://bbs.rongsen.com.cn/show-469-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库中索引的维护]]></title>
<link>http://bbs.rongsen.com.cn/show-470-1.html</link>
<description><![CDATA[本文只讨论Oracle中最常见的索引，即是B-tree索引。本文中涉及的数据库版本是Oracle8i。　　 一. 查看系统表中的用户索引　　在Oracle中，SYSTEM表是安装数据库时自动建立的，它包含数据库的全部数据字典，存储 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:29:16</pubDate>
<guid>http://bbs.rongsen.com.cn/show-470-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库游标使用大全]]></title>
<link>http://bbs.rongsen.com.cn/show-471-1.html</link>
<description><![CDATA[查询　　 SELECT语句用于从数据库中查询数据，当在PL/SQL中使用SELECT语句时，要与INTO子句一起使用，查询的返回值被赋予INTO子句中的变量，变量的声明是在DELCARE中。SELECT INTO语法如下：



SELECT [DI ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%BE%DD%BF%E2 target='blank'>数据库</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:29:39</pubDate>
<guid>http://bbs.rongsen.com.cn/show-471-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[Oracle数据库8i中字符集乱码问题析及其解决办法]]></title>
<link>http://bbs.rongsen.com.cn/show-472-1.html</link>
<description><![CDATA[一、问题描述
　　SQL Plus WorkSheet是一个窗口图形界面的SQL语句编辑器，对于那些喜欢窗口界面而不喜欢字符界面的用户，该工具相对SQL/PLUS受到了很大的欢迎。但从Oracle 8i以后，如果安装Oracle 8i时选取的 ...<br /><strong>Tags</strong>:<a href=tag.php?tag=Oracle target='blank'>Oracle</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-04-01 17:30:07</pubDate>
<guid>http://bbs.rongsen.com.cn/show-472-1.html</guid>
<author>黑客防线网安服务器维护基地 http://bbs.rongsen.com.cn/</author>
</item>
</channel>
</rss>
