问题标签 [oracle-warehouse-builder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
4267 浏览

oracle - 确定 Oracle Warehouse Builder 版本

有没有办法检查服务器是否运行11g 第 2版或11g 第 1版 Oracle Warehouse Builder?

同样可以安全地假设Release 11.1.0.7.0Oracle 实例本身(与 OWB 相对)是11g 第 1 版的实例吗?

返回

0 投票
1 回答
2552 浏览

oracle - OWB mapping hangs or takes too long - possible lock?

I'm new to Oracle Warehouse Builder 11gR2, but already not loving it! I'm using it in a VM with 2GB RAM and on XP 32bits.

I have 9 mappings from flat files to target, from source relational BD to target, etc. The problem in 3 of those mappings seems to be when I join tables both from souce and the stage area. I don't know if it's relevant, but my source DB it's on this same machine as the stage area(target), but in different tablespaces.

I can show you:
1- How I've created the source DB user tablespaces:

and then, in cmd line I've imported like this: imp SYSTEM/%PASSWORD_DO_ORACLE% FROMUSER=trab2 TOUSER=insrc file='trab2.DMP'

2- How i've created the tablespaces for the target stage area user tablespaces and roles:

One of the mappings with problems is the CLIENTS_MAPPING which needs CUSTOMERS (from src), COUNTRIES(from src), DEMOGRAPHY(from target) and CLIENT_LAST_BUY(from target too). The insertion is supposed to consist on 50,000 rows and it's taking more than 30min and there is no data, at all, on the the CLIENTS table.

This problem also occurs on other mappings that envolve tables form source and target. When I use just from one place or another, there is no problem.

I'll leave you my Power Designer auto-generated code for the table CLIENTS as mentioned above:

I'm logging on OWB GUI as rep_owner (with all the permissions). The strange thing is that my colleague has this exactly mapping running on his machine in OWB 11gR1 and with no problems. But he imported the source DB to the target user...and that's the only different thing that he did.

Can someone please help me?

0 投票
1 回答
279 浏览

data-warehouse - 在 OWB 中使用时间维度

几天前我开始使用 Oracle Warehouse Builder,我想使用源表中的一些日期作为维度。我使用向导生成了时间维度,但无法将源表中存储的日期连接到生成的时间维度。我该怎么做?我确定我误解了一些东西。

谢谢!

0 投票
2 回答
309 浏览

database - 索引是否会对 OWB 中的加载性能产生负面影响

我经常在我的 OWB 映射中将数据暂存到表中,因为它提高了性能,而不是等到映射结束才将数据放入表中。我在这些临时表上放置了一些索引,以与我的 JOINER 中的 WHERE 子句相吻合,以试图进一步加快速度。但是,我是在踢自己的脚吗?这些中间表上的索引会对加载性能产生负面影响吗?

0 投票
2 回答
279 浏览

mapping - OWB – 不同数据源的重用映射

我有一个 5 种不同模式的 PERSON 表,即:A、B、C、D 和 E。它具有精确的 sme 结构。

在 OWB 目标模式中,定义了一个映射 PERSON_MAP,它使用 A.PERSON 表。

我想重用这个映射 PERSON_MAP,与不同的源模式(B、C、D 和 E)一起使用

如何在 OWB UI 和 OMB+ 命令中执行此操作?

0 投票
1 回答
119 浏览

oracle - 使用 owb 获取整个分区


我正在从事 OWB 项目。我的来源是每月分区的表。我有一个包含上次运行日期的 control_table。我想使用 OWB 将整个分区(每月)数据提取到登陆表中,享受性能。请协助提出OWB 将分区视为其来源的方式。
谢谢。

0 投票
1 回答
15046 浏览

sql - Oracle / OWB:在运行时为 INSERT 指定分区

(背景:我们正在运行一个使用 Oracle Warehouse Builder 构建的数据仓库。最近,我们开始收到很多“ORA-02049:distributed transaction timeout while waiting for lock”错误。原因是我们正在运行几个并行的 ETL 作业,这些作业中的每一个都对INSERT /*+APPEND PARALLEL*/我们的 staging 表执行操作。此 staging 表由源系统 ID 分区。)

我想知道是否可以在运行时为 INSERT 指定分区键。假设我有一张桌子

然后我可以使用插入特定分区

但这需要我对分区名称进行硬编码。

由于我们的 OWB 映射是通用的(它们将源系统 ID 作为参数获取),我想在运行时提供分区名称,例如

这可能吗?如果没有,是否有另一种方法可以使用 Oracle Warehouse Builder 实现这一目标?

0 投票
2 回答
637 浏览

oracle - Oracle 仓库构建器 (owb) 在流程流中评估存储过程结果

我有一个由之前的人构建的流程,它调用了一个非常简单的存储过程。过程完成后,流程有 2 次转换,一次表示存储过程成功,另一次表示不成功。但是,存储过程本身不会返回任何可以由流程流直接评估的内容,例如返回结果。现在,如果此过程失败(存在普遍存在的 max extants 问题),它将调用分支,该分支将调用存储过程以发送失败电子邮件消息。如果成功,则会发生相反的情况。

我不得不调整程序,所以我创建了一个新程序。现在,如果它失败或成功,无论如何都会调用成功分支。我已经检查了 oracle 的所有文档,以了解如何使其工作,并且我一生无法确定如何使其正常工作。我首先在oracle论坛上发布了这个,但没有得到任何回复。有谁知道如何使这项工作?

0 投票
1 回答
612 浏览

oracle-warehouse-builder - OWB 部署挂起。部署永远不会完成

我的 Oracle Warehouse Builder 无法将任何内容部署到存储库。没有错误消息,部署的作业被视为正在运行,但从未完成:

0 投票
1 回答
312 浏览

oracle-warehouse-builder - 如何在 Oracle Warehouse Builder 流程​​中为电子邮件设置 TO ADDRESS

一位开发人员刚离开公司,OWB 中的所有通知电子邮件都被定向到他的电子邮件地址,请您帮我解决如何在流程中更改电子邮件的 TO ADDRESS。

谢谢你,萨贝洛