<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>ORACLE</title>
    <link>https://zgdoc.com/listinfo-163-0.html</link>
    <description>Latest 50 infos of ORACLE</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 07:55:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://zgdoc.com/e/data/images/rss.gif</url>
      <title>智格文秘网</title>
      <link>https://zgdoc.com/</link>
    </image>
    <item>
      <title><![CDATA[Oracle 通过alter table增删改列的语法]]></title>
      <description><![CDATA[         alter table tablename add (column datatype default valuenull/not null，….);alter table tablename modify (column datatype default valuenull/not null，….);alter table tablename d ]]></description>
      <link>https://zgdoc.com/showinfo-163-95449-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95449-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:32:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle基础：bean的属性类型]]></title>
      <description><![CDATA[         　1、 ibatis中会通过resultMap把bean的类型与Oracle的列对应起来，如下面的例子：Xml代码&amp;lt;resultMap id=&amp;quot;userMap&amp;quot; class=&amp;quot;userBean&amp;quot; &amp;gt;&amp;lt;result column=&amp;quot;ID&amp;quot; property=&amp;quot;id&amp;quot;  /&amp;gt;&amp;lt;result colum ]]></description>
      <link>https://zgdoc.com/showinfo-163-95427-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95427-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:31:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle关于加锁的讨论]]></title>
      <description><![CDATA[         加锁是为了防止一些操作而进行的，比如说共享锁，可以防止别的事务加上排他锁，如果多个事物对同一张表都加上共享锁的话，也就都不能修改了，可以进行读操作。如果只有一个事物加上共享锁，是可以修改的。　 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95428-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95428-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:31:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle排序分页方法]]></title>
      <description><![CDATA[         ORACLE分页一直是比较麻烦的一件事情，它没有MYSQL的LIMIT关键字，只有通过伪列ROWNUM来实现，如果不用排分页其实很简单，在此不述。排序分页中如果要排序的字段有很多相同值的情况下只使用2层嵌套查询则 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95385-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95385-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[并行恢复standby数据库 提高恢复速度]]></title>
      <description><![CDATA[         有一个数据库，standby库恢复时经常赶不上主库的进度，用iostat -x 3查看磁盘利用率的时候，发现三个放数据文件的盘（每个盘是由6个物理盘做的raid10）的读iops在80以内，磁盘利用率在30%以内。所以初步分析 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95386-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95386-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle安装完成后的初始口令]]></title>
      <description><![CDATA[         Oracle 8i安装完成后的初始口令:internal/oraclesys/change_on_installsystem/managerscott/tigersysman/oem_tempOracle 9i在安装的时候 SYS 和SYSTEM是要你自己输入密码的而且 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95387-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95387-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle数据库导出步骤]]></title>
      <description><![CDATA[         　1. 通过数据库连接工具导出所有表的信息，使用Emeditor进行替换，生成导出的sheel文件，例如：（实验证明tables后面有几百张表是不行的，但是这里可以导出整个实例可能更好一点，但是看不到进度） ]]></description>
      <link>https://zgdoc.com/showinfo-163-95388-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95388-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle如何回收回滚段空间]]></title>
      <description><![CDATA[         是谁&amp;quot;偷偷的&amp;quot;用了那么多空间呢(本来有几十个G的Free磁盘空间的)?检查数据库表空间占用空间情况:SQL&amp;gt; select tablespace_name，sum(bytes)/1024/1024/1024 GB2 from dba_data_files group by tabl ]]></description>
      <link>https://zgdoc.com/showinfo-163-95311-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95311-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle图形化管理工具Navicat 安装与使用]]></title>
      <description><![CDATA[         Navicat Oracle的特点是直观的GUI和提供了强大的可视化工具，如查询编辑器与语法突出能力时， SQL预览时， SQL控制台，文本，十六进制和BLOB的查看/编辑器， SSH的隧道和更多，以提高工作效率。安装：1.下载 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95312-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95312-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle表中重复记录查询三法]]></title>
      <description><![CDATA[         下面我们以表code_ref为例来讨论这个问题及其解决办法。ERROR位于第1行：ORA-01452: 无法 CREATE UNIQUE INDEX;找到重复的关键字Oracle系统提示不能对表code_ref创建一个唯一索引，因为系统发现 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95313-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95313-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle中文排序方法介绍]]></title>
      <description><![CDATA[         Oracle9i之前，中文是按照二进制编码进行排序的。在oracle9i中新增了按照拼音、部首、笔画排序功能。1、设置NLS_SORT参数值SCHINESE_RADICAL_M 按照部首（第一顺序）、笔划（第二顺序）排序SCHI ]]></description>
      <link>https://zgdoc.com/showinfo-163-95314-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95314-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle如何创建用户权限]]></title>
      <description><![CDATA[         本文将介绍的是通过创建一张表，进而实现Oracle创建用户权限的过程。以下这些代码主要也就是为实现Oracle创建用户权限而编写，希望能对大家有所帮助。注意：每条语语分开执行，结尾必须用分号;//创建 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95315-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95315-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle使用函数取得小数的整数部分]]></title>
      <description><![CDATA[         　Trunc 函数 （for date）用法一（for date）：为指定元素而截去的日期值。语法如下：TRUNC（date，fmt）参数分析：date一个日期值。fmt日期格式，该日期将由指定的元 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95316-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95316-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle Application Server安装步骤]]></title>
      <description><![CDATA[         一.OAS的安装1.运行安装程序Setup.exe 后，先修改安装盘为Oracle数据库安装盘.再选择高级安装进入下一步.2.选择 J2EE Server And Web Server (476MB)，进入下一步.过程中会提示一个报警信息如图:选 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95317-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95317-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle主机命名与本地服务名称解析]]></title>
      <description><![CDATA[         目标：描述主机命名与本地服务名称解析之间的区别使用 Oracle Net Configuration Assistant 配置：主机命名方法本地命名方法网络服务名排除简单连接出现的故障要点：1.命名 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95157-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95157-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解决Oracle RAC客户端连接不稳定]]></title>
      <description><![CDATA[         Oracle RAC安装完毕后，监听、tnsname.ora按照Oracle默认配置好后，在服务器端用sqlplus连接没有问题，但是用客户端连接，会出现有时候连不上的错误，解决方法：1、修改监听文件，增加SID_LIST_LISTENER ]]></description>
      <link>https://zgdoc.com/showinfo-163-95158-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95158-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何执行逻辑备数据库的切换和故障转移]]></title>
      <description><![CDATA[         本文描述如何执行包含逻辑备数据库的切换和故障转移。一、    逻辑备数据库的切换当你执行切换，在主数据库和逻辑备数据库之间更改角色，总是在主数据库上发起切换并在逻辑备数据库上完成。这些步骤 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95159-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95159-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle入门：存储过程]]></title>
      <description><![CDATA[         1、创建存储过程create or replace procedure test(var_name_1 in type，var_name_2 out type) as--声明变量(变量名 变量类型)begin--存储过程的执行体end test;2、变量赋值变量 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95160-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95160-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle中关于beq协议进程介绍]]></title>
      <description><![CDATA[         今天同事问在系统中发现有协议为beq的进程，不了解其作用。BEQ=bequeath protocol先看看情况： BEQ协议进程：使用sqlplus / as sysdba方式登录，系统将会自动创建一个BEQ协议的进程.BEQ是一个sql*net ]]></description>
      <link>https://zgdoc.com/showinfo-163-95161-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95161-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle函数介绍：decode]]></title>
      <description><![CDATA[         Sql代码select sum(DECODE(C810000125，&amp;#039;是&amp;#039;，1，0))/COUNT(1) 合格率 FROM t581统计合格率，如果 C810000125这个字段为“是”结果1，不为是结果为0还可以这样写：Sql代码select sum(case  ]]></description>
      <link>https://zgdoc.com/showinfo-163-95162-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95162-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle的驱动与Mysql的驱动]]></title>
      <description><![CDATA[         　Mysql的驱动：public PersonOperation() {try {Class.forName(&amp;quot;com.mysql.jdbc.Driver&amp;quot;);try {connection = DriverManager.getConnection(&amp;quot;jdbc:mysql://localhost:3306/linger&amp;quot;， ]]></description>
      <link>https://zgdoc.com/showinfo-163-95163-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95163-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle中如何创建dblink]]></title>
      <description><![CDATA[         当用户要跨本地数据库，访问另外一个数据库表中的数据时，本地数据库中必须创建了远程数据库的dblink，通过dblink本地数据库可以像访问本地数据库一样访问远程数据库表中的数据。下面讲介绍如何在本地数据库中 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95164-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95164-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何设置bash profile格式]]></title>
      <description><![CDATA[         在redhat linux5上安装oracle 11g后，切换oracle用户下提示：  -bash: ORACLE_BASE : command not found   打开.bash_profile   几番尝试后，才可发现=前后不需要有空格。                   ]]></description>
      <link>https://zgdoc.com/showinfo-163-95165-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95165-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle触发器介绍与应用]]></title>
      <description><![CDATA[         　一 Oracle触发器语法触发器是特定事件出现的时候，自动执行的代码块。类似于存储过程，触发器与存储过程的区别在于:存储过程是由用户或应用程序显式调用的，而触发器是不能被直接调用的。功能： ]]></description>
      <link>https://zgdoc.com/showinfo-163-95166-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95166-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle trunc函数使用介绍]]></title>
      <description><![CDATA[          1.TRUNC(for dates)TRUNC函数为指定元素而截去的日期值。其具体的语法格式如下：TRUNC（date，fmt）其中：date 一个日期值fmt 日期格式，该日期将由指定的元素格式所截去。忽略它 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95167-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95167-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle查看连接数的SQL语句]]></title>
      <description><![CDATA[         select * from v$session where username is not null；select username，count(username) from v$session where username is not null group by username；                  ]]></description>
      <link>https://zgdoc.com/showinfo-163-95168-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95168-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle 中关于flashback闪回的介绍]]></title>
      <description><![CDATA[         　1、必须设定undo保留时间足够大以能够重构需要闪回的数据ALTER SYSTEM SET UNDO_RETENTION=&amp;lt;SECONDS&amp;gt;; seconds值是undo数据保持的秒数。Flashback view是由undo retention interval来限制的。 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95169-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95169-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一个简单的oracle触发器]]></title>
      <description><![CDATA[         业务需要，写一个触发器在tab_user_detail表增加一条数据后，往tab_user表增加一条记录create trigger tri_user_insertafter insert on tab_user_detailfor each rowbegininsert in ]]></description>
      <link>https://zgdoc.com/showinfo-163-95170-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95170-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle里通过merge语句判断重复插入]]></title>
      <description><![CDATA[         由于项目中需要用到批量插入，为了防止用户插入重复的数据，需要先判断插入的数据是不是已经存在，如果存在则忽略这次插入，否则插入这条数据，刚开始的时候是先用一条SQL语句判断，如果返回结果是真（记录已 ]]></description>
      <link>https://zgdoc.com/showinfo-163-95171-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-95171-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[建立数据仓库：入门的八个诀窍]]></title>
      <description><![CDATA[ 	        　当使用SQL Server技术建立一个数据仓库时，你可能会面临一些挑战。我将给你一些建议来克服它们。当然，每个环境可能会给建立数据仓库所面临的挑战增添自己的难度，但是这些建议大多数都是通用的，足以应用 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26461-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26461-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle 9i轻松取得建表和索引DDL语句]]></title>
      <description><![CDATA[ 	         我们都知道在9i之前，要想获得建表和索引的语句是一件很麻烦的事。我们通常的做法都是通过export with rows=no来得到，但它的输出因为格式的问题并不能直接拿来用。而另一种方法就是写复杂的脚本来查询数据 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26520-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26520-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL中使用WITH AS提高性能]]></title>
      <description><![CDATA[ 	         摘要：本文结合笔者实际的工作情况，说明了如何使用with as改写存储过程，从而大幅提高SQL的运行时间。本文首先交代了案例的起因，随后简单介绍了WITH AS的含义，最后基于实际工作，使用了一个测试用例来说 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26462-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26462-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle 5大ACE谈关系数据库的发展]]></title>
      <description><![CDATA[ 	         编者按：上海OOW大会期间，IT168&amp;amp;ITPUB网站记者组织与会的oracle数据库5位ACE一起，做了关于Oracle11g数据库和关系型数据库发展的技术沙龙。       人物介绍：黄老师：ITPUB社区创始人，Oracle数据库技 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26597-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26597-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[oracle中的共享服务器和专用服务器]]></title>
      <description><![CDATA[ 	         所有连接到ORACLE的用户必须执行两个代码模块：     应用或ORACLE工具：一数据库用户执行一数据库应用或一个ORACLE工具，可向ORACLE数据库发出SQL语句。ORACLE服务器程序：负责解释和处理应用中的SQL语句。 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26463-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26463-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分析师认为Oracle将启动开源行动]]></title>
      <description><![CDATA[ 	         在商业软件市场通过200亿收购狂欢实现与SAP AG很好的竞争后，Oracle公司将于下周开始新的行动，计划推动自己的开源技术策略借此来对抗竞争对手微软公司。    Oracle公司在经过一番对竞争对手如PeopleSoft和 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26521-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26521-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle10g新特性]]></title>
      <description><![CDATA[ 	        　Oracle 9i之前，提供了一个命令’warp’来加密代码。但它是命令行方式的，是针对脚本的。10g中，Oracle包DBMS_DDL提供了一个新的函数CREATE_WRAPPED来实现对代码的混淆。举例： 1 SQL&amp;gt; declare 2 V_PR ]]></description>
      <link>https://zgdoc.com/showinfo-163-26464-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26464-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle ERP 11i应用临时文件的清理]]></title>
      <description><![CDATA[ 	         Oracle ERP应用系统会产生大量的临时文件和废弃记录，系统管理员必须定期的对这些内容进行整理和清除，下面简单的列了一下11i中最常见的需要清理的文件和记录，希望能给应用管理员们一点帮忙，大家觉得还有 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26651-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26651-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle Tuning 有时就这么简单]]></title>
      <description><![CDATA[ 	         一个月一度的征期到了，在上次存储调整之后平稳度过了数月之后，这次客户又来紧急电话，从上周三下午开始数据库服务器I/O负载忽然陡升到100%，申报要40分钟，各大厅纳税人开始骂娘。。。     每个月的征期 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26465-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26465-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[全面介绍恢复Oracle数据库]]></title>
      <description><![CDATA[ 	        要损坏Oracle数据是不可能的。环境恢复的机制保证了这一点，就是使用redo和undo来将数据库返回到环境失败之前的一个一致性状态中去。然而，在媒介失败之后丢失数据是可能的 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26522-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26522-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle导入导出工具实现数据库移植]]></title>
      <description><![CDATA[ 	         Oracle数据库作为目前市场的主流数据库之一，许多应用都在其上进行开发，由于Oracle数据库更新换代的原因和不同的应用程序提供商，可能会造成在一个单位的应用中存在Oracle的几种版本，如Oracle 7、Oracle ]]></description>
      <link>https://zgdoc.com/showinfo-163-26466-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26466-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SAP与Oracle的SOA领域之争]]></title>
      <description><![CDATA[ 	        在Oracle和SAP之间持续进行的对于商业应用霸主地位的争夺把技术专业人员分成了不同的阵营。      一些人认为Oracle CEO Larry Ellison的看法和牢固跟踪记录的观点为给这个坐落在加州Redwood的数据库巨头带来 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26598-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26598-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:51:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle10g新特性]]></title>
      <description><![CDATA[ 	        设置默认表空间      DBA们经常会遇到一个这样令人头疼的问题：不知道谁在Oracle上创建了一个用户，创建时，没有给这个用户指定默认表空间，所以这个用户就会采用默认的表空间 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26467-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26467-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[点评Oracle11g新特性之SecureFiles]]></title>
      <description><![CDATA[ 	         Oracle11g数据库新推出了一个完全重新设计的大对象(LOB)数据类型用于大幅度的提高性能、可管理性和简化应用的开发。这个全新的数据类型同时还提供了高级的下一代功能例如智能压缩和透明加密等功能。Secure ]]></description>
      <link>https://zgdoc.com/showinfo-163-26523-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26523-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle收益增长65％目标“敌人”仍是IBM]]></title>
      <description><![CDATA[ 	        内容提要：甲骨文公司的新的应用程序授权使得其在本财年第一个季度的收益共增加了65%。但该公司仍然把SAP和IBM作为自己在相关领域内的竞争对手。    虽然甲骨文（Oracle）公司刚刚在今年推出新品Oracle 11g ]]></description>
      <link>https://zgdoc.com/showinfo-163-26468-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26468-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle10g新特性]]></title>
      <description><![CDATA[ 	        　RMAN增量备份方案、增量备份的离线恢复、恢复预览、从resetlogs中恢复、文件压缩等被重新设计后变得更加强大了。     大多数人都赞同RMAN就是Oracle事实上的数据库备份工具。尽管早期版本的RMAN已经很强大 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26716-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26716-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Sunopsis助燃Oracle的Fusion中间件]]></title>
      <description><![CDATA[ 	        2006年10月9日，Oracle公司对外宣布其已经成功收购数据集成服务工具供应商Sunopsis。当天Oracle并未透露具体的收购条款。同时Oracle启动了它的整合计划，将把Sunopsis的数据集成产品整合到其Fusion中间件套 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26469-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26469-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle11g新特性之Auto Memory Management]]></title>
      <description><![CDATA[ 	         Auto Memory Management是Oracle10g提出来的一个新特性，在最新的Oracle11g数据库中又得到了进一步的发展。通过使用自动内存管理，Oracle数据库中的PGA和SGA内存之间可以互相转换，根据当前的工作负载来自 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26530-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26530-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle中使用自治事务保存日志表条目]]></title>
      <description><![CDATA[ 	        　数据库事务是一种单元操作，要么是全部操作都成功，要么全部失败。在Oracle中，一个事务是从执行第一个数据管理语言（DML）语句开始，直到执行一个COMMIT语句，提交保存这个事务，或者执行一个ROLLBACK语 ]]></description>
      <link>https://zgdoc.com/showinfo-163-26470-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26470-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle 11g 新特性：如何使用ADRCI]]></title>
      <description><![CDATA[ 	        一．关于 ADR Command Interpreter (ADRCI)关于Automatic Diagnostic Repository (ADR) ]]></description>
      <link>https://zgdoc.com/showinfo-163-26599-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26599-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Oracle10g新特性]]></title>
      <description><![CDATA[ 	        10g审计能力的提升     Oracle 10g的审计会在非常细节的层次上捕捉用户的动作，它可以是手动审计、基于触发器审计。 假如用户A用以下语句更新了表里面得一条记录： SQL&amp;gt; update SCOTT.EMP set salary =  ]]></description>
      <link>https://zgdoc.com/showinfo-163-26471-0.html</link>
      <guid>https://zgdoc.com/showinfo-163-26471-0.html</guid>
      <category>ORACLE</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 17:50:40 +0000</pubDate>
    </item>
  </channel>
</rss>