<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:15:58 GMT</pubDate>
    <item>
      <title>关于Logminer</title>
      <link>http://www.qqread.com/oracle/2006/07/d089156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/d089156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>Logminer能用来做什么？LogMiner 提供了一个处理重做日志文件并将其内容翻译成代表对数据库的逻辑操作的SQL 语句的过程。LogMiner 运行在Oracle 版本8.1 或者更高版本中。如何使用Logminer:1。先要安装logminer的两个包；以SYS用户运行下面两个sql：$ORACLE_HOME/rdbms/...</description>
    </item>
    <item>
      <title>如何创建DBA ROLE</title>
      <link>http://www.qqread.com/oracle/2006/07/s091156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/s091156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>本人一次遇到有人将数据库DBA ROLE删除掉了，惊讶之余 ,只好想办法恢复，经查找资料，终于完全恢复了DBA ROLE，现将恢复过程与大家共享： 用 sys/xxxx as sysdba登录sqlplus，然后执行下列语句： SQL create role dba;SQL grant all privileges to dba with adm...</description>
    </item>
    <item>
      <title>oracle管理查询</title>
      <link>http://www.qqread.com/oracle/2006/07/h107156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/h107156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>oracle日常管理用到的一些sql语句继续添加中表空间及容量：select tablespace_name,sum(bytes)/1024/1024/1024 from dba_data_files group by tablespace_name;表空间的空闲容量：select tablespace_name,sum(bytes) from dba_free_space group by tablespace_name;系统...</description>
    </item>
    <item>
      <title>ORACLE 9I FOR AIX 5L 的安装文档</title>
      <link>http://www.qqread.com/oracle/2006/07/b109156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/b109156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>ORACLE 9I FOR AIX 5L 的安装文档 第一节：安装 注意：因为ORACLE 9I为64位，所以安装的AIX平台也必须是64位。如果不是必须要重新安装或使用连接库函数将其改为64位 To change to 64 bit multi-processor mode: # ln -sf /usr/lib/boot/unix_64 /unix # ln -sf /usr/lib...</description>
    </item>
    <item>
      <title>Oracle SQL性能优化系列讲座之三</title>
      <link>http://www.qqread.com/oracle/2006/07/b691131052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/b691131052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 7 Jul 2006 00:00:00 GMT</pubDate>
      <description>8. 使用DECODE函数来减少处理时间 使用DECODE函数可以避免重复扫描相同记录或重复连接相同的表. 例如: SELECT COUNT(*)，SUM(SAL) FROMEMP WHERE DEPT_NO = 0020 AND ENAME LIKE‘SMITH%'; SELECT COUNT(*)，SUM(SAL) FROMEMP WHERE DEPT_NO = 0030 AND ENAME LIKE‘SMI...</description>
    </item>
    <item>
      <title>用Oracle并行查询发挥多CPU的威力</title>
      <link>http://www.qqread.com/oracle/2006/07/d537131052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/d537131052.html</guid>
      <category>Oracle</category>
      <pubDate>Thur, 6 Jul 2006 00:00:00 GMT</pubDate>
      <description>在一个单独的服务器中安装更多的CPU成为目前的一个趋势。使用对称多处理服务器（SMP）的情况下，一个Oracle服务器拥有8个、16个或32个CPU以及几吉比特RAM的SGA都不足为奇。 Oracle跟上了硬件发展的步伐，提供了很多面向多CPU的功能。从Oracle8i开始，Oracle在每个数据库...</description>
    </item>
    <item>
      <title>unix----hp-ux ,trusted system 察看及convert</title>
      <link>http://www.qqread.com/oracle/2006/06/n569130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/n569130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>#/usr/lbin/getprdrfshows that your system is trusted or notto make it untrust#/usr/lbin/tsconvert -r(make a back up of /etc/passwd before converting--------------------http://docs.hp.com/en/B2355-90121/...</description>
    </item>
    <item>
      <title>在 Linux x86 上安装 Oracle 数据库 10g</title>
      <link>http://www.qqread.com/oracle/2006/06/e570130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/e570130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>oracle官方网站上的安装文档作者：John Smiley 学习在 RHEL 2.1、RHEL 3 或 SLES 8 上从头安装 Oracle 数据库 10g 的基础知识概述 这是在 Linux 上安装 Oracle 10g 软件主要组件指南系列的第一部分。这些文章详细介绍了 Linux 的所有三个已认证的英语发行套件（未介绍 A...</description>
    </item>
    <item>
      <title>怎么样快速复制表或者是插入数据</title>
      <link>http://www.qqread.com/oracle/2006/06/e571130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/e571130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>A]快速复制表可以指定Nologging选项如：Create table t1 nologging as select * from t2;快速插入数据可以指定append提示，但是需要注意noarchivelog模式下，默认用了append就是nologging模式的。 在archivelog下，需要把表设置程Nologging模式。如insert /*+ append */...</description>
    </item>
    <item>
      <title>如何让数据库使用spfile启动</title>
      <link>http://www.qqread.com/oracle/2006/06/s572130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/s572130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>从pfile创建spfile的方法SQL show parameter spfileNAME TYPEVALUE------------------------------------ ----------- ------------------------------spfile stringSQL create spfile from pfile='?/dbs/initsid.ora' SQL shutdownD...</description>
    </item>
    <item>
      <title>[转载]Oracle数据库性能终极优化</title>
      <link>http://www.qqread.com/oracle/2006/06/n575130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/n575130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>2002-03-07 14:19:51 徐永久Linux Journal 发表了一篇优化 Oracle 数据库的文章，感觉十分的有用。简要介绍其摘要和大家共同分享 Linux 在企业级数据库上应用。 原作者：Bert Scalzo 目前，HP，Compaq，Dell，IBM 以及 Oracle 都在加快速度拥抱 Linux ，这个开放源码的...</description>
    </item>
    <item>
      <title>Oracle SQL性能优化系列讲座之二</title>
      <link>http://www.qqread.com/oracle/2006/06/b648129052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/b648129052.html</guid>
      <category>Oracle</category>
      <pubDate>Mon, 26 Jun 2006 00:00:00 GMT</pubDate>
      <description>4. 选择最有效率的表名顺序(只在基于规则的优化器中有效) ORACLE的解析器按照从右到左的顺序处理FROM子句中的表名,因此FROM子句中写在最后的表(基础表 driving table)将被最先处理. 在FROM子句中包含多个表的情况下,你必须选择记录条数最少的表作为基础表.当ORACLE处理...</description>
    </item>
    <item>
      <title>Oracle erp销售订单订单行状态不对导致订单无法关闭之解决方案！</title>
      <link>http://www.qqread.com/oracle/2006/06/b950127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/b950127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>销售订单行booked后，挑库到待发库，突然决定不再发货，对订单行作backordered,但是订单行的状态没有变为cancle,仍然是picked,导致整个订单无法关闭！具体操作步骤：### Steps to Reproduce ### 1)om/order organizer /new sale order i create an sale order ,entry or...</description>
    </item>
    <item>
      <title>修改oracle9i数据库字符集的方法</title>
      <link>http://www.qqread.com/oracle/2006/06/a951127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/a951127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>SQL select name,value$ from props$ where name like '%NLS%';SQL alter database character set zhs16gbk;alter database character set zhs16gbk*ERROR at line 1:ORA-12712: new character set must be a superset of old character setSQL ALTER DATAB...</description>
    </item>
    <item>
      <title>SQL*Report 1.1 Error Messages And Codes</title>
      <link>http://www.qqread.com/oracle/2006/06/f952127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/f952127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>SQL*Report Messages:RPT-0000 to RPT-0078:RPT Error Messages And CodesSQL*Report Messages:RPT-0000 to RPT-0078:RPT Error Messages And CodesRPT-0000 too few arguments One of the RPT commands does not have enough arguments, or contains a carriage return...</description>
    </item>
    <item>
      <title>Oracle SQL的优化(1)</title>
      <link>http://www.qqread.com/oracle/2006/06/b956127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/b956127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>1、在Oracle中有两种操作可以直接访问Table (1)Table Access Full--为了优化全表扫描的性能，Oracle在每次数据库读取中都会读取多个数据块；--只要查询中没有where子句，Oracle就会采用全表扫描。 (2)Table Access by RowID(基于RowID的访问)--RowID记录了数据行的物理...</description>
    </item>
    <item>
      <title>转一个很好的Oracle贴子</title>
      <link>http://www.qqread.com/oracle/2006/06/h957127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/h957127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>用Pro*C开发多线程应用程序 （注：本文来自Pro*C/C++ Precompiler Programmer's Guide Release 8.1.5） 如果你的操作系统不支持线程，本文暂不适合你。本文包含以下几个部分： n 什么是多线程？ n Pro*C中的运行时上下文 n 运行时上下文的使用模式 n 多线程应用程序的用...</description>
    </item>
    <item>
      <title>创建 ext3 文件系统的步骤(摘)－－LINUX</title>
      <link>http://www.qqread.com/oracle/2006/06/y962127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/y962127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>给 Red Hat Linux 系统添加了一个新的磁盘驱动器，给这个磁盘驱动器分区，并使用 ext3 文件系统。 创建 ext3 文件系统的步骤如下所列： 使用 parted 或 fdisk 来创建分区。使用 mkfs 来把分区格式化为 ext3 文件系统。使用 e2label 给分区标签。创建挂载点。把分区添加...</description>
    </item>
    <item>
      <title>Oracle 9i在AIX 5L上的安装、建库和升级</title>
      <link>http://www.qqread.com/oracle/2006/06/b964127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/b964127052.html</guid>
      <category>Oracle</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>Oracle 9i 在AIX 5L 上的安装、建库与升级 作者：www.ncn.cn gototop 第一节：安装 一、确认系统环境 1、主机环境 u 机型：IBM M85 u CPU ：750MHz*8 u MEM ：12G （MIN 512M） $ /usr/sbin/lsattr -E -l sys0 -a realmem realmem 12582912 Amount of usable physical m...</description>
    </item>
    <item>
      <title>Oracle数据库系统紧急故障处理方法</title>
      <link>http://www.qqread.com/oracle/2006/06/b754127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/b754127052.html</guid>
      <category>Oracle</category>
      <pubDate>Tues, 20 Jun 2006 00:00:00 GMT</pubDate>
      <description>Oracle物理结构故障是指构成数据库的各个物理文件损坏而导致的各种数据库故障。这些故障可能是由于硬件故障造成的，也可能是人为误操作而引起。所以我们首先要判断问题的起因，如果是硬件故障则首先要解决硬件问题。在无硬件问题的前提下我们才能按照下面的处理方发来进...</description>
    </item>
  </channel>
</rss>
