最新文章列表

Informatica同步数据到ORACLE库需要注意的几个问题

  1、有关日期时间类型映射       源SQL SERVER 目标Oracle Date Date DateTime Date或者Timestamp(建议Timestamp) Timestamp Timestamp   2、有关varchar和clob类型       因为oracle数据库中字符串类型不允许有空字符串,即'',长 ...
zwustudy 评论(0) 有5921人浏览 2014-07-03 14:05

Informatica9.0.1:Workflow执行时提示操作系统配置文件错误处理

原文转自:http://blog.sina.com.cn/s/blog_520391d701016wb7.html 一、问题截图: 二、上图报错内容: 启动 WF_TEST3 (int_pc) 启动工作流: 请求已确认 (int_pc) 启动工作流: ERROR: 工作流 [WF_TEST3] 失败,因为集成服务未启用为使用操作系统配置文件,然而指定了操作系统配置文件。  有关详细信 ...
clshangsha 评论(0) 有1407人浏览 2014-05-26 20:22

Informatica license更新方法

1、进行管理控制台,选择创建License 2、在License创建页面中增入NAME(自定义个有意义的名字),并选择相应的License更新文件后 3、在License创建页面中点击Create后可以看到两个License 4、选定资料库PSDSS,选择存储库属性,将OperatingMode设置为Exclusive
clshangsha 评论(0) 有1180人浏览 2013-07-25 13:54

informatica 学习日记整理(转)

1. INFORMATICA CLIENT的使用 1.1 Repository Manager 的使用 1.1.1 创建Repository。 前提: a. 在ODBC数据源管理器中新建一个数据源连接至你要创建Repository的数据库 ...
clshangsha 评论(0) 有2893人浏览 2013-07-17 17:52

Informatica传递参数 Informatica传递登录用户 informatica url传参

Informatica 传递参数:将数据格式修改为:html 或者静态文本格式 <a href='http://localhost/map/index.asp?user=@1'>链接</a>
cherryQQ 评论(0) 有1270人浏览 2013-05-11 11:53

The Repository Service was created, but the service could not be enabled The fol

The Repository Service was created, but the service could not be enabled. You must enable the service to create the content. The following error occurred while attempting to create the content. Error - ...
cherryQQ 评论(0) 有2494人浏览 2013-05-11 09:36

Informatica Union Transformation

What is a Union Transformation? Ans. The Union transformation is an Active, Connected non-blocking multiple input group transformation use to merge data from multiple pipelines or sources into one pi ...
dawang_andy 评论(0) 有73人浏览 2012-07-14 22:08

Incremental Loading for Dimension Table

Should we do incremental loading for dimensions? In a dimensional model, we may perform incremental loading for dimension tables also. One may argue that this wont be necessary as data volume in ...
dawang_andy 评论(0) 有51人浏览 2012-07-13 09:15

How to Delete duplicate row using Informatica

How to Delete duplicate row using Informatica Scenario 1: Duplicate rows are present in relational database Suppose we have Duplicate records in Source System and we want to load only the unique re ...
dawang_andy 评论(0) 有100人浏览 2012-07-12 09:39

What are the differences between Connected and Unconnected Lookup?

The differences are illustrated in the below table Connected Lookup Unconnected Lookup Connected lookup participates in dataflow and receives input directly from the pipeline Unconnected loo ...
dawang_andy 评论(0) 有75人浏览 2012-07-11 16:51

The benefit and disadvantage of Informatica Persistent Cache Lookup

Persistent cache may be your choice of caching when it comes to lookup performance. But you should be aware of the hazards of persistent cache as well. Overview If you enable caching in a L ...
dawang_andy 评论(0) 有97人浏览 2012-07-11 15:41

informatic 使用注意事项

以下是一个朋友的总结: 关于Informatica Performance有如下建议:   1.对于Source Qualifier中的复杂SQL简化,拆分,通过在Mapping中使用Transformation来实现。例 ...
faxisicui 评论(0) 有1523人浏览 2012-03-13 13:45

Informatica 找出性能瓶颈

  以下提到的Session log,是指在这个$PMRootDir/SessLogs目录下对应着每个运行的session都有一个以.bin结尾的二进制文件,在查看的时候用strings这个命令   用 ...
yinwxiang 评论(0) 有2137人浏览 2011-10-18 14:46

Informatica 运用Debug调试

  在开发的时候,总是少不了要出错进行调试,informatica也提供了这样的功能:具体操作见附件中图例。
yinwxiang 评论(0) 有2406人浏览 2011-10-17 14:35

Informatica 更换License

  因为在做Informatica 的升级,还没有正式的买License,支持商只好,向Informatica公司索要临时的License,所给的license只能用1月,到月就要换,在不停服务的状态下是没什么问题的,但版本控制器会失效(很怪,不知道这个是怎么控制的),结果就要求支持商不断的申请,不断的到月更换。下面简要的介绍下如何进行更换的:   1,删除旧的license ,登录 Adminis ...
yinwxiang 评论(0) 有3495人浏览 2011-10-08 15:01

Informatica Schedule元数据信息

  近日,被问及Informatica 的Scheduler 元数据信息查看,这边主要涉及两张元数据表opb_scheduler,opb_schedule_logic但是似乎在这两张表存的都是代码如Run Options,End Options,实在是很不爽,没有帮助文档,和官方的指点,只能慢慢去一一对照,还好有同事给了一个参考的官方文档(不全,很蛋疼,也不给个算法什么的),后经自己一番研究总结如下 ...
yinwxiang 评论(0) 有1795人浏览 2011-09-28 11:01

Informatica Infasetup命令简单说明

当前,大部分的公司使用的Informatica,任然是8.5.1的版本,据说8.5.1不能保证对Oracle 11G完全支持,自然伴随着建议升级的现象了,在升级的时候,Infasetup是一个及其重要的命令,现就本次在做升级的时候,对Infasetup的认识,主要是为domain 配置的元数据进行管理,自然管理就要涉及到几点,备份,恢复自然是最主要的两快东西,当然它还有一些其他的功能,如定义,删除以 ...
yinwxiang 评论(0) 有4176人浏览 2011-09-23 14:44

Informatica数据加载机制

  很长一段时间,对informatica的数据加载方式,比较迷惑,只是大致知道怎么去使用,直到现在的工作环境中,看到有人在使用Update Strategy这个组件,目 ...
yinwxiang 评论(0) 有4399人浏览 2011-09-22 16:52

Informatica PowerCenter 9终于提供公开下载了

在等待了2年之后,oracle官网上终于提供了Informatica PowerCenter 9的下载,激动,晚上回家下载试用以下。   Informatica PowerCenter 是我认为最好的商业ETL工具,功能强大,性能很高!
nextw3 评论(4) 有3926人浏览 2011-08-26 09:02

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics