<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>IBM DB2</title>
<link>http://www.sqlclub.cn/IBM-DB2/</link>
<description>IBM DB2</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2002-2009 SqlClub.cn.SQL学习社区 版权所有]]></generator>
<webmaster>hwhtj_8310018@163.com</webmaster>
<item>
    <title><![CDATA[用 Data Studio Administrator 恢复db2数据库]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-08/7110.htm</link>
    <description><![CDATA[作为一名 DBA，在备份和恢复策略中安排定期的数据库系统备份非常重要。当应用程序或硬件出现故障时，就可以使用备份来恢复数据库。]]></description>
    <pubDate>2009-08-04</pubDate>
    <category>数据库管理</category>
    <author>sqlclub.cn</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2数据库所支持的外部文件格式]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-08/7109.htm</link>
    <description><![CDATA[在DB2数据库维护中，有项工作可能经常需要处理。如在数据库投入生产使用之前，往往需要在数据库中建立大量的信息。这步工作很多都是通过数据导入来完成的，即将数据直接从某个文件中导]]></description>
    <pubDate>2009-08-04</pubDate>
    <category>数据库管理</category>
    <author>sqlclub.cn</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2 导入导出命令]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/3742.htm</link>
    <description><![CDATA[导出表中数据 export to [path(例:D:\TABLE1.ixf)] of ixf select [字段(例: * or col1,col2,col3)] from TABLE1; export to [path(例:D:\TABLE1.del)] ofdel select [字段(例: * or col1,col2,col3)] from TABLE1; 导入表的数据 import]]></description>
    <pubDate>2009-04-20</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[db2数据库将数据从硬盘迁移到存储]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/3578.htm</link>
    <description><![CDATA[extendvg -f vglcm01 hdisk24 hdisk25 mklvcopy istpmppt 2 hdisk24 mklvcopy mpptactlog 2 hdisk24 mklvcopy mppttmp 2 hdisk24 mklvcopy istpmbrm 2 hdisk24 mklvcopy mbrmactlog 2 hdisk24 mklvcopy mbrmtmp 2 hdisk24 mklvcopy istpmuas 2 hdisk24 mklvcop]]></description>
    <pubDate>2009-04-20</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2中的表空间]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/2983.htm</link>
    <description><![CDATA[表空间是数据库及存储在该数据库中的表之间的逻辑层。表空间在数据库中创建，表在表空间中创建。 使用表空间的一个明显的好处是能够把数据合理的分布存储在不同的磁盘上或者存]]></description>
    <pubDate>2009-04-20</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[关于catalog]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-04/2451.htm</link>
    <description><![CDATA[客户端 AIX,实例名db2inst1,数据库名sample, db2test1 服务器windows（132.108.69.47）,实例名db2, 数据库名sample, db2test1 想在客户端操作服务器端上的数据库，则在AIX上 db2 catalog tcpip nodedb2inst2 remot]]></description>
    <pubDate>2009-04-20</pubDate>
    <category>应用开发</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[创建数据库时遇到数据库别名已存在]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/2408.htm</link>
    <description><![CDATA[在创建数据库时遇到数据库别名已存在的问题时，可以: 1. 首先用 db2 list database directory 命令看在系统数据库目录（System Database Directory）中有没有该数据库，如果有，应该在确定该数据]]></description>
    <pubDate>2009-04-18</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2创建分区表]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/2086.htm</link>
    <description><![CDATA[1.创建数据库lgxswfc db2 create database lgxswfc on f:\db2 dbpath on f: 2.创建的lgxswfc的tablespace db2 connect to lgxswfc db2 create tablespace tbs1 managed by database using ( file 'f:\db2\tbs\tbs1.dbf' 10M) db2 create tablespace]]></description>
    <pubDate>2009-04-11</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[db2学习笔记-数据移动、监控器]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/2069.htm</link>
    <description><![CDATA[*注册变量环境变量 db2set -i #实例概要文件设置的注册表值 db2set -g #全局概要文件设置的注册表值 db2set -all #所有定义的注册表值 db2set 变量名 -all #变量名所在等级 db2set 变量名=new value]]></description>
    <pubDate>2009-04-11</pubDate>
    <category>数据库管理</category>
    <author>秩名</author>
    <comments>SQL学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2提高Insert性能的技巧]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-04/1564.htm</link>
    <description><![CDATA[INSERT处理过程概述 首先让我们快速地看看insert一行时的处理步骤。这些步骤中的每一步都有优化的潜力，对此我们在后面会一一讨论。 1、在客户机准备语句。对于动态SQL，在语句执行]]></description>
    <pubDate>2009-04-04</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2参数调优技巧]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-04/1563.htm</link>
    <description><![CDATA[在开始前，请关闭IBM目录服务器。将上下文切换到IBM目录服务器DB2实例拥有者，一般是ldapdb2用户。比如： 1、在Unix系统里，输入： su-ldapdb2 2、在Windows系统里，输入： db2cmd setDB2INSTANCE]]></description>
    <pubDate>2009-04-04</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[深入探讨DB2 9.5中的锁定超时分析新方法]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1554.htm</link>
    <description><![CDATA[副标题 在 DB29.5中，分析锁定超时的方法得到了极大改进，锁定超时分析变得更加简单。本文探索这些全新的锁定超时报告功能，并检查收集的附加信息以确定发生锁定超时的原因。]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[全面解析IBM DB2 9中的查询优化新特性]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-04/1553.htm</link>
    <description><![CDATA[副标题 大多数主流关系数据库管理系统，例如 IBM DB2、Oracle 和 Microsoft SQL Server，都依赖于基于成本的优化器设计，来在数据库服务器环境中的一组经常变化的条件（包括变化的查询特]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[菜鸟课堂:教你解决IBM DB2数据库锁等待问题]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1548.htm</link>
    <description><![CDATA[副标题 在实际的工作和学习中中，许多人经常会遇到sql执行很慢，但是数据库cpu和内存使用率又不高的情况，类似的问题基本上由于锁，排序等原因造成，本文的核心内容有以下几点]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[IBM DB2数据库的备份与恢复]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1547.htm</link>
    <description><![CDATA[副标题 今天为大家讲解基于DB2数据库的各种备份与恢复策略，通过文中具体示例，读者可以很快的掌握DB2数据库的备份与恢复技术。 （注：以下数据库备份与恢复的试验环境均为 W]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[相同平台下DB2数据库使用重定向恢复示例]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1543.htm</link>
    <description><![CDATA[副标题 本文讨论的内容限于同一平台下的 DB2 数据库迁移。关于不同平台下的 DB2 数据库迁移参见《不同平台之间的 DB2 数据库迁移一例》。 数据库恢复操作使用数据库备份映象来重新]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[在DB2中创建一个汉字拼音首字母的SQL函数]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-04/1537.htm</link>
    <description><![CDATA[副标题 需求 有些时候我们会有这样的需求，要求使用字母从a至z对一组数据进行索引，如果数据的格式全部是半角的英文则很容易实现，但若是对一组中文数据进行索引则会引起一点]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>应用开发</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[解决IBM DB2数据库定位锁等待问题]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1536.htm</link>
    <description><![CDATA[副标题 在应用中，我们经常会碰到sql执行很慢，但是数据库cpu和内存使用率又不高的情况，类似的问题基本上由于锁，排序等原因造成，本文主要描述如何去定位锁等待问题，谁在锁]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[基于DB2及PHP的应用系统跨平台迁移]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1532.htm</link>
    <description><![CDATA[副标题 本文主要介绍如何完成基于 DB2 的 PHP 应用系统从 AIX 平台到 Linux 平台的移植过程。文中包含了底层的 DB2 数据库移植、上层的 PHP 应用系统移植的详细步骤以及移植过程中可能]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[讲解主机DB2 9存储过程的规划和实施技巧]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1531.htm</link>
    <description><![CDATA[副标题 随着主机 DB2 技术的发展，DB2 产品的功能越来越丰富，以及 DB2 产品增强了对其分布式访问功能，所以正确配置 DB2 产品提供的存储过程，就越来越重要。对现在的主机数据库]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[教你把DB2 V8数据库系统迁移到DB2 V9下]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-04/1526.htm</link>
    <description><![CDATA[副标题 在安装好DB2旧版本的系统上安装DB2 v9，需要把旧版本的所有的实例(Instance)和数据库系统迁移到DB2 V9，移植DB2 V8数据库系统，包括迁移实例（Instance），DB2管理服务器（DAS）和数]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[用ORACLE8i修复数据库坏块的三种方法]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/940.htm</link>
    <description><![CDATA[用ORACLE8i修复数据库坏块的三种方法]]></description>
    <pubDate>2009-03-20</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[使用IBM DB2例程简化迁移的步骤]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-03/767.htm</link>
    <description><![CDATA[当使用来自于不同供应商的不同数据库系统时，用户和数据库管理员将不可避免地碰到在这些产品中各不相同的特性和功能。通常，可在以下方面发现这些差异： ◆受支持的 SQL 方言中]]></description>
    <pubDate>2009-03-10</pubDate>
    <category>应用开发</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[剖析DB2数据库应用系统的性能优化]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-03/645.htm</link>
    <description><![CDATA[◆设计数据库 1. 熟悉业务系统 对业务系统的熟悉程度对整个数据库系统的性能有很大影响，一个对业务不熟悉的设计人员，尽管有丰富的数据库知识，也很难设计出性能最佳的数据库]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[如何在DB2 UDB中正确的监控死锁]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/644.htm</link>
    <description><![CDATA[前言：这篇文章通过详细的实例阐述了如何在DB2 UDB 中监控死锁的发生。在DB2 UDB中有两种类型的监控器：快照监控器和事件监控器。快照顾名思义就是数据库连续状态下的一个切面，通]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[维护IBM DB2数据库所的基本知识]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/640.htm</link>
    <description><![CDATA[1.DB2产品的级别有那些? 企业版的NTERPRISEEDITION 工作组版WORKGROUPEDITION 企业扩展版ENTERPRISEEXTENDEDEDITION 个人版的PERSONALEDITION 卫星版的SATELLITEEDITION 微型版的EVERYPLACE 2.可以连接到DB2数据库的]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[快速掌握DB2数据库中的相关命令]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/637.htm</link>
    <description><![CDATA[一、常用命令 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. 建立别名]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[Oracle与DB2、MySQL取前10条记录的对比]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/635.htm</link>
    <description><![CDATA[Oralce的示例： 1. 最佳选择：利用分析函数 row_number() over ( partition by col1 order by col2 )比如想取出100-150条记录,按照tname排序select tname,tabtype from (select tname,tabtype,row_number() over ( order by tname]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2中更新执行计划的几个方法]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/633.htm</link>
    <description><![CDATA[和Oracle数据库一样，DB2数据库里面也是通过优化器来分析你的SQL，生成它认为最优的执行计划(Access Plan)。DB2的优化器实际上是一个标准规则集合，一般来说我们只要告诉DB2要检索什么，]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2数据库离线、在线全备、增量备份及恢复]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/630.htm</link>
    <description><![CDATA[DB2数据库离线和在线全备、增量备份及恢复的具体操作步骤： 1、离线全备份 (1)、首先确保没有用户使用DB2: $db2 list applications for db sample (2)、停掉数据库并重新启动，以便断掉所有连接]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[三条规则帮你迅速提高DB2 Web的程序性能]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/627.htm</link>
    <description><![CDATA[速度和可升级性是网络开发重要的性能要求，而且它们也不难达到。应用一些简单的规则会提高网络应用的性能。在本文中，您将了解到使用Borland C#Builder和IBM DB2通用数据库（UDB）8.1开]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[详细讲解DB2数据库性能理解的常见误区]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/623.htm</link>
    <description><![CDATA[DB2数据库性能理解的常见误区： 一.DSNDB07是100%顺序的 真实情况：DSNDB07从来就不是100%顺序的，因为有工作文件中的对页面进行的随机活动。随即活动可能高达45%，但是通常范围是3%到]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[提高DB2 Web程序性能的几条规则]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-03/619.htm</link>
    <description><![CDATA[分析Web应用程序的性能需要利用一些手段来检测每个操作的性能。为此，我创建了一个TimeDiff类(见程序清单1)，它可以计算数据库操作的用时。你可以利用TimeDiff类的检测结果作为衡量数]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[Oracle、Sybase、Informix与DB2的比较]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/617.htm</link>
    <description><![CDATA[DB2数据库与Oracle数据库的比较开放性/可移植性 IBM DB2 UDB在各层面，从网络协议的支持到应用开发程序的编程接口，数据库存储程序及触发器]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[为SAP安装多个DB2 9数据库服务器]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/598.htm</link>
    <description><![CDATA[在 DB2 for Linux, UNIX, and Windows Version 8 之前，SAP 客户只能在一台物理机器上安装每个 DB2 版本的一个拷贝，因为安装路径是硬编码的。尽管 DB2 Version 8 提供了替换的修订包映像，但是这些]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2数据库中的数据类型]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/591.htm</link>
    <description><![CDATA[DB2数据库的内置数据类型主要分成数值型（numeric）、字符串型（character string）、图形字符串（graphic string）、二进制字符串型（binary string）或日期时间型（datetime）。还有一种叫做 D]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2中应当如何进行数据移动]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/588.htm</link>
    <description><![CDATA[问： DB2中应当怎样进行数据移动？ 答： 在讲解怎样进行数据移动之前，你需要了解以下的概念， DB2中的数据移动，主要包括： 1. 数据的导入（Import），2. 数据的导出（Export） 3. 数据]]></description>
    <pubDate>2009-03-07</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2数据库部分日常实用操作]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-03/500.htm</link>
    <description><![CDATA[1、Load 方法装入数据： export to tempfile of delselect* from TABLENAME where not 清理条件; load from tempfile of del modified by delprioritychar replace into TABLENAME nonrecoverable; 说明： 在不相关的数据表export数据]]></description>
    <pubDate>2009-03-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[在DB2中提高INSERT性能]]></title>
    <link>http://www.sqlclub.cn/DiaoYouXingNeng/2009-03/499.htm</link>
    <description><![CDATA[本文介绍在DB2中如何提高INSERT性能的技巧 ]]></description>
    <pubDate>2009-03-03</pubDate>
    <category>调优性能</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2中游标的使用方法以及存储过程的写法]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-02/480.htm</link>
    <description><![CDATA[问题1： 什么时候才会发生not found异常 ，以及db2中sqlcode的值是如何变化的？ 在db2中，一条select 语句也有可能发生not found异常，譬如: declare sqlcode integer default 0; declare sql_code integer defa]]></description>
    <pubDate>2009-02-28</pubDate>
    <category>应用开发</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[在系统和应用程序WPAR中实现DB2的安装和配置]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-02/477.htm</link>
    <description><![CDATA[WPAR（工作负载分区）是 IBM AIX 610 中附带的许可程序产品。本文将向您介绍 WPAR 的相关概念及其配置。通过学习本文中的示例，您将能够在系统和应用程序 WPAR 中实现 DB2 的安装和配置。]]></description>
    <pubDate>2009-02-28</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2 sqlstate 57016 原因码 7 错误]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-02/470.htm</link>
    <description><![CDATA[对表进行任何操作都不被允许，提示SQLSTATE=57016 SQLCODE=-668 ， 原因码 7 的错误：SQL0668N Operation not allowed for reason code 7 on table XXX. 首先查一下: db2 ? 57016 SQLSTATE 57016: 因为表不活动，所以不]]></description>
    <pubDate>2009-02-24</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[使用重定向恢复克隆 DB2 数据库]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/378.htm</link>
    <description><![CDATA[IBM DB2数据库恢复操作使用数据库备份映象来重新创建数据库。如果要将数据库从一台机器克隆到另一台，最简单的方法就是从备份映象恢复数据库。数据库使用的文件系统路径也包含在备份映]]></description>
    <pubDate>2009-01-19</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[把DB2 V8数据库系统迁移到DB2 V9下]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/374.htm</link>
    <description><![CDATA[在安装IBM DB2 V8的系统上安装DB2 v9，需要把V8的所有的实例(Instance)和数据库系统迁移到DB2 V9，移植DB2 V8数据库系统，包括迁移实例（Instance），DB2管理服务器（DAS）和数据库。对于 DB2 V8 的数据库系统，可以直接迁移到 DB2 V9。对于 DB2 V6、V7 的产品,需要首先迁移到 DB2 V8，然后再迁移到 DB2 V9。]]></description>
    <pubDate>2009-01-19</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[32个DB2数据库使用之经典小技巧]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/365.htm</link>
    <description><![CDATA[ 1. 查看本地节点目录 br / 命令窗口中输入：db2 list node directory br / 2. 编目一个TCP/IP节点 br / 命令窗口：db2 catalog tcpip node remote server ostype br / 3. 取消节点编目 br / db2 uncatalog node br / 4. 查看系统数据库目录 br / db2 list database directory br / 5. 查看本地数据库]]></description>
    <pubDate>2009-01-15</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[DB2创建存储过程时遇到的错误]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/350.htm</link>
    <description><![CDATA[在 Unix 操作系统下，当 DB2 用户使用如: br /db2 -td@ -vf lt;存储过程创建脚本文件gt; br /有时会发生创建存储过程失败的情况，而查看 db2diag.log 文件则发现有类似如下报错信息: br /2007-12-05-13.47.40.075759 Instance:db2inst1 Node:000 PID:1355876(db2agent (ABC) 0) TID:1 Appid:OC10103F.OD12.017302185202 oper sy]]></description>
    <pubDate>2009-01-11</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[Excel用ODBC轻松获取DB2数据]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-01/341.htm</link>
    <description><![CDATA[ Excel是经常使用的制表工具，我们可以用ODBC很方便地得到AS/400上DB2数据。具体操作方法如下：（操作步骤用WIN2000+Office2000环境描述，用户已配置好ODBC数据源)]]></description>
    <pubDate>2009-01-10</pubDate>
    <category>应用开发</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[读取Excel数据并导入DB2]]></title>
    <link>http://www.sqlclub.cn/Apply/2009-01/340.htm</link>
    <description><![CDATA[最近项目需要读取Excel，将数据导入数据库保存，最终可以用报表读取数据库并显示，比较简单。查了一下两者的资料，觉的也无所谓，我需要的功能比较简单，只要能读取Excel数据就行，最后决定使用POI，比较信任Apache。]]></description>
    <pubDate>2009-01-10</pubDate>
    <category>应用开发</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[几种DB2中SQL1032N错误的解决方法]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/309.htm</link>
    <description><![CDATA[在使用DB2以来，碰到了几次出现提示SQL1032N错误，每次出错时出错信息大概如下：]]></description>
    <pubDate>2009-01-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>
<item>
    <title><![CDATA[系统崩溃之后，使用DB2的事务日志恢复数据库]]></title>
    <link>http://www.sqlclub.cn/db2gl/2009-01/308.htm</link>
    <description><![CDATA[您曾多少次碰到过错误消息ldquo;SQL0946C The transaction log for the database is full?rdquo;]]></description>
    <pubDate>2009-01-03</pubDate>
    <category>数据库管理</category>
    <author>Sqler</author>
    <comments>Sql学习社区</comments>
</item>

</channel>
</rss>
