将 IBM Red Brick Warehouse 与 IBM DB2 Warehouse Manager 一起使用
2008-12-12 16:36:23 来源:WEB开发网虽然 VSE 目标使用 ODBC,但它嵌入了一些只有 DB2 才有的逻辑。有两个主要问题。
首先,VSE 目标在检索表列表时,会设法查找名为 IBMSNAP_REGISTER 的表。要解决这个问题,需要创建该表。以 DBA 身份登录,向 Red Brick 数据库发出下面的 SQL:grant connect, resource to asn with asn;
connect as asn asn;
create table ibmsnap_register
(
source_owner char(18)not null,
source_table char(18)not null,
source_view_qual smallint not null,
global_record char(1) not null,
source)_structure smallint not null,
source_condensed char(1) not null,
source_complete char(1) not null,
cd_owner char(18),
cd_table char(18),
phys_change_owner char(18),
phys_change_table char(18),
cd_old_synchpoint char(10),
cd_new_synchpoint char(10),
disable_refresh smallint not null,
ccd_owner char(18),
ccd_table char(18),
ccd_old_synchpoint char(10),
synchpoint char(10),
synchtime timestamp,
ccd_condensed char(1),
ccd_complete char(1),
arch_level char(4) not null,
description char(254),
before_img_prefix varchar(4),
conflict_level char(1),
partition_keys_chg char(1)
);
- ››Redis安装及主从配置
- ››RedHat Linux 9下配置DHCP服务器教程
- ››Redhat9+ADSL+IPTABLES+DHCPD解决方案
- ››IBM WebSphere常见问题解答
- ››IBM WebSphere Studio V5相关认证资料
- ››IBM WebSphere应用服务器发展趋势
- ››IBM WebSphere Application Server诊断和调优(一...
- ››IBM WebSphere Application Server诊断和调优(二...
- ››IBM WebSphere Performance Pack服务器
- ››IBM WebSphere软件概述
- ››IBM PowerVM 实战手册,第 3 部分 : VIO server 配...
- ››IBM PowerVM 实战手册,第 2 部分 : VIO server 准...
更多精彩
赞助商链接