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

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

 2008-12-12 16:36:23 来源:WEB开发网   
核心提示: ODBC 方法比 SQL Export 慢,另一方面,将 IBM Red Brick Warehouse 与 IBM DB2 Warehouse Manager 一起使用(4),它不需要额外步骤,就可在机器之间移动数据,要解决这个问题,需要创建该表,将数据导入至 Red Brick象导出数

ODBC 方法比 SQL Export 慢。另一方面,它不需要额外步骤,就可在机器之间移动数据。

将数据导入至 Red Brick

象导出数据那样,您可以在两种导入数据方法中进行选择。

使用 ODBC

可以将 Red Brick 数据库定义为 ODBC 数据目标。DB2 V7.2 中没有本机 Red Brick 数据目标。幸运的是,有一个变通方法。用户可以使用现有的目标类型“DB2 UDB for 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)
);

上一页  1 2 3 4 5 6 7 8 9  下一页

Tags:IBM Red Brick

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