WEB开发网
开发学院数据库DB2 将 IBM Red Brick Warehouse 与 IBM DB2 Warehous... 阅读

将 IBM Red Brick Warehouse 与 IBM DB2 Warehouse Manager 一起使用

 2008-12-12 16:36:23 来源:WEB开发网   
核心提示: 虽然 VSE 目标使用 ODBC,但它嵌入了一些只有 DB2 才有的逻辑,将 IBM Red Brick Warehouse 与 IBM DB2 Warehouse Manager 一起使用(8),有两个主要问题,首先,要解决这个问题,需要创建该表,VSE 目标在检索表列表时,会设法查找名

虽然 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)
);

上一页  3 4 5 6 7 8 9 10  下一页

Tags:IBM Red Brick

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接