Ms SqlServer2008在ODI 11g中反向的问题解决
??????? 好不容易解决Ms Sqlserver驱动的问题,在模型里进行反向时,却始终无法找到表。结果排查了半天,终于找到问题的原因所在。 问题在于物理架构的设置问题,Owner(Schema)处设置错误导致的。Owner(Schema)设置的是要进行同步的表所处在的schema,work schema处的参数是设置用于处理同步过程中产生临时对象的schema,两处的用途不一样,此处要特别小心,特此记录一下。 A (Data) Schema,into which Oracle Data Integrator will look for the source and target data structures for the interfaces. A Work Schema,into which Oracle Data Integrator can create and manipulate temporary work data structures associated to the sources and targets contained in the Data Schema. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |