<?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:16:06 GMT</pubDate>
    <item>
      <title>数据库归档日志管理方案</title>
      <link>http://www.qqread.com/db2/u643129052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/u643129052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 26 Jun 2006 00:00:00 GMT</pubDate>
      <description>数据库归档日志管理方案需求描述：由于使用了LOGRETAIN=ON数据库配置，所以数据库日志文件将不会被数据库从活动日志目录中自动删除或循环利用，活动日志目录中的日志文件将会越来越多，所以需要对该目录下的日志文件进行归档。问题分析将LOGRETAIN设置为ON后，数据库将...</description>
    </item>
    <item>
      <title>浅谈DB2数据库的备份与恢复(下)</title>
      <link>http://www.qqread.com/db2/r687129052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/r687129052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 26 Jun 2006 00:00:00 GMT</pubDate>
      <description>二、DB2数据库的恢复 DB2数据库提供了三种恢复类型：1、崩溃恢复（crash recovery)：崩溃恢复是用来在失败后立即进行恢复，把数据库恢复到一个事务一致状态，此状态的所有更改只有在执行提交事务后才生效。崩溃恢复使用命令 RESTART 执行。2、备份恢复（restore recover...</description>
    </item>
    <item>
      <title>如何提高IMPORT命令的性能</title>
      <link>http://www.qqread.com/db2/s965127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/s965127052.html</guid>
      <category>DB2</category>
      <pubDate>Wed, 21 Jun 2006 00:00:00 GMT</pubDate>
      <description>1如果是在分区数据库的环境下，可以利用Buffered Insert来提高IMPORT的性能:在执行IMPORT命令前，要先用INSERT BUF参数重新绑定IMPORT命令对应的绑定文件db2uimpm.bnd 。例如：db2 connect to 数据库名db2 bind db2uimpm.bnd blocking all insert bufdb2uimpm.bnd在..sq...</description>
    </item>
    <item>
      <title>DB2 的表空间</title>
      <link>http://www.qqread.com/db2/q356127052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q356127052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 19 Jun 2006 00:00:00 GMT</pubDate>
      <description>DB2 的表空间按管理方式分为两种：系统管理空间（System ManagementSpace，SMS）和数据库管理空间（Database Management Space，DMS）。按类型分为：规则表空间、长整数表空间、系统临时表空间、用户临时表空间 。其中长整数表空间只能是DMS的。规则表空间中包含用户数...</description>
    </item>
    <item>
      <title>DB2数据库为单个会话锁定技巧</title>
      <link>http://www.qqread.com/db2/q892124052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q892124052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 12 Jun 2006 00:00:00 GMT</pubDate>
      <description>DB2从版本8.2开始，客户可以为每一个DB2会话指定锁定策略。在以前的版本中，只能通过配置数据库配置参数LOCKTIMEOUT配置一个应用程序如果不能获得锁，等待多长时间将回滚该事务。 单个会话现在可以指定锁定等待方式策略，该策略在会话需要的锁定不能立即获取时使用。该...</description>
    </item>
    <item>
      <title>DB2上机操作指令指南</title>
      <link>http://www.qqread.com/db2/q893124052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q893124052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 12 Jun 2006 00:00:00 GMT</pubDate>
      <description>1. 启动实例(db2inst1):db2start2. 停止实例(db2inst1):db2stop3. 列出所有实例(db2inst1)db2ilist5.列出当前实例:db2 get instance4. 察看示例配置文件:db2 get dbm cfg|more5. 更新数据库管理器参数信息:db2 update dbm cfg using para_name para_value6. 创建数据库:...</description>
    </item>
    <item>
      <title>DB2常用命令列表(1)</title>
      <link>http://www.qqread.com/db2/q894124052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q894124052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 12 Jun 2006 00:00:00 GMT</pubDate>
      <description>1. 建立数据库DB2_GCB CREATE DATABASE DB2_GCB ON G: ALIAS DB2_GCB USING CODESET GBK TERRITORY CN COLLATE USING SYSTEM DFT_EXTENT_SZ 32 2. 连接数据库 connect to sample1 user db2admin using 8301206 3. 建立别名 create alias db2admin.tables for sysstat.ta...</description>
    </item>
    <item>
      <title>AIX 5L + HACMP E/S 441 + DB2 7.0 安装配置全过程</title>
      <link>http://www.qqread.com/db2/n517117052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/n517117052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 5 Jun 2006 00:00:00 GMT</pubDate>
      <description>安装AIX 5L 打补丁 创建共享卷组VG1，VG2 安装HACMP E/S 441 打补丁 其中1#机使用VG1，并加载于/data1， 2#机使用VG2，并加载于/data2 HA模式为CASCADING，两台小机各跑一个不同的数据库实例，双机互备。当出现一台小机DOWN机时，另一台小机可以接管其数据库，达到同时...</description>
    </item>
    <item>
      <title>一个SQL存储过程</title>
      <link>http://www.qqread.com/db2/c130113052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/c130113052.html</guid>
      <category>DB2</category>
      <pubDate>Mon, 22 May 2006 00:00:00 GMT</pubDate>
      <description>在一个论坛上有人发个帖子问这个问题：有一表的记录为： Task_ID Employee_NameSTEPWORKTIME 6262 张三 	2 6262 李四2 6262 王二	1.5 6265 成某 	2 6265 赵某 2 6265 钱某 1.5……我想求一个函数能将Tas...</description>
    </item>
    <item>
      <title>如何在SQL存储过程中处理错误</title>
      <link>http://www.qqread.com/db2/s390110052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/s390110052.html</guid>
      <category>DB2</category>
      <pubDate>Sun, 14 May 2006 00:00:00 GMT</pubDate>
      <description>如何在SQL存储过程中处理错误下面将如何在存储过程中判断SQL语句的错误，向大家作一个详细地介绍, 希望大家让程序开发人员遵从这样的方式编写SQL存储过程，以避免造成在程序联调过程中应用程序状态不明确的问题。如以下代码表示，在SQL存储过程中可以定义执行状态的出口...</description>
    </item>
    <item>
      <title>Windows下DB2分区实验</title>
      <link>http://www.qqread.com/db2/j970103052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/j970103052.html</guid>
      <category>DB2</category>
      <pubDate>Tues, 25 Apr 2006 00:00:00 GMT</pubDate>
      <description>OS: Windows XPDB2 UDB 8.1.3在一个主机上建立2个逻辑分区安装DB2时已经创建了样本数据库(1)执行db2ncrt来创建数据库分区db2ncrt /n:1 /u:username,password /h:hostname /p:1 /o:hostname /g:hostname(2)db2stop; db2start(3)查看db2nodes.cfg文件0 hostname hostname ...</description>
    </item>
    <item>
      <title>DB2中的数据移动（二）</title>
      <link>http://www.qqread.com/db2/q839103052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q839103052.html</guid>
      <category>DB2</category>
      <pubDate>Sun, 23 Apr 2006 00:00:00 GMT</pubDate>
      <description>数据的导入 例七：把C盘根目录下的org.txt文件中的数据导入到org表中 import from c:\org.txt of del insert into org 导入命令和导出命令的格式基本上处于对应的关系，import对应export，from对应to，文件名和文件格式代表的含义相同，但是导入命令支持ASC格式的文件，...</description>
    </item>
    <item>
      <title>Windows下使用Perl连接DB2</title>
      <link>http://www.qqread.com/db2/j517103052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/j517103052.html</guid>
      <category>DB2</category>
      <pubDate>Fri, 21 Apr 2006 00:00:00 GMT</pubDate>
      <description>本文是参考了DB2 Magazine Quarter 1. 2005. VOLUME 10 NUMBER 1杂志里的Perls of Wisdom-Follow these simple steps to use the free Perl language with DB2一文，可以说是一个摘抄（不同的是文章是中文）原文参见http://www.db2mag.com/story/showAr...</description>
    </item>
    <item>
      <title>基于DB2的数据库应用系统的性能优化</title>
      <link>http://www.qqread.com/db2/f518103052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/f518103052.html</guid>
      <category>DB2</category>
      <pubDate>Fri, 21 Apr 2006 00:00:00 GMT</pubDate>
      <description>摘要 结合DB2的使用经验，从数据库设计、查询优化、并发控制、客户/服务器模式四个方面来讨论数据库应用系统性能优化的一些原则、方法等.关键词 DB2性能优化数据库设计查询优化并发控制C/S模式引言DB2是一种高性能的大型关系数据库管理系统，广泛的应用在客户/服务器体...</description>
    </item>
    <item>
      <title>曾经培训写的内容：db2常用命令总结</title>
      <link>http://www.qqread.com/db2/e935102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/e935102052.html</guid>
      <category>DB2</category>
      <pubDate>Sat, 15 Apr 2006 00:00:00 GMT</pubDate>
      <description>db2命令介绍： 相比图形界面而言，使用命令行的命令可以节省很多内存资源。但是写的时候语法需要熟悉。db2start：启动当前的DB2数据库管理实例。 db2stop：停止当前的数据库管理实例。 注：启动和关闭的是数据库管理实例，而不是单个的数据库，而restart database：并不...</description>
    </item>
    <item>
      <title>DB2认证考试大纲</title>
      <link>http://www.qqread.com/db2/q944102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q944102052.html</guid>
      <category>DB2</category>
      <pubDate>Sat, 15 Apr 2006 00:00:00 GMT</pubDate>
      <description>关于DB2 8.1认证考试大纲DB2 UDB V8.1 认证考试目标DB2 Family Fundamentals考试 700 的目标1、规划 15% （8题）· 了解 DB2 UDB 产品（客户机和服务器等） · 了解 DB2 工具 · 了解数据仓库（Datawarehouse）和 OLAP 概念 · 了解非关系型数据概念（扩展器等） 2、安...</description>
    </item>
    <item>
      <title>解决了SQL0443N 例程的一例问题</title>
      <link>http://www.qqread.com/db2/h954102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/h954102052.html</guid>
      <category>DB2</category>
      <pubDate>Sat, 15 Apr 2006 00:00:00 GMT</pubDate>
      <description>itpub上一位牛哥：风往北吹提供了解决办法：执行以下步骤看看:db2 terminatedb2 connect to database-namedb2 bind path/db2schema.bnd blocking all grant public sqlerror continuedb2 terminate搞定了，因为在WIN环境下打补丁，bind一般是自动执行的...</description>
    </item>
    <item>
      <title>取當前日期各种數据庫的寫法</title>
      <link>http://www.qqread.com/db2/s924102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/s924102052.html</guid>
      <category>DB2</category>
      <pubDate>Fri, 14 Apr 2006 00:00:00 GMT</pubDate>
      <description>取當前日期各种數据庫的寫法 1. ORACLE SELECT SYSDATE FROM DUAL 2. DB2 SELECT CURRENT TIMESTAMP FROM SYSIBM.SYSDUMMY1 3. INFORMIX SELECT TODAY FROM TABLE 4. SQLSERVER SELECT GETDATE() FROM TABLE 5. SQLSERVER SELECT GETDATE() FROM TABLE 6. MYSQL mysql...</description>
    </item>
    <item>
      <title>DB2II访问Oracle数据库的配置说明</title>
      <link>http://www.qqread.com/db2/q925102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q925102052.html</guid>
      <category>DB2</category>
      <pubDate>Fri, 14 Apr 2006 00:00:00 GMT</pubDate>
      <description>DB2II访问Oracle数据库的配置说明一、安装配置Oracle客户端，用sqlplus测试能成功访问Oracle数据：二、停止db2实例，下面以db2test实例为例：db2stop三、以root用户身份登录，建立包装器库与数据源客户机软件之间的链接：su – root###设置Oracle环境变量export ORACLE_...</description>
    </item>
    <item>
      <title>DB2中的数据移动（三）</title>
      <link>http://www.qqread.com/db2/q832102052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/db2/q832102052.html</guid>
      <category>DB2</category>
      <pubDate>Thur, 13 Apr 2006 00:00:00 GMT</pubDate>
      <description>大家好！我们单位的紧急任务终于告一段落了，前一段时间无论身体还是心理都疲惫到了极点，现在总算可以稍微轻松一些了。“DB2中的数据移动”第三部分拖了很长时间，不少朋友都在关心，向大家表示感谢了！！！闲话少叙，赶紧进入正题吧：[code:1:09b97f810e]装入（Load）...</description>
    </item>
  </channel>
</rss>
